__bswap_32         37 tools/include/tools/endian.h #define htole32(x) __bswap_32(x)
__bswap_32         48 tools/include/tools/endian.h #define le32toh(x) __bswap_32(x)