Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c12431 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local
12481 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
12597 alt_max = 2; in compile_bracket_backtrackingpath()
12606 if (alt_max > 3) in compile_bracket_backtrackingpath()
12735 if (alt_max <= 3) in compile_bracket_backtrackingpath()
12752 if (alt_max <= 3) in compile_bracket_backtrackingpath()
12756 if (alt_count < alt_max) in compile_bracket_backtrackingpath()
12758 SLJIT_ASSERT(alt_count == 2 && alt_max == 3); in compile_bracket_backtrackingpath()
13255 int alt_count, alt_max, local_size; in compile_recurse() local
13268 alt_max = no_alternatives(cc); in compile_recurse()
[all …]