/netbsd-src/external/ibm-public/postfix/dist/src/master/ |
H A D | master_conf.c | 101 #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 D | gettextP.h | 66 # define SWAP(i) bswap_32 (i) macro 69 SWAP (i) in SWAP() function
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | rc4.c | 43 #define SWAP(k,x,y) \ macro
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | recipient_list.c | 174 #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 D | off_cvt.c | 69 #define SWAP(type, a, b) { type temp; temp = a; a = b; b = temp; } macro
|
H A D | safe_ultostr.c | 91 #define SWAP(type, a, b) { type temp; temp = a; a = b; b = temp; } macro
|
/netbsd-src/external/gpl2/texinfo/dist/intl/ |
H A D | gettextP.h | 62 # define SWAP(i) bswap_32 (i) macro 65 SWAP (i) in SWAP() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/ |
H A D | aes_local.h | 19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/ |
H A D | aes_local.h | 19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
|
/netbsd-src/external/gpl3/gdb.old/dist/intl/ |
H A D | gettextP.h | 68 # define SWAP(i) bswap_32 (i) macro 71 SWAP (i) in SWAP() function
|
/netbsd-src/external/gpl3/gcc/dist/intl/ |
H A D | gettextP.h | 68 # define SWAP(i) bswap_32 (i) macro 71 SWAP (i) in SWAP() function
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | gettextP.h | 106 # define SWAP(i) bswap_32 (i) macro 109 SWAP (i) in SWAP() function
|
/netbsd-src/external/gpl3/binutils.old/dist/intl/ |
H A D | gettextP.h | 68 # define SWAP(i) bswap_32 (i) macro 71 SWAP (i) in SWAP() function
|
/netbsd-src/external/gpl3/gcc.old/dist/intl/ |
H A D | gettextP.h | 68 # define SWAP(i) bswap_32 (i) macro 71 SWAP (i) in SWAP() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | sha1.c | 37 # define SWAP(n) (n) macro 39 # define SWAP(n) \ macro
|
H A D | md5.c | 50 # define SWAP(n) \ macro 53 # define SWAP(n) (n) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | sha1.c | 37 # define SWAP(n) (n) macro 39 # define SWAP(n) \ macro
|
H A D | md5.c | 50 # define SWAP(n) \ macro 53 # define SWAP(n) (n) macro
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | sha1.c | 37 # define SWAP(n) (n) macro 39 # define SWAP(n) \ macro
|
H A D | md5.c | 50 # define SWAP(n) \ macro 53 # define SWAP(n) (n) macro
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | md5.c | 56 # define SWAP(n) \ macro 59 # define SWAP(n) (n) macro
|
/netbsd-src/sys/arch/i386/i386/ |
H A D | cpu_in_cksum.S | 86 #define SWAP \ macro
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | md5.c | 50 # define SWAP(n) \ macro 53 # define SWAP(n) (n) macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | optim.c | 39 # define SWAP(p,q) {sp=p; p=q; q=sp;} macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | optim.c | 43 # define SWAP(p,q) {sp=p; p=q; q=sp;} macro
|