Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CPU_TO_BE32
usr/src/cmd/cdrw/byteorder.h
52
#define CPU_TO_BE32(x) (x)
usr/src/cmd/cdrw/byteorder.h
57
#define CPU_TO_BE32(x) swap32(x)