Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDparam.h283 #define clrbit(a,i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/NextBSD/tools/tools/ath/athregs/
HDdumpregs.c644 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/NextBSD/gnu/usr.bin/grep/
HDdfa.c236 clrbit (unsigned b, charclass c) in clrbit() function