Lines Matching refs:numberofcmps
7512 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 == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, SLJIT_LESS_EQUAL); in compile_xclass_matchingpath()
8002 numberofcmps++; in compile_xclass_matchingpath()
8004 else if (numberofcmps > 0) in compile_xclass_matchingpath()
8009 numberofcmps = 0; in compile_xclass_matchingpath()
8014 numberofcmps = 0; in compile_xclass_matchingpath()