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
24 # define le16toh(x) (x) macro39 # define le16toh(x) __bswap_16 (x) macro
61 # define le16toh(x) (x) macro
58 # define le16toh(x) swap16(x) macro