Searched defs:le32toh (Results 1 – 7 of 7) sorted by relevance
29 # define le32toh(x) OSSwapLittleToHostInt32(x) macro53 # define le32toh(x) letoh32(x) macro73 # define le32toh(x) (x) macro91 # define le32toh(x) __builtin_bswap32(x) macro
32 #define le32toh(x) letoh32(x) macro54 #define le32toh(x) (x) macro77 #define le32toh(x) OSSwapLittleToHostInt32(x) macro164 #define le32toh(x) bswap_32(x) macro171 #define le32toh(x) (x) macro
32 #define le32toh(x) letoh32(x) macro 53 #define le32toh(x) OSSwapLittleToHostInt32(x) macro 140 #define le32toh(x) bswap_32(x) macro 147 #define le32toh(x) (x) macro
178 #define le32toh( global() macro
43 #define le32toh(x) LE_32(x) macro62 #define le32toh(x) letoh32(x) macro77 #define le32toh(x) (x) macro93 #define le32toh(x) __builtin_bswap32(x) macro
198 #define le32toh(x) htole32(x) macro
1143 #define le32toh( global() macro