Home
last modified time | relevance | path

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

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