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.c10990 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local
11217 alt_count = sizeof(sljit_uw); in compile_bracket_backtrackingpath()
11293 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(stacksize), SLJIT_IMM, alt_count); in compile_bracket_backtrackingpath()
11310 if (alt_count != 2 * sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
11313 if (alt_max == 3 && alt_count == sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
11323 alt_count += sizeof(sljit_uw); in compile_bracket_backtrackingpath()
11809 int alt_count, alt_max, local_size; in compile_recurse() local
11824 alt_count = 0; in compile_recurse()
11877 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(1), SLJIT_IMM, alt_count); in compile_recurse()
11881 if (alt_count == 0) in compile_recurse()
[all …]