HomeSort by relevance Sort by last modified time
    Searched defs:lose (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
i860.h 31 unsigned long lose; member in struct:i860_opcode
mmix.h 158 unsigned long lose; member in struct:mmix_opcode
sparc.h 98 unsigned long lose; /* Bits that must not be set. */ member in struct:sparc_opcode
cris.h 305 unsigned int lose; member in struct:cris_opcode
  /external/elfutils/libdwfl/
linux-proc-maps.c 273 bool lose = report (); local
275 return result != 0 ? result : lose ? -1 : 0;
  /external/tcpdump/
print-zephyr.c 140 int lose = 0; local
153 if (!s) lose = 1;
157 if (!lose) field = strtol(s, 0, 16);
161 if (!lose) field = s;
164 if (lose) return;
185 if (lose) {
201 if (!lose && strcmp(ackdata, "SENT"))
236 if (!lose) ND_PRINT((ndo, " %s", z_triple(c, i, r)));
  /toolchain/binutils/binutils-2.25/gas/config/
tc-dlx.c 280 int lose = 0; local
297 lose = 1;
301 if (lose)
tc-i860.c 215 int lose = 0; local
228 lose = 1;
232 if (i860_opcodes[i].match & i860_opcodes[i].lose)
237 lose = 1;
245 if (lose)
    [all...]
tc-sparc.c 872 int lose = 0;
892 lose = 1;
896 if (sparc_opcodes[i].match & sparc_opcodes[i].lose)
900 lose = 1;
919 lose = 1;
929 lose = 1;
934 if (lose)
867 int lose = 0; local
    [all...]
tc-hppa.c 8309 int lose = 0; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java 1273 void lose() throws E; method in interface:TypeTokenTest.Loser
    [all...]

Completed in 3984 milliseconds