Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c8805 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local
9030 alt_count = sizeof(sljit_uw); in compile_bracket_backtrackingpath()
9106 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(stacksize), SLJIT_IMM, alt_count); in compile_bracket_backtrackingpath()
9123 if (alt_count != 2 * sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
9126 if (alt_max == 3 && alt_count == sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
9136 alt_count += sizeof(sljit_uw); in compile_bracket_backtrackingpath()