Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
htobe64
headers/compatibility/bsd/endian.h
47
#define htobe64(x) bswap64((x))
headers/compatibility/bsd/endian.h
61
#define htobe64(x) ((uint64_t)(x))
src/libs/compat/freebsd_network/compat/sys/endian.h
62
#define htobe64(x) bswap64((x))
src/libs/compat/freebsd_network/compat/sys/endian.h
76
#define htobe64(x) ((uint64_t)(x))