Searched defs:le64toh (Results 1 – 7 of 7) sorted by relevance
46 #define le64toh(x) (uint64_t)(x) macro59 #define le64toh(x) __bswap64(x) macro
50 #define le64toh(x) (uint64_t)(x) macro63 #define le64toh(x) __bswap64(x) macro
82 static inline uint64_t le64toh(le64_t value) { return bswap_64_on_be((uint64_t __force)value); } in le64toh() function