htole32 48 src/shared/sparse-endian.h #undef htole32 htole32 73 src/shared/sparse-endian.h static inline le32_t htole32(uint32_t value) { return (le32_t __force) bswap_32_on_be(value); }