Searched refs:numberofcmps (Results 1 – 1 of 1) sorted by relevance
6444 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local6712 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()[all …]