HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_1 (Results 1 - 5 of 5) sorted by null

  /external/toybox/toys/posix/
comm.c 30 if (col == 0 && toys.optflags & FLAG_1) return;
33 if (!(toys.optflags & FLAG_1)) putchar('\t');
36 if (!(toys.optflags & FLAG_1)) putchar('\t');
ls.c 183 if (flags == (FLAG_1|FLAG_f)) {
318 if (flags == (FLAG_1|FLAG_f)) return;
414 } else if ((flags & FLAG_1) || width+1+*len > TT.screen_width) {
531 if (!(toys.optflags & FLAG_m)) toys.optflags |= FLAG_1;
534 toys.optflags |= FLAG_1;
535 else if (!(toys.optflags&(FLAG_1|FLAG_x|FLAG_m))) toys.optflags |= FLAG_C;
  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 142 #define FLAG_1 (1L<<1)
168 FLAG_1 | \
  /external/toybox/generated/
flags.h 280 #undef FLAG_1
948 #undef FLAG_1
1332 #undef FLAG_1
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 768 used_reg[j][2] |= flag_reg[j] = FLAG_1;
773 used_reg[j][2] |= flag_reg[j] = (FLAG_0 | FLAG_1);
    [all...]

Completed in 308 milliseconds