Searched defs:__bswap64 (Results 1 – 7 of 7) sorted by relevance
81 #define __bswap64(x) \ macro88 #define __bswap64(x) __bswap64_var(x) macro
63 __bswap64(__uint64_t _x) in __bswap64() function
118 #define __bswap64(x) (__is_constant(x) ? __bswap64_const(x) : \ macro
63 __bswap64(__uint64_t x) in __bswap64() function
117 #define __bswap64(x) ((__uint64_t)(__is_constant((x)) ? \ macro
78 __bswap64(__uint64_t _x) in __bswap64() function
138 #define __bswap64(x) (__is_constant(x) ? __bswap64_const(x) : \ macro