Searched refs:htole64 (Results 1 – 7 of 7) sorted by relevance
35 # define htole64(x) OSSwapHostToLittleInt64(x) macro79 # define htole64(x) (x) macro97 # define htole64(x) __builtin_bswap64(x) macro
32 # define htole64(x) (x) macro47 # define htole64(x) __bswap_64 (x) macro
59 # define htole64(x) OSSwapHostToLittleInt64(x) macro105 # define htole64(x) (x) macro123 # define htole64(x) __builtin_bswap64(x) macro
59 const uint64_t version_le = htole64(version); in makeSignature()63 const uint64_t nonce_le = htole64(nonce); in makeSignature()
283 #ifndef htole64284 # define htole64(x) (x)370 # define htole64a(a,x) *(uint64_t*)(a) = htole64(x)
257 #define htole64(x) (x)309 #define htole64a(a,x) *(uint64_t*)(a) = htole64(x)
71 _val = is_be ? htobe64(val) : htole64(val); \