Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/rijndael/
H A Drijndael-alg-fst.c725 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c94 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) macro
/f-stack/freebsd/netpfil/pf/
H A Dpf_table.c77 #define SWAP(type, a1, a2) \ macro