Home
last modified time | relevance | path

Searched refs:invertcmp (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4788 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
5008 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 27 milliseconds