Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h169 # define BITSET_WORD_BITS 32 macro
171 # define BITSET_WORD_BITS 36 macro
173 # define BITSET_WORD_BITS 48 macro
175 # define BITSET_WORD_BITS 60 macro
177 # define BITSET_WORD_BITS 64 macro
179 # define BITSET_WORD_BITS 72 macro
181 # define BITSET_WORD_BITS 128 macro
183 # define BITSET_WORD_BITS 256 macro
185 # define BITSET_WORD_BITS 257 /* any value > SBC_MAX will do here */ macro
186 # if BITSET_WORD_BITS <= SBC_MAX
[all …]
Dregcomp.c354 for (j = 0; j < BITSET_WORD_BITS; ++j, ++ch) in re_compile_fastmap_iter()
592 # if 4 * BITSET_WORD_BITS < ASCII_CHARS
594 # elif 3 * BITSET_WORD_BITS < ASCII_CHARS
596 # elif 2 * BITSET_WORD_BITS < ASCII_CHARS
598 # elif 1 * BITSET_WORD_BITS < ASCII_CHARS
602 >> (SBC_MAX % BITSET_WORD_BITS == 0
604 : BITSET_WORD_BITS - SBC_MAX % BITSET_WORD_BITS))
921 for (j = 0; j < BITSET_WORD_BITS; ++j, ++ch) in init_dfa()
951 for (j = 0; j < BITSET_WORD_BITS; ++j, ++ch) in init_word_char()
1104 int rshift = (ASCII_CHARS % BITSET_WORD_BITS == 0 in optimize_utf8()
[all …]
Dregexec.c1990 if (subexp_idx < BITSET_WORD_BITS in check_dst_limits_calc_pos_1()
2018 if (subexp_idx < BITSET_WORD_BITS) in check_dst_limits_calc_pos_1()
2478 && dfa->nodes[node].opr.idx < BITSET_WORD_BITS in check_subexp_matching_top()
3502 for (ch = i * BITSET_WORD_BITS, elem = acceptable[i], mask = 1; in build_trtable()
3533 for (ch = i * BITSET_WORD_BITS, elem = acceptable[i], mask = 1; in build_trtable()
3628 if (ASCII_CHARS % BITSET_WORD_BITS == 0) in group_nodes_into_DFAstates()