Home
last modified time | relevance | path

Searched refs:INT_BITS (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dquotearg.c53 #define INT_BITS (sizeof (int) * CHAR_BIT) macro
65 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1];
142 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; in set_char_quoting()
143 int shift = uc % INT_BITS; in set_char_quoting()
624 && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS))) in quotearg_buffer_restyled()