Searched refs:__bswap_16 (Results 1 – 3 of 3) sorted by relevance
37 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16() function52 #define bswap_16(x) __bswap_16(x)
34 #define htole16(x) __bswap_16(x)44 #define le16toh(x) __bswap_16(x)
16 # define le16toh(x) __bswap_16 (x)