Searched refs:__bswap64_const (Results 1 – 1 of 1) sorted by relevance
82 #define __bswap64_const(x) (((x) >> 56) | (((x) >> 40) & 0xff00) | \ macro118 __bswap64_const((__uint64_t)(x)) : __bswap64_var((__uint64_t)(x))))