Searched refs:__bswap64_const (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/sparc64/include/
H A Dendian.h78 #define __bswap64_const(x) ((((__uint64_t)(x) >> 56) & 0xff) | \ macro
116 #define __bswap64(x) (__is_constant(x) ? __bswap64_const(x) : \
/freebsd-10.0-release/sys/mips/include/
H A Dendian.h80 #define __bswap64_const(x) (((x) >> 56) | (((x) >> 40) & 0xff00) | \ macro
116 __bswap64_const((__uint64_t)(x)) : __bswap64_var((__uint64_t)(x))))
/freebsd-10.0-release/sys/powerpc/include/
H A Dendian.h93 #define __bswap64_const(x) ((((__uint64_t)(x) >> 56) & 0xff) | \ macro
131 #define __bswap64(x) (__is_constant(x) ? __bswap64_const(x) : \

Completed in 111 milliseconds