Searched defs:le64toh (Results 1 – 4 of 4) sorted by relevance
46 #define le64toh(x) (uint64_t)(x) macro59 #define le64toh(x) __bswap64(x) macro
88 #define le64toh(x) ((uint64_t)(x)) macro102 #define le64toh(x) bswap64((x)) macro
129 #define le64toh(x) os_bswap_64 (x) macro
131 uint64_t le64toh(const uint8_t *p_buf) in le64toh() function