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

123

/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dcpu_in_cksum.S86 #define SWAP \ define
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/master/
H A Dmaster_conf.c96 #define SWAP(type,a,b) { type temp = a; a = b; b = temp; } macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drc4.c42 #define SWAP(k,x,y) \ macro
H A Drijndael-alg-fst.c725 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_locl.h66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Din_cksum.c55 #define SWAP {sum <<= 8;} /* depends on recent REDUCE */ macro
H A Dyyyin_cksum.c56 #define SWAP {sum <<= 8;} /* depends on recent REDUCE */ macro
H A Din4_cksum.c99 #define SWAP {sum <<= 8;} /* depends on recent REDUCE */ macro
/netbsd-6-1-5-RELEASE/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.c63 #define SWAP(type, a, b) { type temp; temp = a; a = b; b = temp; } macro
/netbsd-6-1-5-RELEASE/common/lib/libc/stdlib/
H A Dheapsort.c82 #define SWAP(a, b, count, size, tmp) { \ macro
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Doptim.c39 # define SWAP(p,q) {sp=p; p=q; q=sp;} macro
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Doptim.c39 # define SWAP(p,q) {sp=p; p=q; q=sp;} macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A DgettextP.h66 # define SWAP(i) bswap_32 (i) macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcamellia.c95 # define SWAP(x) _byteswap_ulong(x) macro
97 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Daes_i.h107 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A DgettextP.h62 # define SWAP(i) bswap_32 (i) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
/netbsd-6-1-5-RELEASE/sys/crypto/rijndael/
H A Drijndael-alg-fst.c724 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/fpu/
H A Dfpu_emu.h131 #define SWAP(x, y) { \ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/fpu/
H A Dfpu_emu.h133 #define SWAP(x, y) { \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro

Completed in 253 milliseconds

123