be32toh 49 src/shared/sparse-endian.h #undef be32toh be32toh 85 src/shared/sparse-endian.h static inline uint32_t be32toh(be32_t value) { return bswap_32_on_le((uint32_t __force)value); }