/openbsd/usr.bin/file/magdir/ |
H A D | mips | 33 >20 beshort 0410 (swapped) 42 >20 beshort 0410 (swapped) 51 >20 beshort 04001 (swapped) 60 >20 beshort 04001 (swapped) 71 >20 beshort 0410 (swapped) 80 >20 beshort 0410 (swapped) 89 >20 beshort 04001 (swapped) 98 >20 beshort 04001 (swapped) 109 >20 beshort 0410 (swapped) 118 >20 beshort 0410 (swapped) [all …]
|
H A D | xenix | 27 >0x1c byte &0x80 byte-swapped 28 >0x1c byte &0x40 word-swapped
|
H A D | convex | 18 0 belong 0517 Convex old-style pre-paged, non-swapped executable 49 >88 belong &0x00000004 non-swapped
|
H A D | fonts | 8 0 short 017001 byte-swapped Berkeley vfont data
|
H A D | dump | 6 # We specify both byte orders in order to recognize byte-swapped dumps.
|
/openbsd/games/backgammon/backgammon/ |
H A D | move.c | 139 trymove(int mvnum, int swapped) in trymove() argument 150 if (d0 == swapped) in trymove() 158 if (d0 == swapped) in trymove() 184 if ((!swapped) && D0 != D1) in trymove()
|
/openbsd/sys/net/ |
H A D | pfkeyv2_convert.c | 736 import_identities(struct ipsec_ids **ids, int swapped, in import_identities() argument 744 import_identity(&tmp->id_local, swapped ? dstid: srcid, &id_local_sz); in import_identities() 745 import_identity(&tmp->id_remote, swapped ? srcid: dstid, &id_remote_sz); in import_identities() 784 export_identities(void **p, struct ipsec_ids *ids, int swapped, in export_identities() argument 788 export_identity(p, swapped ? ids->id_remote : ids->id_local); in export_identities() 790 export_identity(p, swapped ? ids->id_local : ids->id_remote); in export_identities()
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | fp-bit.c | 459 FLO_union_type swapped; 462 swapped.words[0] = src->words[3]; 463 swapped.words[1] = src->words[2]; 464 swapped.words[2] = src->words[1]; 465 swapped.words[3] = src->words[0]; 467 swapped.words[0] = src->words[1]; 468 swapped.words[1] = src->words[0]; 470 src = &swapped;
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ |
H A D | fp-bit.c | 422 FLO_union_type swapped; 425 swapped.words[0] = src->words[3]; 426 swapped.words[1] = src->words[2]; 427 swapped.words[2] = src->words[1]; 428 swapped.words[3] = src->words[0]; 430 swapped.words[0] = src->words[1]; 431 swapped.words[1] = src->words[0]; 433 src = &swapped;
|
/openbsd/lib/libpcap/ |
H A D | pcap-int.h | 59 int swapped; member
|
H A D | savefile.c | 154 p->sf.swapped = 1; in pcap_fopen_offline() 280 if (p->sf.swapped) { in sf_next_packet()
|
H A D | pcap.c | 390 return (p->sf.swapped); in pcap_is_swapped()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | buildsym.c | 851 int swapped; in end_symtab() local 858 swapped = 0; in end_symtab() 869 swapped = 1; in end_symtab() 875 while (swapped); in end_symtab()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MSA.txt | 58 swapped and condition inverted. The compiler may use either one as 78 operation with the operands swapped. bmnzi.v will (currently) be emitted
|
/openbsd/distrib/notes/landisk/ |
H A D | prep | 30 dnl are swapped between the CF and HD models.
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreInstrFormats.td | 174 // Same as 2R with last two operands swapped 213 // Same as L2R with last two operands swapped
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | in_cksum.S | 59 clr %g1 ! swapped = 0;
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | fp_add_impl.inc | 67 // Extract the exponent and significand from the (possibly swapped) a and b.
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrAltivec.td | 59 // swapped for correct semantics. 126 // swapped for correct semantics. 201 /// the inputs must be swapped for correct semantics. 998 // Match vsldoi(y,x), vpkuwum(y,x), vpkuhum(y,x), i.e., swapped operands. 1000 // be swapped for correct semantics. 1022 // Match vmrg*(y,x), i.e., swapped operands. These fragments 1024 // swapped for correct semantics. 1220 // Match vmrgew(y,x) and vmrgow(y,x), i.e., swapped operands. These fragments 1221 // are matched for little-endian, where the inputs must be swapped for correct 1380 // Shuffle patterns for unary and swapped (LE) vector pack modulo.
|
/openbsd/gnu/gcc/gcc/ |
H A D | reload.c | 2548 int swapped; in find_reloads() local 2883 swapped = 0; in find_reloads() 3091 if ((swapped && (m != commutative || i != commutative + 1)) in find_reloads() 3132 if (swapped && i == commutative) in find_reloads() 3134 else if (swapped && i == commutative + 1) in find_reloads() 3138 if (swapped && m == commutative) in find_reloads() 3140 else if (swapped && m == commutative + 1) in find_reloads() 3644 goal_alternative_swapped = swapped; in find_reloads() 3670 goal_alternative_swapped = swapped; in find_reloads() 3688 swapped = !swapped; in find_reloads() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZOperators.td | 764 // Byte-swapped replicated vector element loads. 780 // Byte-swapped vector element loads. 828 // Byte-swapped variants. 851 // Byte-swapped vector element stores.
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | libbfd.texi | 30 returned by these macros are identical so they can be swapped
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | libbfd.texi | 33 returned by these macros are identical so they can be swapped
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrCMovSetCC.td | 64 // Conditional moves with folded loads with operands swapped and conditions
|
/openbsd/usr.sbin/tcpdump/ |
H A D | privsep_pcap.c | 399 p->sf.swapped = 1; in priv_pcap_offline()
|