bitset_word_t 338 maint/gnulib/lib/regcomp.c bitset_word_t w = dfa->nodes[node].opr.sbcset[i]; bitset_word_t 340 maint/gnulib/lib/regcomp.c if (w & ((bitset_word_t) 1 << j)) bitset_word_t 908 maint/gnulib/lib/regcomp.c dfa->sb_char[i] |= (bitset_word_t) 1 << j; bitset_word_t 938 maint/gnulib/lib/regcomp.c bitset_word_t bits0 = 0x00000000; bitset_word_t 939 maint/gnulib/lib/regcomp.c bitset_word_t bits1 = 0x03ff0000; bitset_word_t 940 maint/gnulib/lib/regcomp.c bitset_word_t bits2 = 0x87fffffe; bitset_word_t 941 maint/gnulib/lib/regcomp.c bitset_word_t bits3 = 0x07fffffe; bitset_word_t 972 maint/gnulib/lib/regcomp.c dfa->word_char[i] |= (bitset_word_t) 1 << j; bitset_word_t 1313 maint/gnulib/lib/regcomp.c dfa->used_bkref_map &= ~((bitset_word_t) 1 << other_idx); bitset_word_t 1358 maint/gnulib/lib/regcomp.c & ((bitset_word_t) 1 << node->token.opr.idx)))) bitset_word_t 2156 maint/gnulib/lib/regcomp.c bitset_word_t initial_bkref_map = dfa->completed_bkref_map; bitset_word_t 2167 maint/gnulib/lib/regcomp.c bitset_word_t accumulated_bkref_map = dfa->completed_bkref_map; bitset_word_t 203 maint/gnulib/lib/regex_internal.h typedef bitset_word_t bitset_t[BITSET_WORDS]; bitset_word_t 204 maint/gnulib/lib/regex_internal.h typedef bitset_word_t *re_bitset_ptr_t; bitset_word_t 205 maint/gnulib/lib/regex_internal.h typedef const bitset_word_t *re_const_bitset_ptr_t; bitset_word_t 587 maint/gnulib/lib/regex_internal.h bitset_word_t eps_reachable_subexps_map; bitset_word_t 664 maint/gnulib/lib/regex_internal.h bitset_word_t used_bkref_map; bitset_word_t 665 maint/gnulib/lib/regex_internal.h bitset_word_t completed_bkref_map; bitset_word_t 718 maint/gnulib/lib/regex_internal.h set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS; bitset_word_t 724 maint/gnulib/lib/regex_internal.h set[i / BITSET_WORD_BITS] &= ~ ((bitset_word_t) 1 << i % BITSET_WORD_BITS); bitset_word_t 742 maint/gnulib/lib/regex_internal.h memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); bitset_word_t 745 maint/gnulib/lib/regex_internal.h ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; bitset_word_t 762 maint/gnulib/lib/regex_internal.h ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) bitset_word_t 1913 maint/gnulib/lib/regexec.c & ((bitset_word_t) 1 << subexp_idx))) bitset_word_t 1941 maint/gnulib/lib/regexec.c &= ~((bitset_word_t) 1 << subexp_idx); bitset_word_t 2396 maint/gnulib/lib/regexec.c & ((bitset_word_t) 1 << dfa->nodes[node].opr.idx))) bitset_word_t 3268 maint/gnulib/lib/regexec.c bitset_word_t elem, mask; bitset_word_t 3527 maint/gnulib/lib/regexec.c bitset_word_t any_set = 0; bitset_word_t 3546 maint/gnulib/lib/regexec.c bitset_word_t any_set = 0; bitset_word_t 3572 maint/gnulib/lib/regexec.c bitset_word_t has_intersec, not_subset, not_consumed;