Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
be32dec
headers/compatibility/bsd/endian.h
89
return (((uint64_t)be32dec(p) << 32) | be32dec(p + 4));
src/libs/compat/freebsd_network/compat/sys/endian.h
112
return (((uint64_t)be32dec(p) << 32) | be32dec(p + 4));