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