SWAP 30 source3/lib/ldb/common/qsort.c #define SWAP(a, b, size) \ SWAP 60 source4/heimdal/lib/hcrypto/camellia-ntt.c # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) SWAP 138 source4/heimdal/lib/hcrypto/imath/imath.c #define SWAP(T, A, B) do{T t_=(A);A=(B);B=t_;}while(0) SWAP 44 source4/heimdal/lib/hcrypto/rc4.c #define SWAP(k,x,y) \ SWAP 730 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) SWAP 29 source4/lib/ldb/common/qsort.c #define SWAP(a, b, size) \