Searched defs:ZSWAP32 (Results 1 – 6 of 6) sorted by relevance
100 # define ZSWAP32(q) _byteswap_ulong(q) macro106 # define ZSWAP32(q) __builtin_bswap32(q) macro112 # define ZSWAP32(q) bswap_32(q) macro118 # define ZSWAP32(q) bswap32(q) macro123 # define ZSWAP32(q) swap32(q) macro128 # define ZSWAP32(q) _bswap(q) macro133 # 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
278 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
287 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro