htole16 44 src/shared/sparse-endian.h #undef htole16 htole16 72 src/shared/sparse-endian.h static inline le16_t htole16(uint16_t value) { return (le16_t __force) bswap_16_on_be(value); }