Searched refs:htole64 (Results 1 – 9 of 9) sorted by relevance
15 #ifndef htole6416 #define htole64(x) (x) macro39 #ifndef htole6440 #define htole64(x) __bswap_64(x) macro
50 # define htole64(x) __uint64_identity (x) macro66 # define htole64(x) __bswap_64 (x) macro
54 +# define htole64(x) (x)69 +# define htole64(x) __bswap_64 (x)
376 + return htole64(x);
48 #define htole64(x) (uint64_t)(x) macro70 #define htole64(x) __bswap64(x) macro
45 #define htole64(x) (uint64_t)(x) macro67 #define htole64(x) __bswap64(x) macro
72 _val = is_be ? htobe64(val) : htole64(val); \
352 uint64_t dat = htole64(name);