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

/freebsd-11-stable/sys/arm/include/
H A Dendian.h130 #define __bswap32(x) \ macro
137 #define __bswap32(x) __bswap32_var(x) macro
/freebsd-11-stable/sys/arm64/include/
H A Dendian.h112 #define __bswap32(x) \ macro
119 #define __bswap32(x) __bswap32_var(x) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dendian.h134 #define __bswap32(x) (__is_constant(x) ? __bswap32_const(x) : \ macro
/freebsd-11-stable/sys/riscv/include/
H A Dendian.h114 #define __bswap32(x) \ macro
121 #define __bswap32(x) __bswap32_var(x) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dendian.h114 #define __bswap32(x) (__is_constant(x) ? __bswap32_const(x) : \ macro
/freebsd-11-stable/sys/mips/include/
H A Dendian.h113 #define __bswap32(x) ((__uint32_t)(__is_constant((x)) ? \ macro
/freebsd-11-stable/sys/x86/include/
H A Dendian.h76 #define __bswap32(x) \ macro
85 #define __bswap32(x) __bswap32_var(x) macro

Completed in 67 milliseconds