Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c5467 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
5698 invertcmp ^= 0x1; in compile_xclass_matchingpath()
5759 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5785 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5799 invertcmp ^= 0x1; in compile_xclass_matchingpath()
5804 if (!invertcmp) in compile_xclass_matchingpath()
5815 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5848 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5863 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5916 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
[all …]

Completed in 28 milliseconds