Searched refs:htole64 (Results 1 – 2 of 2) sorted by relevance
67 #define htole64(_x) ((__uint64_t)(_x)) macro80 #define htole64(_x) __bswap64(_x) macro
73 #define htole64(x) ((uint64_t)(x)) macro87 #define htole64(x) bswap64((x)) macro