Searched refs:ZSWAP16 (Results 1 – 1 of 1) sorted by relevance
177 # define ZSWAP16(q) _byteswap_ushort(q) macro183 # define ZSWAP16(q) __builtin_bswap16(q) macro189 # define ZSWAP16(q) bswap_16(q) macro195 # define ZSWAP16(q) bswap16(q) macro201 # define ZSWAP16(q) ((((q) & 0xff) << 8) | (((q) & 0xff00) >> 8)) macro206 # define ZSWAP16(q) ((((q) & 0xff) << 8) | (((q) & 0xff00) >> 8)) macro