Searched refs:BSWAP_16 (Results 1 – 2 of 2) sorted by relevance
92 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8)) macro93 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16))
49 #define bswap_16(x) BSWAP_16(x)
Completed in 5 milliseconds