Searched defs:SWAP_32 (Results 1 – 3 of 3) sorted by relevance
50 #define SWAP_32(n) \ macro
77 #define SWAP_32(x) (x) = BSWAP_32(x) macro