le64toh            54 src/shared/sparse-endian.h #undef le64toh
le64toh            82 src/shared/sparse-endian.h static inline uint64_t le64toh(le64_t value) { return bswap_64_on_be((uint64_t __force)value); }