Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4738 if ((value) != charoffset) \
4740 if ((value) < charoffset) \
4741 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)(charoffset - (value))); \
4743 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)((value) - charoffset)); \
4745 charoffset = (value);
4752 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local
4962 charoffset = 0; in compile_xclass_matchingpath()
5111 if (charoffset == 0) in compile_xclass_matchingpath()
5115 OP2(SLJIT_ADD, TMP2, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)charoffset); in compile_xclass_matchingpath()
5124 if (charoffset == 0) in compile_xclass_matchingpath()
[all …]

Completed in 33 milliseconds