Searched refs:__bswap64 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dkerneldump.h45 #define dtoh64(x) __bswap64(x)
47 #define htod64(x) __bswap64(x)
H A Dendian.h61 #define bswap64(x) __bswap64(x)
/freebsd-11-stable/sys/x86/include/
H A Dendian.h79 #define __bswap64(x) \ macro
86 #define __bswap64(x) __bswap64_var(x) macro
/freebsd-11-stable/sys/arm64/include/
H A Dendian.h63 __bswap64(__uint64_t x) function
/freebsd-11-stable/sys/arm/include/
H A Dendian.h76 __bswap64(__uint64_t _x) function
/freebsd-11-stable/sys/riscv/include/
H A Dendian.h63 __bswap64(__uint64_t _x) function
/freebsd-11-stable/sys/sparc64/include/
H A Dendian.h116 #define __bswap64(x) (__is_constant(x) ? __bswap64_const(x) : \ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dendian.h136 #define __bswap64(x) (__is_constant(x) ? __bswap64_const(x) : \ macro
/freebsd-11-stable/sys/mips/include/
H A Dendian.h115 #define __bswap64(x) ((__uint64_t)(__is_constant((x)) ? \ macro

Completed in 93 milliseconds