htole64            52 src/shared/sparse-endian.h #undef htole64
htole64            74 src/shared/sparse-endian.h static inline le64_t htole64(uint64_t value) { return (le64_t __force) bswap_64_on_be(value); }