Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
leshort
usr/src/uts/common/sys/pctypes.h
54
#define leshort(a) ((((a) & 0xFF) << 8) | (((a) >> 8) & 0xFF))
usr/src/uts/common/sys/pctypes.h
57
#define leshort(a) (a)