Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dkerneldump.h50 #define dtoh64(x) __bswap64(x)
52 #define htod64(x) __bswap64(x)
H A Dendian.h63 #define bswap64(x) __bswap64(x)
/f-stack/freebsd/x86/include/
H A Dendian.h70 #define __bswap64(x) __builtin_bswap64(x) macro
/f-stack/freebsd/arm64/include/
H A Dendian.h63 __bswap64(__uint64_t x) in __bswap64() function
/f-stack/freebsd/arm/include/
H A Dendian.h78 __bswap64(__uint64_t _x) in __bswap64() function
/f-stack/freebsd/mips/include/
H A Dendian.h117 #define __bswap64(x) ((__uint64_t)(__is_constant((x)) ? \ macro