Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c7423 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
7728 numberofcmps = 0; in compile_xclass_matchingpath()
7744 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
7747 OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath()
7748 numberofcmps++; in compile_xclass_matchingpath()
7750 else if (numberofcmps > 0) in compile_xclass_matchingpath()
7755 numberofcmps = 0; in compile_xclass_matchingpath()
7760 numberofcmps = 0; in compile_xclass_matchingpath()
7770 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
7773 OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, SLJIT_LESS_EQUAL); in compile_xclass_matchingpath()
[all …]