bitset_word_t     322 maint/gnulib/lib/regcomp.c 	      bitset_word_t w = dfa->nodes[node].opr.sbcset[i];
bitset_word_t     324 maint/gnulib/lib/regcomp.c 		if (w & ((bitset_word_t) 1 << j))
bitset_word_t     875 maint/gnulib/lib/regcomp.c 		  dfa->sb_char[i] |= (bitset_word_t) 1 << j;
bitset_word_t     902 maint/gnulib/lib/regcomp.c       bitset_word_t bits0 = 0x00000000;
bitset_word_t     903 maint/gnulib/lib/regcomp.c       bitset_word_t bits1 = 0x03ff0000;
bitset_word_t     904 maint/gnulib/lib/regcomp.c       bitset_word_t bits2 = 0x87fffffe;
bitset_word_t     905 maint/gnulib/lib/regcomp.c       bitset_word_t bits3 = 0x07fffffe;
bitset_word_t     936 maint/gnulib/lib/regcomp.c 	dfa->word_char[i] |= (bitset_word_t) 1 << j;
bitset_word_t    1275 maint/gnulib/lib/regcomp.c 	dfa->used_bkref_map &= ~((bitset_word_t) 1 << other_idx);
bitset_word_t    1320 maint/gnulib/lib/regcomp.c 	       & ((bitset_word_t) 1 << node->token.opr.idx))))
bitset_word_t    2110 maint/gnulib/lib/regcomp.c   bitset_word_t initial_bkref_map = dfa->completed_bkref_map;
bitset_word_t    2121 maint/gnulib/lib/regcomp.c 	  bitset_word_t accumulated_bkref_map = dfa->completed_bkref_map;
bitset_word_t     204 maint/gnulib/lib/regex_internal.h typedef bitset_word_t bitset_t[BITSET_WORDS];
bitset_word_t     205 maint/gnulib/lib/regex_internal.h typedef bitset_word_t *re_bitset_ptr_t;
bitset_word_t     206 maint/gnulib/lib/regex_internal.h typedef const bitset_word_t *re_const_bitset_ptr_t;
bitset_word_t     578 maint/gnulib/lib/regex_internal.h   bitset_word_t eps_reachable_subexps_map;
bitset_word_t     655 maint/gnulib/lib/regex_internal.h   bitset_word_t used_bkref_map;
bitset_word_t     656 maint/gnulib/lib/regex_internal.h   bitset_word_t completed_bkref_map;
bitset_word_t     709 maint/gnulib/lib/regex_internal.h   set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS;
bitset_word_t     715 maint/gnulib/lib/regex_internal.h   set[i / BITSET_WORD_BITS] &= ~ ((bitset_word_t) 1 << i % BITSET_WORD_BITS);
bitset_word_t     733 maint/gnulib/lib/regex_internal.h   memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS));
bitset_word_t     736 maint/gnulib/lib/regex_internal.h       ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1;
bitset_word_t     753 maint/gnulib/lib/regex_internal.h       ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1)
bitset_word_t    1895 maint/gnulib/lib/regexec.c 			   & ((bitset_word_t) 1 << subexp_idx)))
bitset_word_t    1923 maint/gnulib/lib/regexec.c 		      &= ~((bitset_word_t) 1 << subexp_idx);
bitset_word_t    2373 maint/gnulib/lib/regexec.c 	      & ((bitset_word_t) 1 << dfa->nodes[node].opr.idx)))
bitset_word_t    3240 maint/gnulib/lib/regexec.c   bitset_word_t elem, mask;
bitset_word_t    3495 maint/gnulib/lib/regexec.c 	      bitset_word_t any_set = 0;
bitset_word_t    3512 maint/gnulib/lib/regexec.c 	      bitset_word_t any_set = 0;
bitset_word_t    3536 maint/gnulib/lib/regexec.c 	  bitset_word_t has_intersec, not_subset, not_consumed;