Searched refs:clrbit (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c98 #ifdef clrbit
99 # undef clrbit macro
209 clrbit (unsigned b, charclass c) function
943 clrbit(eolbyte, ccl);
945 clrbit('\0', ccl);
1063 clrbit(eolbyte, ccl);
1984 clrbit(eolbyte, matches);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c154 /* setbit/clrbit are supplied by sys/param.h */
167 clrbit(a, i);
H A Dfsck_minix.c236 /* setbit/clrbit are supplied by sys/param.h */
250 clrbit(a, i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmutils.h566 #define clrbit(a, i) (((uint8 *)a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro

Completed in 109 milliseconds