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

/freebsd-11-stable/sys/powerpc/include/
H A Dendian.h92 #define __bswap16_const(x) ((((__uint16_t)(x) >> 8) & 0xff) | \ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dendian.h72 #define __bswap16_const(x) ((((__uint16_t)(x) >> 8) & 0xff) | \ macro
/freebsd-11-stable/sys/mips/include/
H A Dendian.h77 #define __bswap16_const(x) (((x) >> 8) | (((x) << 8) & 0xff00)) macro

Completed in 78 milliseconds