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

/freebsd-10-stable/crypto/openssl/crypto/aes/
H A Daes_locl.h66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/freebsd-10-stable/crypto/heimdal/appl/gssmask/
H A Dcommon.c70 #define SWAP(s,i,j) { char *t = str[i]; str[i] = str[j]; str[j] = t; } macro
/freebsd-10-stable/lib/libc/stdlib/
H A Dheapsort.c50 #define SWAP(a, b, count, size, tmp) { \ macro
/freebsd-10-stable/contrib/libreadline/
H A Drldefs.h154 # define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) macro
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Daes_i.h109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/freebsd-10-stable/sys/crypto/rijndael/
H A Drijndael-alg-fst.c725 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/freebsd-10-stable/sys/powerpc/fpu/
H A Dfpu_emu.h132 #define SWAP(x, y) { \ macro
/freebsd-10-stable/crypto/openssl/crypto/camellia/
H A Dcamellia.c96 # define SWAP(x) _byteswap_ulong(x) macro
98 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
/freebsd-10-stable/contrib/pf/libevent/
H A Dbuffer.c83 #define SWAP(x,y) do { \ macro
/freebsd-10-stable/lib/libc/sparc64/fpu/
H A Dfpu_emu.h130 #define SWAP(x, y) { \ macro
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c60 #define SWAP(val) ( ((val) >> 24) | (((val) & 0x00ff0000) >> 8) | \ macro
/freebsd-10-stable/contrib/gcc/
H A Dunwind-dw2-fde.c472 #define SWAP macro
531 #undef SWAP macro
H A Dtree-ssa-loop-niter.c46 #define SWAP(X, Y) do { void *tmp = (X); (X) = (Y); (Y) = tmp; } while (0) macro
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf_table.c73 #define SWAP(type, a1, a2) \ macro
/freebsd-10-stable/usr.sbin/inetd/
H A Dinetd.c1027 #define SWAP(t,a, b) { t c = a; a = b; b = c; } macro
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c100856 #define SWAP macro
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c11550 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} macro
165026 # define SWAP macro
[all...]

Completed in 727 milliseconds