Searched defs:htole64 (Results 1 – 7 of 7) sorted by relevance
35 htole64(uint64_t in) in htole64() function
26 #define htole64(x) OSSwapHostToLittleInt64((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
676 # define htole64(v) (openssh_swap64(v)) macro686 # define htole64(v) ((uint64_t)v) macro
553 #define htole64(x) ((uint64_t)(x)) macro