Searched defs:le64toh (Results 1 – 7 of 7) sorted by relevance
82 le64toh(uint64_t in) in le64toh() function
71 le64toh(uint64_t in) in le64toh() function
80 #define le64toh(x) ((uint64_t)(x)) macro94 #define le64toh(x) bswap64((x)) macro
94 le64toh(uint64_t in) in le64toh() function
133 #define le64toh(x) ((uint64_t)(x)) macro
155 #define le64toh(x) LE_64(x) macro