Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
le64toh
headers/compatibility/bsd/endian.h
57
#define le64toh(x) ((uint64_t)(x))
headers/compatibility/bsd/endian.h
71
#define le64toh(x) bswap64((x))
src/libs/compat/freebsd_network/compat/sys/endian.h
72
#define le64toh(x) ((uint64_t)(x))
src/libs/compat/freebsd_network/compat/sys/endian.h
86
#define le64toh(x) bswap64((x))