Home
last modified time | relevance | path

Searched defs:SWAP (Results 1 – 25 of 74) sorted by relevance

123

/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster_conf.c101 #define SWAP(type,a,b) { type temp = a; a = b; b = temp; } in master_config() macro
/netbsd-src/external/gpl2/grep/dist/intl/
H A DgettextP.h66 # define SWAP(i) bswap_32 (i) macro
69 SWAP (i) in SWAP() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drc4.c43 #define SWAP(k,x,y) \ macro
/netbsd-src/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) in recipient_list_swap() 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-src/external/gpl2/texinfo/dist/intl/
H A DgettextP.h62 # define SWAP(i) bswap_32 (i) macro
65 SWAP (i) in SWAP() function
/netbsd-src/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-src/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-src/external/gpl3/gdb.old/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
71 SWAP (i) in SWAP() function
/netbsd-src/external/gpl3/gcc/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
71 SWAP (i) in SWAP() function
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A DgettextP.h106 # define SWAP(i) bswap_32 (i) macro
109 SWAP (i) in SWAP() function
/netbsd-src/external/gpl3/binutils.old/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
71 SWAP (i) in SWAP() function
/netbsd-src/external/gpl3/gcc.old/dist/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
71 SWAP (i) in SWAP() function
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsha1.c37 # define SWAP(n) (n) macro
39 # define SWAP(n) \ macro
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsha1.c37 # define SWAP(n) (n) macro
39 # define SWAP(n) \ macro
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsha1.c37 # define SWAP(n) (n) macro
39 # define SWAP(n) \ macro
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dmd5.c56 # define SWAP(n) \ macro
59 # define SWAP(n) (n) macro
/netbsd-src/sys/arch/i386/i386/
H A Dcpu_in_cksum.S86 #define SWAP \ macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Doptim.c39 # define SWAP(p,q) {sp=p; p=q; q=sp;} macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Doptim.c43 # define SWAP(p,q) {sp=p; p=q; q=sp;} macro

123