Searched refs:le16toh (Results 1 – 2 of 2) sorted by relevance
61 #define le16toh(_x) ((__uint16_t)(_x)) macro74 #define le16toh(_x) __bswap16(_x) macro
78 #define le16toh(x) ((uint16_t)(x)) macro92 #define le16toh(x) bswap16((x)) macro