Searched defs:INT_BITS (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dquotearg.c78 #define INT_BITS (sizeof (int) * CHAR_BIT) macro
87 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1];
156 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
157 int shift = uc % INT_BITS;
501 && o->quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS))))

Completed in 133 milliseconds