Searched defs:repeat_count (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c6938 int repeat_type = 0, repeat_count = 0; local
6970 repeat_count = PRIVATE_DATA(matchingpath + 3);
6971 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0);
7089 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), repeat_ptr, SLJIT_IMM, repeat_count);
8808 int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; local
8839 repeat_count = PRIVATE_DATA(ccbegin + 3);
8840 SLJIT_ASSERT(repeat_type != 0 && repeat_count != 0);
9221 CMPTO(SLJIT_C_LESS_EQUAL, TMP1, 0, SLJIT_IMM, repeat_count, exact_label);

Completed in 65 milliseconds