Searched refs:bswap16 (Results 1 – 6 of 6) sorted by relevance
38 #define bswap16(x) __bswap16(x) macro47 #define htobe16(x) bswap16((x))54 #define be16toh(x) bswap16((x))64 #define htole16(x) bswap16((x))71 #define le16toh(x) bswap16((x))
17 uint16_t bswap16(uint16_t) __attribute__((__const__));20 uint16_t bswap16(uint16_t) __RENAME(__bswap16) __attribute__((__const__));38 #define __BYTE_SWAP_U16_VARIABLE bswap1670 #define bswap16(x) \ macro
134 #define ntohs(x) bswap16((uint16_t)(x))136 #define htons(x) bswap16((uint16_t)(x))153 #define htole16(x) bswap16((uint16_t)(x))160 #define HTOLE16(x) (x) = bswap16((uint16_t)(x))166 #define htobe16(x) bswap16((uint16_t)(x))173 #define HTOBE16(x) (x) = bswap16((uint16_t)(x))
16 #undef bswap1619 bswap16(UINT16 x) in bswap16() function
19 #undef bswap1635 uint16_t bswap16(uint16_t Value) in bswap16() function
59 #define bswap16(x) __bswap16(x) macro68 #define htobe16(x) bswap16((x))75 #define be16toh(x) bswap16((x))85 #define htole16(x) bswap16((x))92 #define le16toh(x) bswap16((x))