Searched defs:SWAP (Results 1 - 25 of 95) sorted by relevance

1234

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drc4.c43 #define SWAP(k,x,y) \ macro
H A Drijndael-alg-fst.c724 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/netbsd-current/sys/arch/i386/i386/
H A Dcpu_in_cksum.S86 #define SWAP \ define
/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Dmaster_conf.c101 #define SWAP(type,a,b) { type temp = a; a = b; b = temp; } macro
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Drecipient_list.c174 #define SWAP(t, x) do { t x = b->x; b->x = a->x ; a->x = x; } while (0) macro
H A Doff_cvt.c69 #define SWAP(type, a, b) { type temp; temp = a; a = b; b = temp; } macro
H A Dsafe_ultostr.c91 #define SWAP(type, a, b) { type temp; temp = a; a = b; b = temp; } macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/
H A Daes_local.h19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_local.h19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/netbsd-current/common/lib/libc/stdlib/
H A Dheapsort.c82 #define SWAP(a, b, count, size, tmp) { \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Doptim.c39 # define SWAP(p,q) {sp=p; p=q; q=sp;} macro
/netbsd-current/external/gpl2/grep/dist/intl/
H A DgettextP.h66 # define SWAP(i) bswap_32 (i) macro
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Doptim.c43 # define SWAP(p,q) {sp=p; p=q; q=sp;} macro
/netbsd-current/usr.bin/vmstat/
H A Ddrvstats.c80 #define SWAP(fld) do { \ macro
171 #undef SWAP macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
/netbsd-current/external/gpl3/binutils/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
/netbsd-current/external/gpl3/gdb/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A DgettextP.h106 # define SWAP(i) bswap_32 (i) macro
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A DgettextP.h62 # define SWAP(i) bswap_32 (i) macro
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dmd5.c56 # define SWAP(n) \ macro
59 # define SWAP(n) (n) macro
/netbsd-current/usr.sbin/tpctl/
H A Dfb.c50 #define SWAP(a, b) do { \ macro
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Drldefs.h160 # define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) macro

Completed in 213 milliseconds

1234