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 127 if (!(toys.optflags & FLAG_0)) TT.delim = '\n';
  /toolchain/binutils/binutils-2.27/include/opcode/
d30v.h 145 #define FLAG_0 (1L<<0)
171 #define FLAG_ALL (FLAG_0 | \
  /external/toybox/toys/other/
modinfo.c 35 xputc((toys.optflags & FLAG_0) ? 0 : '\n');
  /external/toybox/generated/
flags.h 676 #undef FLAG_0
1659 #undef FLAG_0
    [all...]
  /toolchain/binutils/binutils-2.27/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 115 milliseconds