be16toh 45 src/shared/sparse-endian.h #undef be16toh be16toh 84 src/shared/sparse-endian.h static inline uint16_t be16toh(be16_t value) { return bswap_16_on_le((uint16_t __force)value); }