Searched defs:ZSWAP32 (Results 1 – 2 of 2) sorted by relevance
268 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro