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

/freebsd-11-stable/sys/powerpc/include/
H A Dendian.h98 #define __bswap64_const(x) ((((__uint64_t)(x) >> 56) & 0xff) | \ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dendian.h78 #define __bswap64_const(x) ((((__uint64_t)(x) >> 56) & 0xff) | \ macro
/freebsd-11-stable/sys/mips/include/
H A Dendian.h80 #define __bswap64_const(x) (((x) >> 56) | (((x) >> 40) & 0xff00) | \ macro

Completed in 122 milliseconds