Searched defs:htole64 (Results 1 – 8 of 8) sorted by relevance
35 htole64(uint64_t in) in htole64() function
26 #define htole64(x) OSSwapHostToLittleInt64((x)) macro
25 #define htole64(x) __LLVM_LIBC_CAST(static_cast, uint64_t, x) macro40 #define htole64(x) __builtin_bswap64((x)) macro
130 #define htole64(x) ((uint64_t)(x)) macro144 #define htole64(x) bswap64((x)) macro
109 #define htole64( global() macro 123 #define htole64( global() macro
62 #define htole64(x) ((uint64_t)(x)) macro76 #define htole64(x) bswap64((x)) macro
689 # define htole64(v) (openssh_swap64(v)) macro699 # define htole64(v) ((uint64_t)v) macro
553 #define htole64(x) ((uint64_t)(x)) macro