Searched defs:ZSWAP32 (Results 1 – 5 of 5) sorted by relevance
178 # define ZSWAP32(q) _byteswap_ulong(q) macro184 # define ZSWAP32(q) __builtin_bswap32(q) macro190 # define ZSWAP32(q) bswap_32(q) macro196 # define ZSWAP32(q) bswap32(q) macro202 # define ZSWAP32(q) _bswap(q) macro207 # define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
283 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
268 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro