Searched defs:le32toh (Results 1 – 4 of 4) sorted by relevance
29 # define le32toh(x) (x) macro44 # define le32toh(x) __bswap_32 (x) macro
64 # define le32toh(x) (x) macro
61 # define le32toh(x) swap32(x) macro
46 #define le32toh(x) OSSwapLittleToHostInt32(x) macro