le16toh 46 src/shared/sparse-endian.h #undef le16toh le16toh 80 src/shared/sparse-endian.h static inline uint16_t le16toh(le16_t value) { return bswap_16_on_be((uint16_t __force)value); }