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

  /external/toybox/toys/posix/
env.c 59 xprintf("%s%c", *ev, '\n'*!(toys.optflags*FLAG_0));
xargs.c 116 if (!(toys.optflags & FLAG_0)) TT.delim = '\n';
  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 141 #define FLAG_0 (1L<<0)
167 #define FLAG_ALL (FLAG_0 | \
  /external/toybox/toys/other/
modinfo.c 35 xputc((toys.optflags & FLAG_0) ? 0 : '\n');
  /external/toybox/generated/
flags.h 662 #undef FLAG_0
1634 #undef FLAG_0
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 763 used_reg[j][2] |= flag_reg[j] = FLAG_0;
773 used_reg[j][2] |= flag_reg[j] = (FLAG_0 | FLAG_1);
    [all...]

Completed in 632 milliseconds