Searched refs:le64toh (Results 1 – 2 of 2) sorted by relevance
69 #define le64toh(_x) ((__uint64_t)(_x)) macro82 #define le64toh(_x) __bswap64(_x) macro
80 #define le64toh(x) ((uint64_t)(x)) macro94 #define le64toh(x) bswap64((x)) macro