Lines Matching refs:numberofcmps
6444 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
6712 numberofcmps = 0; in compile_xclass_matchingpath()
6728 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
6731 OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath()
6732 numberofcmps++; in compile_xclass_matchingpath()
6734 else if (numberofcmps > 0) in compile_xclass_matchingpath()
6739 numberofcmps = 0; in compile_xclass_matchingpath()
6744 numberofcmps = 0; in compile_xclass_matchingpath()
6754 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
6757 OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, SLJIT_LESS_EQUAL); in compile_xclass_matchingpath()
6758 numberofcmps++; in compile_xclass_matchingpath()
6760 else if (numberofcmps > 0) in compile_xclass_matchingpath()
6765 numberofcmps = 0; in compile_xclass_matchingpath()
6770 numberofcmps = 0; in compile_xclass_matchingpath()