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