le32toh            50 src/shared/sparse-endian.h #undef le32toh
le32toh            81 src/shared/sparse-endian.h static inline uint32_t le32toh(le32_t value) { return bswap_32_on_be((uint32_t __force)value); }