Searched refs:be16toh (Results 1 – 2 of 2) sorted by relevance
60 #define be16toh(_x) __bswap16(_x) macro73 #define be16toh(_x) ((__uint16_t)(_x)) macro
75 #define be16toh(x) bswap16((x)) macro89 #define be16toh(x) ((uint16_t)(x)) macro