| /NextBSD/contrib/binutils/opcodes/ |
| HD | sparc-opc.c | 1068 #define br(opcode, mask, lose, flags) \ argument 1069 { opcode, (mask)|ANNUL, (lose), ",a l", (flags), v6 }, \ 1070 { opcode, (mask) , (lose)|ANNUL, "l", (flags), v6 } 1072 #define brx(opcode, mask, lose, flags) /* v9 */ \ argument 1073 { opcode, (mask)|(2<<20)|BPRED, ANNUL|(lose), "Z,G", (flags), v9 }, \ 1074 { opcode, (mask)|(2<<20)|BPRED, ANNUL|(lose), ",T Z,G", (flags), v9 }, \ 1075 { opcode, (mask)|(2<<20)|BPRED|ANNUL, (lose), ",a Z,G", (flags), v9 }, \ 1076 { opcode, (mask)|(2<<20)|BPRED|ANNUL, (lose), ",a,T Z,G", (flags), v9 }, \ 1077 { opcode, (mask)|(2<<20), ANNUL|BPRED|(lose), ",N Z,G", (flags), v9 }, \ 1078 { opcode, (mask)|(2<<20)|ANNUL, BPRED|(lose), ",a,N Z,G", (flags), v9 }, \ [all …]
|
| HD | sparc-dis.c | 200 && (opcode->lose & insn) == 0) in is_delayed_branch() 252 unsigned long int lose0 = op0->lose, lose1 = op1->lose; in compare_opcodes() 282 op0->lose &= ~op0->match; in compare_opcodes() 283 lose0 = op0->lose; in compare_opcodes() 293 op1->lose &= ~op1->match; in compare_opcodes() 294 lose1 = op1->lose; in compare_opcodes() 518 && (opcode->lose & insn) == 0) in print_insn_sparc()
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-zephyr.c | 137 int lose = 0; in zephyr_print() local 150 if (!s) lose = 1; in zephyr_print() 154 if (!lose) field = strtol(s, 0, 16); in zephyr_print() 158 if (!lose) field = s; in zephyr_print() 161 if (lose) return; in zephyr_print() 182 if (lose) { in zephyr_print() 198 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print() 233 if (!lose) ND_PRINT((ndo, " %s", z_triple(c, i, r))); in zephyr_print()
|
| /NextBSD/usr.bin/gzip/ |
| HD | gzip.c | 1366 goto lose; in file_uncompress() 1372 goto lose; in file_uncompress() 1380 goto lose; in file_uncompress() 1386 goto lose; in file_uncompress() 1393 goto lose; in file_uncompress() 1408 goto lose; in file_uncompress() 1416 goto lose; in file_uncompress() 1448 goto lose; in file_uncompress() 1453 goto lose; in file_uncompress() 1458 goto lose; in file_uncompress() [all …]
|
| /NextBSD/contrib/telnet/libtelnet/ |
| HD | read_password.c | 97 goto lose; 134 lose:
|
| /NextBSD/contrib/binutils/include/opcode/ |
| HD | sparc.h | 98 unsigned long lose; /* Bits that must not be set. */ member
|
| /NextBSD/contrib/gcc/ |
| HD | tree-browser.c | 995 goto lose; in TB_getline() 1005 goto lose; in TB_getline() 1012 lose: in TB_getline()
|
| HD | recog.c | 2296 int lose = 0; in constrain_operands() local 2602 lose = 1; in constrain_operands() 2606 if (! lose) in constrain_operands() 2633 lose = 1; in constrain_operands() 2635 if (! lose) in constrain_operands()
|
| HD | reorg.c | 2504 int lose = 0; in fill_slots_from_thread() local 2547 ! stop_search_p (trial, ! thread_if_true) && (! lose || own_thread); in fill_slots_from_thread() 2720 lose = 1; in fill_slots_from_thread()
|
| HD | regclass.c | 2551 GO_IF_HARD_REG_SUBSET (c, reg_class_contents[(int) NO_REGS], lose); in reg_classes_intersect_p() 2554 lose: in reg_classes_intersect_p()
|
| HD | protoize.c | 833 goto lose; in directory_specified_p() 836 lose: ; in directory_specified_p()
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-sparc.c | 807 int lose = 0; in md_begin() local 827 lose = 1; in md_begin() 831 if (sparc_opcodes[i].match & sparc_opcodes[i].lose) in md_begin() 835 lose = 1; in md_begin() 854 lose = 1; in md_begin() 863 lose = 1; in md_begin() 868 if (lose) in md_begin()
|
| /NextBSD/lib/libc/db/hash/ |
| HD | README | 59 file, you may lose updates since the package buffers all writes. Also,
|
| /NextBSD/contrib/ntp/html/hints/ |
| HD | a-ux | 178 extensive floppy use causes A/UX to drop and lose clock interupts 180 activities a lot, you find out that you lose about 300ms of time
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | remote.c | 1947 int lose; in get_offsets() local 1970 lose = 0; in get_offsets() 1980 lose = 1; in get_offsets() 1982 if (!lose && strncmp (ptr, ";Data=", 6) == 0) in get_offsets() 1989 lose = 1; in get_offsets() 1991 if (!lose && strncmp (ptr, ";Bss=", 5) == 0) in get_offsets() 1998 lose = 1; in get_offsets() 2000 if (lose) in get_offsets()
|
| HD | findvar.c | 48 you lose
|
| /NextBSD/sys/boot/ficl/softwords/ |
| HD | softcore.fr | 203 previous \ lose hidden words from search order
|
| /NextBSD/contrib/apr-util/ |
| HD | CHANGES | 137 apr_crypto_init() to apr_crypto_get_driver(), so that we don't lose
|
| /NextBSD/contrib/binutils/gas/ |
| HD | README | 148 more than 32K away from the .word, you lose (silently); RMS claims
|
| /NextBSD/usr.sbin/ppp/ |
| HD | README.changes | 65 do not lose control while dialing.
|
| /NextBSD/usr.sbin/etcupdate/ |
| HD | etcupdate.sh | 895 (tf) theirs-full - accept new version of entire file (lose local changes)
|
| /NextBSD/usr.bin/fortune/datfiles/ |
| HD | murphy | 218 All things being equal, you lose. 220 All things being in your favor, you still lose. 222 Win or lose, you lose. 1015 It takes longer to lose 'x' number of pounds than 2210 You win some, lose some, and some get rained out; but you
|
| /NextBSD/contrib/nvi/cl/ |
| HD | README.signal | 75 packet containing ^V and ^C will lose, since the ^C may take effect
|
| /NextBSD/lib/libc/db/mpool/ |
| HD | mpool.libtp | 316 This could be a for loop, but we lose speed
|
| /NextBSD/contrib/bmake/ |
| HD | ChangeLog | 209 * lose the const from arg to systcl to avoid problems on older BSDs. 340 o var.c: lose VarChangeCase() saves 4% time 413 * Makefile.in: do not lose history from make.1 when generating bmake.1 1511 * machine.sh: avoid A-Z with tr as it is bound to lose.
|