Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c5485 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
5743 numberofcmps = 0; in compile_xclass_matchingpath()
5759 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
5762 …OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, numberofcmps == 0 ? SLJIT_UNUSED : TMP… in compile_xclass_matchingpath()
5763 numberofcmps++; in compile_xclass_matchingpath()
5765 else if (numberofcmps > 0) in compile_xclass_matchingpath()
5770 numberofcmps = 0; in compile_xclass_matchingpath()
5775 numberofcmps = 0; in compile_xclass_matchingpath()
5785 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
5788 …OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, numberofcmps == 0 ? SLJIT_UNUSED : TMP… in compile_xclass_matchingpath()
[all …]