bitset_word_t 322 lib/regcomp.c bitset_word_t w = dfa->nodes[node].opr.sbcset[i]; bitset_word_t 324 lib/regcomp.c if (w & ((bitset_word_t) 1 << j)) bitset_word_t 875 lib/regcomp.c dfa->sb_char[i] |= (bitset_word_t) 1 << j; bitset_word_t 902 lib/regcomp.c bitset_word_t bits0 = 0x00000000; bitset_word_t 903 lib/regcomp.c bitset_word_t bits1 = 0x03ff0000; bitset_word_t 904 lib/regcomp.c bitset_word_t bits2 = 0x87fffffe; bitset_word_t 905 lib/regcomp.c bitset_word_t bits3 = 0x07fffffe; bitset_word_t 936 lib/regcomp.c dfa->word_char[i] |= (bitset_word_t) 1 << j; bitset_word_t 1275 lib/regcomp.c dfa->used_bkref_map &= ~((bitset_word_t) 1 << other_idx); bitset_word_t 1320 lib/regcomp.c & ((bitset_word_t) 1 << node->token.opr.idx)))) bitset_word_t 2120 lib/regcomp.c bitset_word_t initial_bkref_map = dfa->completed_bkref_map; bitset_word_t 2131 lib/regcomp.c bitset_word_t accumulated_bkref_map = dfa->completed_bkref_map; bitset_word_t 201 lib/regex_internal.h typedef bitset_word_t bitset_t[BITSET_WORDS]; bitset_word_t 202 lib/regex_internal.h typedef bitset_word_t *re_bitset_ptr_t; bitset_word_t 203 lib/regex_internal.h typedef const bitset_word_t *re_const_bitset_ptr_t; bitset_word_t 575 lib/regex_internal.h bitset_word_t eps_reachable_subexps_map; bitset_word_t 652 lib/regex_internal.h bitset_word_t used_bkref_map; bitset_word_t 653 lib/regex_internal.h bitset_word_t completed_bkref_map; bitset_word_t 706 lib/regex_internal.h set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS; bitset_word_t 712 lib/regex_internal.h set[i / BITSET_WORD_BITS] &= ~ ((bitset_word_t) 1 << i % BITSET_WORD_BITS); bitset_word_t 730 lib/regex_internal.h memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); bitset_word_t 733 lib/regex_internal.h ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; bitset_word_t 750 lib/regex_internal.h ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) bitset_word_t 1896 lib/regexec.c & ((bitset_word_t) 1 << subexp_idx))) bitset_word_t 1924 lib/regexec.c &= ~((bitset_word_t) 1 << subexp_idx); bitset_word_t 2374 lib/regexec.c & ((bitset_word_t) 1 << dfa->nodes[node].opr.idx))) bitset_word_t 3241 lib/regexec.c bitset_word_t elem, mask; bitset_word_t 3496 lib/regexec.c bitset_word_t any_set = 0; bitset_word_t 3513 lib/regexec.c bitset_word_t any_set = 0; bitset_word_t 3537 lib/regexec.c bitset_word_t has_intersec, not_subset, not_consumed;