Searched defs:__bswap16 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dendian.h125 #define __bswap16(x) \ macro
136 #define __bswap16(x) __bswap16_var(x) macro
/freebsd-11-stable/sys/arm64/include/
H A Dendian.h107 #define __bswap16(x) \ macro
118 #define __bswap16(x) __bswap16_var(x) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dendian.h132 #define __bswap16(x) ((__uint16_t)(__is_constant(x) ? __bswap16_const(x) : \ macro
/freebsd-11-stable/sys/riscv/include/
H A Dendian.h109 #define __bswap16(x) \ macro
120 #define __bswap16(x) __bswap16_var(x) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dendian.h112 #define __bswap16(x) ((__uint16_t)(__is_constant(x) ? __bswap16_const(x) : \ macro
/freebsd-11-stable/sys/mips/include/
H A Dendian.h111 #define __bswap16(x) ((__uint16_t)(__is_constant((x)) ? \ macro
/freebsd-11-stable/sys/x86/include/
H A Dendian.h73 #define __bswap16(x) \ macro
84 #define __bswap16(x) __bswap16_var(x) macro

Completed in 76 milliseconds