Searched defs:clrbit (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/tools/tools/ath/athregs/
H A Ddumpregs.c659 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/freebsd-11-stable/sys/sys/
H A Dparam.h285 #define clrbit(a,i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c126 # undef clrbit macro
236 clrbit (unsigned b, charclass c) function

Completed in 92 milliseconds