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

/freebsd-10-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-10-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-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp293 uint64_t swapped = (Value & 0xFFFF0000) >> 16; local
294 swapped |= (Value & 0x0000FFFF) << 16;
295 return swapped;
314 // but with 16-bit halfwords swapped.
316 uint64_t swapped = (Value & 0xFFFF0000) >> 16; local
317 swapped |= (Value & 0x0000FFFF) << 16;
318 return swapped;
352 uint64_t swapped = (out & 0xFFFF0000) >> 16; local
353 swapped |= (out & 0x0000FFFF) << 16;
354 return swapped;
382 uint64_t swapped = (out & 0xFFFF0000) >> 16; local
397 uint32_t swapped = (out & 0xFFFF0000) >> 16; local
513 uint32_t swapped = (Value & 0xFFFF0000) >> 16; local
[all...]
/freebsd-10-stable/share/i18n/esdb/UTF/
H A DMakefile16 UTF-16-SWAPPED-var= utf16,swapped,force
26 UTF-32-SWAPPED-var= utf32,swapped,force
/freebsd-10-stable/contrib/libpcap/
H A Dsf-pcap-ng.c242 if (p->sf.swapped) {
349 if (p->sf.swapped) {
484 if (p->sf.swapped)
579 p->sf.swapped = 1;
630 if (p->sf.swapped) {
688 if (p->sf.swapped) {
811 if (p->sf.swapped) {
846 if (p->sf.swapped) {
876 if (p->sf.swapped) {
905 if (p->sf.swapped) {
[all...]
H A Dsf-pcap.c137 * number for a pcap savefile, or for a byte-swapped pcap
144 p->sf.swapped = 1;
169 * If it's a byte-swapped capture file, byte-swap the header.
171 if (p->sf.swapped) {
329 if (p->sf.swapped) {
351 * so presumably they weren't swapped.
433 if (p->sf.swapped) {
H A Dpcap-int.h110 int swapped; member in struct:pcap_sf
H A Dpcap.c1171 return (p->sf.swapped);
H A Dgencode.c3199 bpf_pcap->sf.swapped)
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dipft_pc.c60 static int pfd = -1, swapped = 0; variable
103 swapped = 1;
154 if (swapped) {
/freebsd-10-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-10-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-10-stable/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c365 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED);
/freebsd-10-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-10-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c2452 Flag swapped = 0; local
2461 swapped = 1;
2484 if (!swapped)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp6664 // Canonicalize the ExtVector to the LHS, remember if we swapped so we can
6666 bool swapped = false; local
6668 swapped = true;
6682 if (swapped) std::swap(RHS, LHS);
6693 if (swapped) std::swap(RHS, LHS);
6700 if (swapped) std::swap(RHS, LHS);
6707 if (swapped) std::swap(RHS, LHS);
/freebsd-10-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 395 milliseconds