/freebsd/crypto/openssl/crypto/aes/ |
H A D | aes_local.h | 19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
|
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | common.c | 70 #define SWAP(s,i,j) { char *t = str[i]; str[i] = str[j]; str[j] = t; } in permute() macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 72 SWAP, enumerator
|
/freebsd/lib/libc/stdlib/ |
H A D | heapsort.c | 56 #define SWAP(a, b, count, size, tmp) { \ macro
|
/freebsd/contrib/libdivsufsort/include/ |
H A D | divsufsort_private.h | 146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) macro
|
/freebsd/sys/crypto/rijndael/ |
H A D | rijndael-alg-fst.c | 723 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_emu.h | 131 #define SWAP(x, y) { \ macro
|
/freebsd/contrib/pf/libevent/ |
H A D | buffer.c | 83 #define SWAP(x,y) do { \ macro
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_gpsvme.c | 60 #define SWAP(val) ( ((val) >> 24) | (((val) & 0x00ff0000) >> 8) | \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dffma.S | 61 #define SWAP p1 macro 195 SWAP = cmp.gt(EXPC,EXPA) // If C >> PP define
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | aes_i.h | 109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.c | 1022 #define SWAP(t,a, b) { t c = a; a = b; b = c; } in config() macro
|
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | divsufsort.c | 94 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) macro
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_table.c | 75 #define SWAP(type, a1, a2) \ macro
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 14824 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} macro
|