Searched defs:SWAPLONG (Results 1 – 1 of 1) sorted by relevance
176 #define SWAPLONG(x) ((((x) >> 24) & 0x000000FF) | (((x) & 0x00FF0000) >> 8) | \ macro
Completed in 17 milliseconds