Searched defs:le64toh (Results 1 – 7 of 7) sorted by relevance
28 #define le64toh(x) (x) macro52 #define le64toh(x) __bswap_64(x) macro
17 # define le64toh(x) (x) macro22 # define le64toh(x) bswap_64(x) macro
22 # define le64toh(x) (x) macro26 # define le64toh(x) bswap_64(x) macro
52 # define le64toh(x) __uint64_identity (x) macro68 # define le64toh(x) __bswap_64 (x) macro
49 #define le64toh(x) (uint64_t)(x) macro71 #define le64toh(x) __bswap64(x) macro
46 #define le64toh(x) (uint64_t)(x) macro68 #define le64toh(x) __bswap64(x) macro