Searched defs:SWAP16 (Results 1 – 2 of 2) sorted by relevance
204 #define SWAP16(x) ((((x) & 0x00ff) << 8) | \ macro218 #define SWAP16(x) (x) macro