DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isset
sys/sys/param.h
393
#define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY)))
tools/tools/ath/athregs/dumpregs.c
643
#define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY)))