Searched defs:SWAPSHORT (Results 1 – 1 of 1) sorted by relevance
175 #define SWAPSHORT(x) ((((x) >> 8) & 0x00FF) | (((x) & 0x00FF) << 8)) macro
Completed in 14 milliseconds