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