__bswap_64         40 tools/include/tools/endian.h #define htole64(x) __bswap_64(x)
__bswap_64         52 tools/include/tools/endian.h #define le64toh(x) __bswap_64(x)