Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7327 if ((value) != charoffset) \
7329 if ((value) < charoffset) \
7330 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)(charoffset - (value))); \
7332 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)((value) - charoffset)); \
7334 charoffset = (value);
7343 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local
7650 charoffset = 0; in compile_xclass_matchingpath()
7795 if (charoffset == 0) in compile_xclass_matchingpath()
7799 OP2(SLJIT_ADD, TMP2, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)charoffset); in compile_xclass_matchingpath()
7808 if (charoffset == 0) in compile_xclass_matchingpath()
[all …]

Completed in 33 milliseconds