Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4755 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
4971 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