Searched refs:__bswap64 (Results 1 – 9 of 9) sorted by relevance
79 #define __bswap64(x) \ macro86 #define __bswap64(x) __bswap64_var(x) macro
45 #define dtoh64(x) __bswap64(x)47 #define htod64(x) __bswap64(x)
61 #define bswap64(x) __bswap64(x)
63 __bswap64(__uint64_t x) in __bswap64() function
63 __bswap64(__uint64_t _x) in __bswap64() function
76 __bswap64(__uint64_t _x) in __bswap64() function
116 #define __bswap64(x) (__is_constant(x) ? __bswap64_const(x) : \ macro
115 #define __bswap64(x) ((__uint64_t)(__is_constant((x)) ? \ macro
136 #define __bswap64(x) (__is_constant(x) ? __bswap64_const(x) : \ macro