Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
htole64
headers/compatibility/bsd/endian.h
50
#define htole64(x) ((uint64_t)(x))
headers/compatibility/bsd/endian.h
64
#define htole64(x) bswap64((x))
src/libs/compat/freebsd_network/compat/sys/endian.h
65
#define htole64(x) ((uint64_t)(x))
src/libs/compat/freebsd_network/compat/sys/endian.h
79
#define htole64(x) bswap64((x))