Searched refs:__bswap16 (Results 1 – 3 of 3) sorted by relevance
25 #define __bswap16(_x) __builtin_bswap16(_x) macro30 __bswap16(__uint16_t _x) in __bswap16() function58 #define htobe16(_x) __bswap16(_x)60 #define be16toh(_x) __bswap16(_x)72 #define htole16(_x) __bswap16(_x)74 #define le16toh(_x) __bswap16(_x)
11 #define __htons(_x) __bswap16(_x)13 #define __ntohs(_x) __bswap16(_x)
59 #define bswap16(x) __bswap16(x)