Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dparam.h425 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/netbsd-src/tools/compat/
H A Dcompat_defs.h1264 #define clrbit( global() macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Ddfa.c236 clrbit (unsigned b, charclass c) in clrbit() function
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c210 clrbit (unsigned b, charclass c) in clrbit() function