Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
be32toh
usr/src/boot/sys/sys/endian.h
76
#define be32toh(x) bswap32((x))
usr/src/boot/sys/sys/endian.h
90
#define be32toh(x) ((uint32_t)(x))
usr/src/lib/libc/sparc/gen/endian.c
145
be32toh(uint32_t in)
usr/src/lib/libc/sparcv9/gen/endian.c
145
be32toh(uint32_t in)