Searched defs:SWAP (Results 1 – 3 of 3) sorted by relevance
725 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
94 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) macro
77 #define SWAP(type, a1, a2) \ macro