Home
last modified time | relevance | path

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

/freebsd-11-stable/gnu/usr.bin/grep/
HDquotearg.c89 #define INT_BITS (sizeof (int) * CHAR_BIT) macro
108 int quote_these_too[(UCHAR_MAX / INT_BITS) + 1];
175 int *p = (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; in set_char_quoting()
176 int shift = uc % INT_BITS; in set_char_quoting()
478 && o->quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS)))) in quotearg_buffer_restyled()
/freebsd-11-stable/contrib/gcc/
HDglobal.c164 #define INT_BITS HOST_BITS_PER_WIDE_INT macro
183 (conflicts[(I) * allocno_row_words + (unsigned) (J) / INT_BITS] \
184 & ((INT_TYPE) 1 << ((unsigned) (J) % INT_BITS)))
195 i_--, allocno_ += INT_BITS) \
255 (allocnos_live[(unsigned) (I) / INT_BITS] \
256 |= ((INT_TYPE) 1 << ((unsigned) (I) % INT_BITS)))
259 (allocnos_live[(unsigned) (I) / INT_BITS] \
260 &= ~((INT_TYPE) 1 << ((unsigned) (I) % INT_BITS)))
525 allocno_row_words = (max_allocno + INT_BITS - 1) / INT_BITS; in global_alloc()
1462 int rwb = rw * INT_BITS; in mirror_conflicts()