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

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

Completed in 94 milliseconds