Searched refs:__bswap64 (Results 1 – 2 of 2) sorted by relevance
60 static __inline uint64_t __bswap64(uint64_t __x) { in __bswap64() function70 #define htole64(x) __bswap64(x)71 #define le64toh(x) __bswap64(x)72 #define letoh64(x) __bswap64(x)
57 static __inline uint64_t __bswap64(uint64_t __x) { in __bswap64() function67 #define htole64(x) __bswap64(x)68 #define le64toh(x) __bswap64(x)69 #define letoh64(x) __bswap64(x)