Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.h151 typedef unsigned long int bitset_word; typedef
188 typedef bitset_word bitset[BITSET_WORDS];
189 typedef bitset_word *re_bitset_ptr_t;
190 typedef const bitset_word *re_const_bitset_ptr_t;
737 bitset_word used_bkref_map;
738 bitset_word completed_bkref_map;
793 set[i / BITSET_WORD_BITS] |= (bitset_word) 1 << i % BITSET_WORD_BITS; in bitset_set()
799 set[i / BITSET_WORD_BITS] &= ~ ((bitset_word) 1 << i % BITSET_WORD_BITS); in bitset_clear()
817 memset (set, -1, sizeof (bitset_word) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
820 ((bitset_word) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
[all …]
H A Dregcomp.c342 if (dfa->nodes[node].opr.sbcset[i] & ((bitset_word) 1 << j)) in re_compile_fastmap_iter()
873 dfa->sb_char = re_calloc (bitset_word, BITSET_WORDS); in init_dfa()
883 dfa->sb_char[i] |= (bitset_word) 1 << j; in init_dfa()
910 dfa->word_char[i] |= (bitset_word) 1 << j; in init_word_char()
1246 dfa->used_bkref_map &= ~ ((bitset_word) 1 << other_idx); in optimize_subexps()
1290 && dfa->used_bkref_map & ((bitset_word) 1 << node->token.opr.idx))) in lower_subexp()
2987 sbcset = re_calloc (bitset_word, BITSET_WORDS); in parse_bracket_exp()
3514 sbcset = re_calloc (bitset_word, BITSET_WORDS); in build_charclass_op()
H A Dregexec.c1946 & ((bitset_word) 1 << subexp_idx))) in check_dst_limits_calc_pos_1()
1974 ~ ((bitset_word) 1 << subexp_idx); in check_dst_limits_calc_pos_1()
2432 & ((bitset_word) 1 << dfa->nodes[node].opr.idx))) in check_subexp_matching_top()
3301 bitset_word elem, mask; in build_trtable()
3605 bitset_word any_set = 0; in group_nodes_into_DFAstates()
3624 bitset_word any_set = 0; in group_nodes_into_DFAstates()
3650 bitset_word has_intersec, not_subset, not_consumed; in group_nodes_into_DFAstates()