Searched refs:__bswap64 (Results 1 – 3 of 3) sorted by relevance
29 static __inline uint64_t __bswap64(uint64_t __x) in __bswap64() function39 #define htobe64(x) __bswap64(x)40 #define be64toh(x) __bswap64(x)58 #define htole64(x) __bswap64(x)59 #define le64toh(x) __bswap64(x)66 #define betoh64(x) __bswap64(x)76 #define letoh64(x) __bswap64(x)
69 #define bswap64(x) __bswap64(x)
163 static inline __uint64_t __bswap64(__uint64_t _x) in __bswap64() function