Searched refs:INTBITS (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h36 /* INTBITS need not be exact, just a lower bound. */
37 #ifndef INTBITS
38 #define INTBITS (CHARBITS * sizeof (int)) macro
42 #define CHARCLASS_INTS ((NOTCHAR + INTBITS - 1) / INTBITS)
H A Ddfa.c199 return c[b / INTBITS] & 1 << b % INTBITS;
205 c[b / INTBITS] |= 1 << b % INTBITS;
211 c[b / INTBITS] &= ~(1 << b % INTBITS);
2183 for (k = 0; k < INTBITS; ++k)
2186 int c = j * INTBITS + k;

Completed in 189 milliseconds