Home
last modified time | relevance | path

Searched refs:SWAP (Results 1 – 25 of 46) sorted by relevance

12

/openbsd/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) in SWAP() function
/openbsd/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) in SWAP() function
/openbsd/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); in md5_read_ctx()
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B); in md5_read_ctx()
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C); in md5_read_ctx()
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D); in md5_read_ctx()
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3); in md5_finish_ctx()
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) | in md5_finish_ctx()
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
/openbsd/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) in SWAP() function
/openbsd/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) in SWAP() function
/openbsd/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) in SWAP() function
/openbsd/usr.bin/vmstat/
H A Ddkstats.c104 #define SWAP(fld) tmp = cur.fld; \ macro
126 SWAP(dk_rxfer[i]); in dkswap()
127 SWAP(dk_wxfer[i]); in dkswap()
128 SWAP(dk_seek[i]); in dkswap()
129 SWAP(dk_rbytes[i]); in dkswap()
130 SWAP(dk_wbytes[i]); in dkswap()
144 SWAP(tk_nin); in dkswap()
145 SWAP(tk_nout); in dkswap()
147 #undef SWAP in dkswap()
/openbsd/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/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S61 #define SWAP p1 macro
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/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/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); in fpu_add()
/openbsd/lib/libevent/
H A Dbuffer.c68 #define SWAP(x,y) do { \ macro
87 SWAP(&tmp, outbuf); in evbuffer_add_buffer()
88 SWAP(outbuf, inbuf); in evbuffer_add_buffer()
89 SWAP(inbuf, &tmp); in evbuffer_add_buffer()
/openbsd/lib/libc/stdlib/
H A Dheapsort.c45 #define SWAP(a, b, count, size, tmp) { \ macro
82 SWAP(par, child, count, size, tmp); \
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde.c482 #define SWAP(x,y) do { fde * tmp = x; x = y; y = tmp; } while (0) in frame_heapsort() macro
497 SWAP (a[i], a[2*i+2]); in frame_heapsort()
502 SWAP (a[i], a[2*i+1]); in frame_heapsort()
513 SWAP (a[0], a[n]); in frame_heapsort()
520 SWAP (a[i], a[2*i+2]); in frame_heapsort()
525 SWAP (a[i], a[2*i+1]); in frame_heapsort()
532 #undef SWAP in frame_heapsort()
/openbsd/sys/arch/i386/i386/
H A Din_cksum.s84 #define SWAP \ macro
99 SWAP ; \
/openbsd/usr.sbin/inetd/
H A Dinetd.c563 #define SWAP(type, a, b) {type c=(type)a; a=(type)b; b=(type)c;} in config() macro
574 SWAP(int, cp->se_max, sep->se_max); in config()
575 SWAP(char *, sep->se_user, cp->se_user); in config()
576 SWAP(char *, sep->se_group, cp->se_group); in config()
577 SWAP(char *, sep->se_server, cp->se_server); in config()
579 SWAP(char *, sep->se_argv[i], cp->se_argv[i]); in config()
580 #undef SWAP in config()
/openbsd/gnu/gcc/gcc/
H A Dunwind-dw2-fde.c472 #define SWAP(x,y) do { const fde * tmp = x; x = y; y = tmp; } while (0) macro
492 SWAP (a[i], a[j]); in frame_downheap()
528 SWAP (a[0], a[m]); in frame_heapsort()
531 #undef SWAP in frame_heapsort()
/openbsd/usr.sbin/config/
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); } |
H A Dscan.l112 swap return SWAP;
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrShiftRotate.td15 /// SHL [~] ASR [~] LSR [~] SWAP [ ]

12