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

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c4740 int compares, invertcmp, numberofcmps; local
4948 numberofcmps = 0;
4964 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE))
4967 OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, numberofcmps == 0 ? SLJIT_UNUSED : TMP2, 0, SLJIT_C_EQUAL);
4968 numberofcmps++;
4970 else if (numberofcmps > 0)
4975 numberofcmps = 0;
4980 numberofcmps = 0;
4990 if (numberofcmps <
[all...]

Completed in 48 milliseconds