Searched defs:SHORTSWAP32 (Results 1 – 1 of 1) sorted by relevance
213 #define SHORTSWAP32(x) ((((x) & 0x000000ff) << 8) | \ macro222 #define SHORTSWAP32(x) (((x) >> 16) | ((x) << 16)) macro224 #define SHORTSWAP32(x) (x) macro