Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7404 if (*other_cases > max) max = *other_cases; in compile_xclass_matchingpath()
7405 if (*other_cases < min) min = *other_cases; in compile_xclass_matchingpath()
7406 other_cases++; in compile_xclass_matchingpath()
7789 …SLJIT_ASSERT(other_cases[0] != NOTACHAR && other_cases[1] != NOTACHAR && other_cases[2] != NOTACHA… in compile_xclass_matchingpath()
7790 SLJIT_ASSERT(other_cases[0] < other_cases[1] && other_cases[1] < other_cases[2]); in compile_xclass_matchingpath()
7793 if (is_powerof2(other_cases[1] ^ other_cases[0])) in compile_xclass_matchingpath()
7796 OP2(SLJIT_OR, TMP2, 0, TMP1, 0, SLJIT_IMM, other_cases[1] ^ other_cases[0]); in compile_xclass_matchingpath()
7800 OP2(SLJIT_OR, TMP2, 0, TMP2, 0, SLJIT_IMM, other_cases[1] ^ other_cases[0]); in compile_xclass_matchingpath()
7804 other_cases += 2; in compile_xclass_matchingpath()
7806 else if (is_powerof2(other_cases[2] ^ other_cases[1])) in compile_xclass_matchingpath()
[all …]

Completed in 29 milliseconds