Lines Matching full:swap
851 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)854 #define GETU32(p) SWAP(*((u32 *)(p)))855 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }