Searched refs:lose (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-zephyr.c141 int lose = 0; local
154 if (!s) lose = 1;
158 if (!lose) field = strtol(s, 0, 16);
162 if (!lose) field = s;
165 if (lose) return;
186 if (lose) {
202 if (!lose && strcmp(ackdata, "SENT"))
237 if (!lose) printf(" %s", z_triple(c, i, r));
/freebsd-10.1-release/contrib/telnet/libtelnet/
H A Dread_password.c97 goto lose;
134 lose:
/freebsd-10.1-release/usr.bin/gzip/
H A Dgzip.c1365 goto lose;
1371 goto lose;
1379 goto lose;
1385 goto lose;
1392 goto lose;
1407 goto lose;
1415 goto lose;
1435 goto lose;
1440 goto lose;
1445 goto lose;
[all...]
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dsparc-opc.c1070 #define br(opcode, mask, lose, flags) \
1071 { opcode, (mask)|ANNUL, (lose), ",a l", (flags), v6 }, \
1072 { opcode, (mask) , (lose)|ANNUL, "l", (flags), v6 }
1074 #define brx(opcode, mask, lose, flags) /* v9 */ \
1075 { opcode, (mask)|(2<<20)|BPRED, ANNUL|(lose), "Z,G", (flags), v9 }, \
1076 { opcode, (mask)|(2<<20)|BPRED, ANNUL|(lose), ",T Z,G", (flags), v9 }, \
1077 { opcode, (mask)|(2<<20)|BPRED|ANNUL, (lose), ",a Z,G", (flags), v9 }, \
1078 { opcode, (mask)|(2<<20)|BPRED|ANNUL, (lose), ",a,T Z,G", (flags), v9 }, \
1079 { opcode, (mask)|(2<<20), ANNUL|BPRED|(lose), ",N Z,G", (flags), v9 }, \
1080 { opcode, (mask)|(2<<20)|ANNUL, BPRED|(lose), ",
[all...]
H A Dsparc-dis.c200 && (opcode->lose & insn) == 0)
252 unsigned long int lose0 = op0->lose, lose1 = op1->lose;
273 /* If a bit is set in both match and lose, there is something
282 op0->lose &= ~op0->match;
283 lose0 = op0->lose;
293 op1->lose &= ~op1->match;
294 lose1 = op1->lose;
518 && (opcode->lose & insn) == 0)
/freebsd-10.1-release/contrib/binutils/include/opcode/
H A Dsparc.h98 unsigned long lose; /* Bits that must not be set. */ member in struct:sparc_opcode
/freebsd-10.1-release/contrib/gcc/
H A Dtree-browser.c995 goto lose;
1005 goto lose;
1012 lose:
H A Drecog.c368 Note that this can lose if a later change than the one
2308 int lose = 0;
2614 lose = 1;
2618 if (! lose)
2645 lose = 1;
2647 if (! lose)
3123 substitution would lose the
2296 int lose = 0; local
H A Dreorg.c2521 int lose = 0;
2564 ! stop_search_p (trial, ! thread_if_true) && (! lose || own_thread);
2580 /* If TRIAL conflicts with the insns ahead of it, we lose. Also,
2737 lose = 1;
2504 int lose = 0; local
H A Dregclass.c2563 GO_IF_HARD_REG_SUBSET (c, reg_class_contents[(int) NO_REGS], lose);
2566 lose:
H A Dprotoize.c840 goto lose;
843 lose: ;
/freebsd-10.1-release/bin/sh/
H A Dexpand.c332 goto lose;
335 goto lose;
339 goto lose;
346 lose:
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-sparc.c812 int lose = 0;
832 lose = 1;
836 if (sparc_opcodes[i].match & sparc_opcodes[i].lose)
840 lose = 1;
859 lose = 1;
868 lose = 1;
873 if (lose)
807 int lose = 0; local
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote.c1953 int lose;
1976 lose = 0;
1981 /* Don't use strtol, could lose on big values. */
1986 lose = 1;
1988 if (!lose && strncmp (ptr, ";Data=", 6) == 0)
1995 lose = 1;
1997 if (!lose && strncmp (ptr, ";Bss=", 5) == 0)
2004 lose = 1;
2006 if (lose)
3559 NOTE: This can still lose i
1947 int lose; local
[all...]
H A Dfindvar.c48 you lose
/freebsd-10.1-release/usr.sbin/etcupdate/
H A Detcupdate.sh894 (tf) theirs-full - accept new version of entire file (lose local changes)
1780 # that a minor operation doesn't lose log info from a major operation.
/freebsd-10.1-release/contrib/libreadline/
H A Dconfigure3937 You lose.
3943 You lose.
3949 You lose.
3955 You lose.
3961 $EGREP "You lose" >/dev/null 2>&1; then
/freebsd-10.1-release/sys/mips/mips/
H A Dfp.S842 sltu t9, zero, t3 # dont lose any one bits
1497 sltu t8, zero, t8 # dont lose any ones
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex3679 % routine twice in a row (see the doublecol-lose test, which is
6386 % don't lose footnotes inside @float.
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3853 % routine twice in a row (see the doublecol-lose test, which is
6587 % don't lose footnotes inside @float.
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex3751 % routine twice in a row (see the doublecol-lose test, which is
6458 % don't lose footnotes inside @float.

Completed in 490 milliseconds