Home
last modified time | relevance | path

Searched refs:__htole64 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/sys/
D_endian.h103 #define __htole64(x) ((__uint64_t)(x)) macro
130 #define __htole64 __swap64 macro
169 #define __lemtoh64(_x) __htole64(*(__uint64_t *)(_x))
175 #define __htolem64(_x, _v) (*(__uint64_t *)(_x) = __htole64(_v))
Dendian.h58 #define htole64(x) __htole64(x)
66 #define le64toh(x) __htole64(x)
91 #define letoh64(x) __htole64(x)