Searched refs:__bswap_16 (Results 1 – 5 of 5) sorted by relevance
21 # define htobe16(x) __bswap_16 (x)23 # define be16toh(x) __bswap_16 (x)37 # define htole16(x) __bswap_16 (x)39 # define le16toh(x) __bswap_16 (x)
73 #define __bswap_16 bswap_16 macro78 #define be16_to_cpu(x) __bswap_16(x)81 #define cpu_to_be16(x) __bswap_16(x)
2207 return __bswap_16(bit->pdu_len); in get_pdulen()
563 def __bswap_16(x): return \ function565 def __bswap_16(x): return __bswap_constant_16 (x) function589 def ntohs(x): return __bswap_16 (x)593 def htons(x): return __bswap_16 (x)
894 def __bswap_16(x): return \ function896 def __bswap_16(x): return __bswap_constant_16 (x) function918 def ntohs(x): return __bswap_16 (x)922 def htons(x): return __bswap_16 (x)