Searched refs:invertcmp (Results 1 – 1 of 1) sorted by relevance
4788 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local5008 invertcmp = (compares == 0 && list != backtracks); in compile_xclass_matchingpath()5026 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5052 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5065 invertcmp ^= 0x1; in compile_xclass_matchingpath()5087 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5119 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5134 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5187 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()5204 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()[all …]
Completed in 26 milliseconds