Searched refs:__bswap16 (Results 1 – 2 of 2) sorted by relevance
52 static __inline uint16_t __bswap16(uint16_t __x) { in __bswap16() function64 #define htole16(x) __bswap16(x)65 #define le16toh(x) __bswap16(x)66 #define letoh16(x) __bswap16(x)
49 static __inline uint16_t __bswap16(uint16_t __x) { in __bswap16() function61 #define htole16(x) __bswap16(x)62 #define le16toh(x) __bswap16(x)63 #define letoh16(x) __bswap16(x)