| /freebsd-11-stable/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()
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | print-zephyr.c | 151 int lose = 0; in zephyr_print() local 166 if (!s) lose = 1; in zephyr_print() 170 if (!lose) field = strtol(s, 0, 16); in zephyr_print() 174 if (!lose) field = s; in zephyr_print() 177 if (lose) return; in zephyr_print() 198 if (lose) in zephyr_print() 212 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print() 247 if (!lose) ND_PRINT((ndo, " %s", z_triple(c, i, r))); in zephyr_print()
|
| /freebsd-11-stable/usr.bin/gzip/ |
| HD | gzip.c | 1462 goto lose; in file_uncompress() 1467 goto lose; in file_uncompress() 1478 goto lose; in file_uncompress() 1486 goto lose; in file_uncompress() 1492 goto lose; in file_uncompress() 1500 goto lose; in file_uncompress() 1515 goto lose; in file_uncompress() 1524 goto lose; in file_uncompress() 1559 goto lose; in file_uncompress() 1564 goto lose; in file_uncompress() [all …]
|
| /freebsd-11-stable/contrib/telnet/libtelnet/ |
| HD | read_password.c | 93 goto lose; 130 lose:
|
| /freebsd-11-stable/contrib/binutils/include/opcode/ |
| HD | sparc.h | 98 unsigned long lose; /* Bits that must not be set. */ member
|
| /freebsd-11-stable/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()
|
| /freebsd-11-stable/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()
|
| /freebsd-11-stable/lib/libc/db/hash/ |
| HD | README | 59 file, you may lose updates since the package buffers all writes. Also,
|
| /freebsd-11-stable/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
|
| /freebsd-11-stable/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
|
| /freebsd-11-stable/stand/ficl/softwords/ |
| HD | softcore.fr | 211 previous \ lose hidden words from search order
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | README | 148 more than 32K away from the .word, you lose (silently); RMS claims
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerFlags.def | 30 "Reduce depth if mutations lose unique features")
|
| /freebsd-11-stable/usr.sbin/ppp/ |
| HD | README.changes | 65 do not lose control while dialing.
|
| /freebsd-11-stable/usr.sbin/etcupdate/ |
| HD | etcupdate.sh | 907 (tf) theirs-full - accept new version of entire file (lose local changes)
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/python/ |
| HD | python-typemaps.swig | 377 // Don't lose the callback reference
|
| /freebsd-11-stable/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
|
| /freebsd-11-stable/contrib/nvi/cl/ |
| HD | README.signal | 75 packet containing ^V and ^C will lose, since the ^C may take effect
|
| /freebsd-11-stable/lib/libc/db/mpool/ |
| HD | mpool.libtp | 316 This could be a for loop, but we lose speed
|