Home
last modified time | relevance | path

Searched refs:alt_count (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
12652 alt_count = 1; in compile_bracket_backtrackingpath()
12736 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(stacksize), SLJIT_IMM, alt_count); in compile_bracket_backtrackingpath()
12755 alt_count++; 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
13269 alt_count = 0; in compile_recurse()
13326 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(1), SLJIT_IMM, alt_count); in compile_recurse()
13331 if (alt_count == 0) in compile_recurse()
[all …]