Searched defs:le32toh (Results 1 – 5 of 5) sorted by relevance
22 # define le32toh(x) OSSwapLittleToHostInt32(x) macro
136 #define le32toh(x) ((uint32_t)(x)) macro150 #define le32toh(x) bswap32((x)) macro
117 #define le32toh(x) ((uint32_t)(x)) macro131 #define le32toh(x) __bswap32((x)) macro
68 #define le32toh(x) ((uint32_t)(x)) macro82 #define le32toh(x) bswap32((x)) macro
554 #define le32toh( global() macro