Searched refs:swapped (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/sparc64/include/isc/
H A Datomic.h70 isc_int32_t prev, swapped; local
72 for (prev = *(volatile isc_int32_t *)p; ; prev = swapped) {
73 swapped = prev + val;
76 : "+r"(swapped)
78 if (swapped == prev)
90 isc_int32_t prev, swapped; local
92 for (prev = *(volatile isc_int32_t *)p; ; prev = swapped) {
93 swapped = val;
96 : "+r"(swapped)
99 if (swapped
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/ia64/include/isc/
H A Datomic.h39 isc_int32_t prev, swapped; local
41 for (prev = *(volatile isc_int32_t *)p; ; prev = swapped) {
42 swapped = prev + val;
46 : "=r" (swapped), "=m" (*p)
47 : "r" (prev), "r" (swapped), "m" (*p)
49 if (swapped == prev)
/freebsd-11-stable/share/i18n/esdb/UTF/
H A DMakefile16 UTF-16-SWAPPED-var= utf16,swapped,force
26 UTF-32-SWAPPED-var= utf32,swapped,force
/freebsd-11-stable/contrib/libpcap/
H A Dsf-pcapng.c293 if (p->swapped) {
361 if (p->swapped)
428 if (p->swapped) {
576 if (p->swapped)
774 int swapped = 0; local
852 swapped = 1;
881 p->swapped = swapped;
950 if (p->swapped) {
1008 if (p->swapped) {
[all...]
H A Dsf-pcap.c160 int swapped = 0; local
170 * number for a pcap savefile, or for a byte-swapped pcap
182 swapped = 1;
206 * If it's a byte-swapped capture file, byte-swap the header.
208 if (swapped) {
249 p->swapped = swapped;
475 if (p->swapped) {
523 * so presumably they weren't swapped.
710 if (p->swapped)
[all...]
H A Dpcap-int.h187 int swapped; member in struct:pcap
H A Dpcap.c3215 return (p->swapped);
H A Dgencode.c2156 if (cstate->bpf_pcap->rfile != NULL && cstate->bpf_pcap->swapped)
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipft_pc.c60 static int pfd = -1, swapped = 0; variable
103 swapped = 1;
154 if (swapped) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp70 CvRecordPdb70 swapped;
76 swapped = *pdb70_uuid;
77 llvm::sys::swapByteOrder(swapped.Uuid.Data1);
78 llvm::sys::swapByteOrder(swapped.Uuid.Data2);
79 llvm::sys::swapByteOrder(swapped.Uuid.Data3);
80 llvm::sys::swapByteOrder(swapped.Age);
81 pdb70_uuid = &swapped;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc67 // Extract the exponent and significand from the (possibly swapped) a and b.
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbuildsym.c859 int swapped;
866 swapped = 0;
877 swapped = 1;
883 while (swapped);
852 int swapped; local
H A Dgdbarch.sh1234 region are created. These memory regions are swapped whenever the
1238 Memory regions are swapped / initialized in the order that they are
1901 /* Keep a registry of swapped data required by GDB modules. */
2130 /* The existing architecture has been swapped out - all this code
/freebsd-11-stable/contrib/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;
/freebsd-11-stable/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c365 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc377 * All data in the instance are properly byte swapped. The input
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc377 * All data in the instance are properly byte swapped. The input
/freebsd-11-stable/contrib/gcc/
H A Dreload.c2561 int swapped;
2896 swapped = 0;
3104 if ((swapped && (m != commutative || i != commutative + 1))
3105 /* If we are matching as if two operands were swapped,
3107 with swapped.
3143 The pointers in operand_loc are not swapped; swap
3145 if (swapped && i == commutative)
3147 else if (swapped && i == commutative + 1)
3151 if (swapped && m == commutative)
3153 else if (swapped
2548 int swapped; local
[all...]
H A Doptabs.c1169 /* Return whether OP0 and OP1 should be swapped when expanding a commutative
3853 constant and Y is not a constant, then the comparison is swapped to
3918 enum rtx_code swapped = swap_condition (comparison);
3935 if ((libfunc = code_to_optab[swapped]->handlers[mode].libfunc))
3939 comparison = swapped;
3902 enum rtx_code swapped = swap_condition (comparison); local
H A Dc-typeck.c1996 bool swapped = false;
2014 swapped = true;
2031 if (!swapped)
1986 bool swapped = false; local
H A Dcombine.c4895 int swapped = 0;
4901 swapped = 1, true_code = EQ, false_code = NE;
4930 SUBST (XEXP (x, 1), swapped ? false_rtx : true_rtx);
4931 SUBST (XEXP (x, 2), swapped ? true_rtx : false_rtx);
5062 would be a match if we swapped the operands. */
9705 and adjust the comparison code for swapped operands; similarly for
4877 int swapped = 0; local
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c2452 Flag swapped = 0; local
2461 swapped = 1;
2484 if (!swapped)
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c6560 int swapped = 0;
6581 && (swapped = 1, !comparison_dominates_p (cond2, cond1)))
6584 if (swapped)
6733 comparison will have to be swapped when we emit the assembler. */
6740 /* This operation is performed swapped, but since we only rely on the Z
10985 swapped with a stack adjustment. */
13876 swapped with a stack adjustment. */
6548 int swapped = 0; local

Completed in 533 milliseconds