Searched defs:htole64 (Results 1 – 7 of 7) sorted by relevance
58 htole64(uint64_t in) in htole64() function
35 htole64(uint64_t in) in htole64() function
73 #define htole64(x) ((uint64_t)(x)) macro87 #define htole64(x) bswap64((x)) macro
38 htole64(uint64_t in) in htole64() function
129 #define htole64(x) ((uint64_t)(x)) macro
156 #define htole64(x) LE_64(x) macro