be64toh            53 src/shared/sparse-endian.h #undef be64toh
be64toh            86 src/shared/sparse-endian.h static inline uint64_t be64toh(be64_t value) { return bswap_64_on_le((uint64_t __force)value); }