Searched defs:le16toh (Results 1 – 4 of 4) sorted by relevance
27 # define le16toh(x) OSSwapLittleToHostInt16(x) macro53 # define le16toh(x) letoh16(x) macro71 # define le16toh(x) (x) macro89 # define le16toh(x) __builtin_bswap16(x) macro
26 # define le16toh(x) letoh16(x) macro51 # define le16toh(x) OSSwapLittleToHostInt16(x) macro97 # define le16toh(x) (x) macro115 # define le16toh(x) __builtin_bswap16(x) macro
24 # define le16toh(x) (x) macro39 # define le16toh(x) __bswap_16 (x) macro
64 #define le16toh(x) ((uint16_t)(x)) macro78 #define le16toh(x) bswap16((x)) macro