Searched refs:SWAP (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/intl/
H A DgettextP.h39 # define W(flag, data) ((flag) ? SWAP (data) : (data))
45 # define SWAP(i) bswap_32 (i) macro
47 static nls_uint32 SWAP PARAMS ((nls_uint32 i));
50 SWAP (i)
/openbsd-current/gnu/usr.bin/binutils-2.17/intl/
H A DgettextP.h39 # define W(flag, data) ((flag) ? SWAP (data) : (data))
45 # define SWAP(i) bswap_32 (i) macro
47 static nls_uint32 SWAP PARAMS ((nls_uint32 i));
50 SWAP (i)
/openbsd-current/lib/libc/arch/sparc64/fpu/
H A Dfpu_emu.h139 SWAP(x, y); \
141 #define SWAP(x, y) { \ macro
H A Dfpu_add.c127 SWAP(x, y);
/openbsd-current/gnu/gcc/intl/
H A DgettextP.h62 # define W(flag, data) ((flag) ? SWAP (data) : (data))
68 # define SWAP(i) bswap_32 (i) macro
71 SWAP (i)
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A DgettextP.h54 # define W(flag, data) ((flag) ? SWAP (data) : (data))
60 # define SWAP(i) bswap_32 (i) macro
63 SWAP (i)
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A DgettextP.h58 # define W(flag, data) ((flag) ? SWAP (data) : (data))
64 # define SWAP(i) bswap_32 (i) macro
68 static inline nls_uint32 SWAP PARAMS ((unsigned int));
70 SWAP (ii)
/openbsd-current/gnu/lib/libreadline/
H A Drldefs.h162 #if !defined (SWAP)
163 # define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) macro
H A Dundo.c215 SWAP (start, end);
H A Dutil.c130 SWAP (from, to);
H A Dtext.c121 SWAP (from, to);
1210 SWAP (start, end);
1537 SWAP (rl_point, rl_mark);
/openbsd-current/sys/arch/sparc64/fpu/
H A Dfpu_emu.h128 SWAP(x, y); \
130 #define SWAP(x, y) { \ macro
H A Dfpu_add.c126 SWAP(x, y);
/openbsd-current/gnu/lib/libiberty/src/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/openbsd-current/usr.bin/vmstat/
H A Ddkstats.c104 #define SWAP(fld) tmp = cur.fld; \ macro
126 SWAP(dk_rxfer[i]);
127 SWAP(dk_wxfer[i]);
128 SWAP(dk_seek[i]);
129 SWAP(dk_rbytes[i]);
130 SWAP(dk_wbytes[i]);
144 SWAP(tk_nin);
145 SWAP(tk_nout);
147 #undef SWAP macro
/openbsd-current/lib/libc/stdlib/
H A Dheapsort.c42 * isn't worth optimizing; the SWAP's get sped up by the cache, and pointer
45 #define SWAP(a, b, count, size, tmp) { \ macro
82 SWAP(par, child, count, size, tmp); \
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S61 #define SWAP p1 define
195 SWAP = cmp.gt(EXPC,EXPA) // If C >> PP define
196 if (SWAP.new) EXPCA = combine(EXPA,EXPC)
211 if (SWAP) PP_LL = CTMP2
212 if (SWAP) CTMP2 = PP_LL
222 if (SWAP) PP_HH = CTMP // Swap C and PP
223 if (SWAP) CTMP = PP_HH
/openbsd-current/lib/libevent/
H A Dbuffer.c68 #define SWAP(x,y) do { \ macro
87 SWAP(&tmp, outbuf);
88 SWAP(outbuf, inbuf);
89 SWAP(inbuf, &tmp);
/openbsd-current/sys/arch/i386/i386/
H A Din_cksum.s84 #define SWAP \ define
99 SWAP ; \
/openbsd-current/usr.sbin/config/
H A Dscan.l112 swap return SWAP;
H A Dgram.y102 %token MAXUSERS MAXPARTITIONS MINOR ON OPTIONS PSEUDO_DEVICE ROOT SOURCE SWAP
381 SWAP on_opt swapdev_list { setconf(&conf.cf_swap, "swap", $3); } |
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde.c484 #define SWAP(x,y) do { fde * tmp = x; x = y; y = tmp; } while (0)
499 SWAP (a[i], a[2*i+2]);
504 SWAP (a[i], a[2*i+1]);
515 SWAP (a[0], a[n]);
522 SWAP (a[i], a[2*i+2]);
527 SWAP (a[i], a[2*i+1]);
534 #undef SWAP
482 #define SWAP macro
532 #undef SWAP macro
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-dw2-fde.c474 #define SWAP(x,y) do { const fde * tmp = x; x = y; y = tmp; } while (0)
494 SWAP (a[i], a[j]);
530 SWAP (a[0], a[m]);
533 #undef SWAP
472 #define SWAP macro
531 #undef SWAP macro
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.h72 SWAP, enumerator in enum:llvm::AVRISD::NodeType
/openbsd-current/usr.sbin/inetd/
H A Dinetd.c563 #define SWAP(type, a, b) {type c=(type)a; a=(type)b; b=(type)c;} macro
574 SWAP(int, cp->se_max, sep->se_max);
575 SWAP(char *, sep->se_user, cp->se_user);
576 SWAP(char *, sep->se_group, cp->se_group);
577 SWAP(char *, sep->se_server, cp->se_server);
579 SWAP(char *, sep->se_argv[i], cp->se_argv[i]);
580 #undef SWAP macro

Completed in 227 milliseconds

12