Searched refs:isreg (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/file_cmds-230/compress/
H A Dcompress.c205 int exists, isreg, oreg; local
213 isreg = oreg = !exists || S_ISREG(sb.st_mode);
224 isreg = 0;
248 if (!cat && isreg) {
296 int exists, isreg, oreg; local
304 isreg = oreg = !exists || S_ISREG(sb.st_mode);
316 isreg = 0;
351 if (!cat && isreg) {
/macosx-10.9.5/cctools-845/as/
H A Darm.c345 unsigned isreg : 1; /* Operand was a register. */ member in struct:arm_it::__anon6852
3305 inst.operands[i].isreg = 1;
3553 =immediate .isreg=0 .reloc.exp=immediate
3573 inst.operands[i].isreg = 1;
3591 inst.operands[i].isreg = 1;
4121 inst.operands[i].isreg = 1;
4132 inst.operands[i].isreg = 1;
4144 inst.operands[i].isreg = 1;
4160 inst.operands[i].isreg = 1;
4179 inst.operands[i].isreg
[all...]

Completed in 103 milliseconds