FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
shortswap
sys/dev/hptmv/hptproc.c
363
#define shortswap(w) ((WORD)((w)>>8 | ((w) & 0xFF)<<8))
sys/dev/hptmv/osbsd.h
258
#define shortswap(w) ((WORD)((w)>>8 | ((w) & 0xFF)<<8))