Searched defs:le64toh (Results 1 – 9 of 9) sorted by relevance
30 # define le64toh(x) (x) macro33 # define le64toh(x) bswap_64 ((x)) macro
34 # define le64toh(x) OSSwapLittleToHostInt64(x) macro56 # define le64toh(x) letoh64(x) macro78 # define le64toh(x) (x) macro96 # define le64toh(x) __builtin_bswap64(x) macro
34 #define le64toh(x) letoh64(x) macro59 #define le64toh(x) (x) macro82 #define le64toh(x) OSSwapLittleToHostInt64(x) macro182 #define le64toh(x) bswap_64(x) macro189 #define le64toh(x) (x) macro
34 #define le64toh(x) letoh64(x) macro 58 #define le64toh(x) OSSwapLittleToHostInt64(x) macro 158 #define le64toh(x) bswap_64(x) macro 165 #define le64toh(x) (x) macro
179 #define le64toh( global() macro
48 #define le64toh(x) LE_64(x) macro65 #define le64toh(x) letoh64(x) macro82 #define le64toh(x) (x) macro98 #define le64toh(x) __builtin_bswap64(x) macro
199 #define le64toh(x) htole64(x) macro
1146 #define le64toh( global() macro