Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2_jit_test.c1180 PCRE2_SIZE *ovector16_2 = NULL; in regression_tests() local
1404 ovector16_2 = pcre2_get_ovector_pointer_16(mdata16_2); in regression_tests()
1408 ovector16_2[i] = -2; in regression_tests()
1561 if (ovector16_2[i] != PCRE2_UNSET) in regression_tests()
1562 ovector16_2[i] = regtest_offsetmap16[ovector16_2[i]]; in regression_tests()
1577 …tor8_1[i] != ovector8_2[i] || ovector8_1[i] != ovector16_1[i] || ovector8_1[i] != ovector16_2[i]) { in regression_tests()
1579 i, (int)ovector8_1[i], (int)ovector8_2[i], (int)ovector16_1[i], (int)ovector16_2[i], in regression_tests()
1593 …if (ovector16_1[i] != ovector16_2[i] || ovector16_1[i] != ovector32_1[i] || ovector16_1[i] != ovec… in regression_tests()
1595 i, (int)ovector16_1[i], (int)ovector16_2[i], (int)ovector32_1[i], (int)ovector32_2[i], in regression_tests()
1637 if (ovector16_1[i] != ovector16_2[i]) { in regression_tests()
[all …]