Searched defs:le16toh (Results 1 – 6 of 6) 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
35 #define le16toh(v) OSSwapLittleToHostInt16(v) macro56 #define le16toh(v) (v) macro76 #define le16toh(v) __builtin_bswap16(v) macro
42 #define le16toh(x) (uint16_t)(x) macro55 #define le16toh(x) __bswap16(x) macro
64 #define le16toh(x) ((uint16_t)(x)) macro78 #define le16toh(x) bswap16((x)) macro