Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c7512 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
7956 numberofcmps = 0; in compile_xclass_matchingpath()
7972 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
7975 OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath()
7976 numberofcmps++; in compile_xclass_matchingpath()
7978 else if (numberofcmps > 0) in compile_xclass_matchingpath()
7983 numberofcmps = 0; in compile_xclass_matchingpath()
7988 numberofcmps = 0; in compile_xclass_matchingpath()
7998 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
8001 OP_FLAGS(numberofcmps in compile_xclass_matchingpath()
[all...]

Completed in 10 milliseconds