Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2_jit_test.c1190 PCRE2_SIZE *ovector32_1 = NULL; in regression_tests() local
1448 ovector32_1 = pcre2_get_ovector_pointer_32(mdata32_1); in regression_tests()
1451 ovector32_1[i] = -2; in regression_tests()
1567 if (ovector32_1[i] != PCRE2_UNSET) in regression_tests()
1568 ovector32_1[i] = regtest_offsetmap32[ovector32_1[i]]; in regression_tests()
1585 …if (ovector8_1[i] != ovector8_2[i] || ovector8_1[i] != ovector32_1[i] || ovector8_1[i] != ovector3… in regression_tests()
1587 i, (int)ovector8_1[i], (int)ovector8_2[i], (int)ovector32_1[i], (int)ovector32_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()
1657 if (ovector32_1[i] != ovector32_2[i]) { in regression_tests()
[all …]