Searched refs:__bswap_16 (Results 1 – 3 of 3) sorted by relevance
32 # define __bswap_16(x) \ macro37 __bswap_16 (unsigned short int __bsx) in __bswap_16() function
388 # define ntohs(x) __bswap_16 (x)390 # define htons(x) __bswap_16 (x)
30 #define bswap_16(x) __bswap_16 (x)