Searched refs:invertcmp (Results 1 – 1 of 1) sorted by relevance
4755 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local4971 invertcmp = (compares == 0 && list != backtracks); in compile_xclass_matchingpath()4989 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5015 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5028 invertcmp ^= 0x1; in compile_xclass_matchingpath()5050 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5082 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5097 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5150 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5167 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()[all …]
Completed in 22 milliseconds