Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dendian.h55 #define bswap64(x) __bswap64(x)
64 #define htobe64(x) __bswap64((x))
71 #define be64toh(x) __bswap64((x))
81 #define htole64(x) __bswap64((x))
88 #define le64toh(x) __bswap64((x))
H A Dkerneldump.h46 #define dtoh64(x) __bswap64(x)
48 #define htod64(x) __bswap64(x)
/dragonfly/include/
H A Dbyteswap.h37 #define bswap_64(x) __bswap64((x))
/dragonfly/sys/cpu/x86_64/include/
H A Dendian.h153 __bswap64(__uint64_t _x) in __bswap64() function