Lines Matching refs:numberofcmps
5467 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
5733 numberofcmps = 0; in compile_xclass_matchingpath()
5749 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
5752 OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath()
5753 numberofcmps++; in compile_xclass_matchingpath()
5755 else if (numberofcmps > 0) in compile_xclass_matchingpath()
5760 numberofcmps = 0; in compile_xclass_matchingpath()
5765 numberofcmps = 0; in compile_xclass_matchingpath()
5775 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
5778 OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, SLJIT_LESS_EQUAL); in compile_xclass_matchingpath()
5779 numberofcmps++; in compile_xclass_matchingpath()
5781 else if (numberofcmps > 0) in compile_xclass_matchingpath()
5786 numberofcmps = 0; in compile_xclass_matchingpath()
5791 numberofcmps = 0; in compile_xclass_matchingpath()