Searched refs:__bswap16 (Results 1 – 6 of 6) sorted by relevance
19 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16() function35 #define htobe16(x) __bswap16(x)36 #define be16toh(x) __bswap16(x)54 #define htole16(x) __bswap16(x)55 #define le16toh(x) __bswap16(x)64 #define betoh16(x) __bswap16(x)74 #define letoh16(x) __bswap16(x)
23 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16() function39 #define htobe16(x) __bswap16(x)40 #define be16toh(x) __bswap16(x)58 #define htole16(x) __bswap16(x)59 #define le16toh(x) __bswap16(x)68 #define betoh16(x) __bswap16(x)78 #define letoh16(x) __bswap16(x)