Home
last modified time | relevance | path

Searched refs:swapped (Results 1 – 25 of 112) sorted by relevance

12345

/openbsd/usr.bin/file/magdir/
H A Dmips33 >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 Dxenix27 >0x1c byte &0x80 byte-swapped
28 >0x1c byte &0x40 word-swapped
H A Dconvex18 0 belong 0517 Convex old-style pre-paged, non-swapped executable
49 >88 belong &0x00000004 non-swapped
H A Dfonts8 0 short 017001 byte-swapped Berkeley vfont data
H A Ddump6 # We specify both byte orders in order to recognize byte-swapped dumps.
/openbsd/games/backgammon/backgammon/
H A Dmove.c139 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 Dpfkeyv2_convert.c736 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 Dfp-bit.c459 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 Dfp-bit.c422 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 Dpcap-int.h59 int swapped; member
H A Dsavefile.c154 p->sf.swapped = 1; in pcap_fopen_offline()
280 if (p->sf.swapped) { in sf_next_packet()
H A Dpcap.c390 return (p->sf.swapped); in pcap_is_swapped()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbuildsym.c851 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 DMSA.txt58 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 Dprep30 dnl are swapped between the CF and HD models.
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td174 // Same as 2R with last two operands swapped
213 // Same as L2R with last two operands swapped
/openbsd/sys/arch/sparc64/sparc64/
H A Din_cksum.S59 clr %g1 ! swapped = 0;
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc67 // Extract the exponent and significand from the (possibly swapped) a and b.
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td59 // 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 Dreload.c2548 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 DSystemZOperators.td764 // 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 Dlibbfd.texi30 returned by these macros are identical so they can be swapped
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dlibbfd.texi33 returned by these macros are identical so they can be swapped
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrCMovSetCC.td64 // Conditional moves with folded loads with operands swapped and conditions
/openbsd/usr.sbin/tcpdump/
H A Dprivsep_pcap.c399 p->sf.swapped = 1; in priv_pcap_offline()

12345