other_cases 4797 ext/pcre/pcrelib/pcre_jit_compile.c const pcre_uint32 *other_cases; other_cases 4842 ext/pcre/pcrelib/pcre_jit_compile.c other_cases = PRIV(ucd_caseless_sets) + cc[1]; other_cases 4843 ext/pcre/pcrelib/pcre_jit_compile.c while (*other_cases != NOTACHAR) other_cases 4845 ext/pcre/pcrelib/pcre_jit_compile.c if (*other_cases > max) max = *other_cases; other_cases 4846 ext/pcre/pcrelib/pcre_jit_compile.c if (*other_cases < min) min = *other_cases; other_cases 4847 ext/pcre/pcrelib/pcre_jit_compile.c other_cases++; other_cases 5138 ext/pcre/pcrelib/pcre_jit_compile.c other_cases = PRIV(ucd_caseless_sets) + cc[1]; other_cases 5142 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(other_cases[0] != NOTACHAR && other_cases[1] != NOTACHAR && other_cases[2] != NOTACHAR); other_cases 5143 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(other_cases[0] < other_cases[1] && other_cases[1] < other_cases[2]); other_cases 5146 ext/pcre/pcrelib/pcre_jit_compile.c if (is_powerof2(other_cases[1] ^ other_cases[0])) other_cases 5149 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_OR, TMP2, 0, TMP1, 0, SLJIT_IMM, other_cases[1] ^ other_cases[0]); other_cases 5153 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_OR, TMP2, 0, TMP2, 0, SLJIT_IMM, other_cases[1] ^ other_cases[0]); other_cases 5155 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, other_cases[1]); other_cases 5157 ext/pcre/pcrelib/pcre_jit_compile.c other_cases += 2; other_cases 5159 ext/pcre/pcrelib/pcre_jit_compile.c else if (is_powerof2(other_cases[2] ^ other_cases[1])) other_cases 5162 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_OR, TMP2, 0, TMP1, 0, SLJIT_IMM, other_cases[2] ^ other_cases[1]); other_cases 5166 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_OR, TMP2, 0, TMP2, 0, SLJIT_IMM, other_cases[1] ^ other_cases[0]); other_cases 5168 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, other_cases[2]); other_cases 5171 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)(other_cases[0] - charoffset)); other_cases 5172 ext/pcre/pcrelib/pcre_jit_compile.c OP_FLAGS(SLJIT_OR | ((other_cases[3] == NOTACHAR) ? SLJIT_SET_E : 0), TMP2, 0, TMP2, 0, SLJIT_EQUAL); other_cases 5174 ext/pcre/pcrelib/pcre_jit_compile.c other_cases += 3; other_cases 5178 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)(*other_cases++ - charoffset)); other_cases 5182 ext/pcre/pcrelib/pcre_jit_compile.c while (*other_cases != NOTACHAR) other_cases 5184 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)(*other_cases++ - charoffset)); other_cases 5185 ext/pcre/pcrelib/pcre_jit_compile.c OP_FLAGS(SLJIT_OR | ((*other_cases == NOTACHAR) ? SLJIT_SET_E : 0), TMP2, 0, TMP2, 0, SLJIT_EQUAL);