Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.h194 typedef unsigned long int bitset_word_t; typedef
203 typedef bitset_word_t bitset_t[BITSET_WORDS];
204 typedef bitset_word_t *re_bitset_ptr_t;
205 typedef const bitset_word_t *re_const_bitset_ptr_t;
587 bitset_word_t eps_reachable_subexps_map;
664 bitset_word_t used_bkref_map;
665 bitset_word_t completed_bkref_map;
718 set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS; in bitset_set()
742 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
745 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
[all …]
A Dregcomp.c338 bitset_word_t w = dfa->nodes[node].opr.sbcset[i]; in re_compile_fastmap_iter()
340 if (w & ((bitset_word_t) 1 << j)) in re_compile_fastmap_iter()
908 dfa->sb_char[i] |= (bitset_word_t) 1 << j; in init_dfa()
938 bitset_word_t bits0 = 0x00000000; in init_word_char()
939 bitset_word_t bits1 = 0x03ff0000; in init_word_char()
940 bitset_word_t bits2 = 0x87fffffe; in init_word_char()
941 bitset_word_t bits3 = 0x07fffffe; in init_word_char()
972 dfa->word_char[i] |= (bitset_word_t) 1 << j; in init_word_char()
1313 dfa->used_bkref_map &= ~((bitset_word_t) 1 << other_idx); in optimize_subexps()
1358 & ((bitset_word_t) 1 << node->token.opr.idx)))) in lower_subexp()
[all …]
A Dregexec.c1912 & ((bitset_word_t) 1 << subexp_idx))) in check_dst_limits_calc_pos_1()
1940 &= ~((bitset_word_t) 1 << subexp_idx); in check_dst_limits_calc_pos_1()
2395 & ((bitset_word_t) 1 << dfa->nodes[node].opr.idx))) in check_subexp_matching_top()
3267 bitset_word_t elem, mask; in build_trtable()
3526 bitset_word_t any_set = 0; in group_nodes_into_DFAstates()
3545 bitset_word_t any_set = 0; in group_nodes_into_DFAstates()
3571 bitset_word_t has_intersec, not_subset, not_consumed; in group_nodes_into_DFAstates()

Completed in 20 milliseconds