Searched refs:__htole64 (Results 1 – 2 of 2) sorted by relevance
103 #define __htole64(x) ((__uint64_t)(x)) macro130 #define __htole64 __swap64 macro169 #define __lemtoh64(_x) __htole64(*(__uint64_t *)(_x))175 #define __htolem64(_x, _v) (*(__uint64_t *)(_x) = __htole64(_v))
58 #define htole64(x) __htole64(x)66 #define le64toh(x) __htole64(x)91 #define letoh64(x) __htole64(x)