Searched defs:le16toh (Results 1 – 7 of 7) sorted by relevance
14 # define le16toh(x) (x) macro16 # define le16toh(x) __bswap_16 (x) macro
20 #define le16toh(x) (x) macro44 #define le16toh(x) __bswap_16(x) macro
42 # define le16toh(x) __uint16_identity (x) macro58 # define le16toh(x) __bswap_16 (x) macro
20 # define le16toh(x) (x) macro24 # define le16toh(x) bswap_16(x) macro
43 #define le16toh(x) (uint16_t)(x) macro65 #define le16toh(x) __bswap16(x) macro
40 #define le16toh(x) (uint16_t)(x) macro62 #define le16toh(x) __bswap16(x) macro