Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LE16_TO_CPU
usr/src/cmd/cdrw/byteorder.h
62
#define LE16_TO_CPU(x) CPU_TO_LE16(x)
usr/src/uts/common/io/i40e/i40e_osdep.h
69
#define LE16_TO_CPU(a) LE_16(a)