Searched refs:setbit (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A DMakefile10 memmove.o memset.o memzero.o setbit.o \
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h877 #ifndef setbit
882 extern void setbit(void *array, uint bit);
887 #define setbit(a, i) (((uint8 *)a)[(i) / NBBY] |= 1 << ((i) % NBBY)) macro
892 #endif /* setbit */
913 static INLINE void setbit##NB(void *ptr, uint32 ix, uint32 val) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c95 #ifdef setbit
96 # undef setbit macro
203 setbit (unsigned b, charclass c) function
278 /* Like setbit, but if case is folded, set both cases of a letter. */
282 setbit (b, c);
286 setbit (tolower (b), c);
288 setbit (toupper (b), c);
956 setbit(c2, ccl);
1945 setbit(i, letters);
1946 setbit(eolbyt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c154 /* setbit/clrbit are supplied by sys/param.h */
163 setbit(a, i);
H A Dfsck_minix.c236 /* setbit/clrbit are supplied by sys/param.h */
245 setbit(a, i);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c4245 #ifndef setbit /* As in the header file */
4249 setbit(void *array, uint bit) function
4275 #endif /* setbit */

Completed in 134 milliseconds