Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_test.c1162 PCRE2_SIZE *ovector8_2 = NULL; in regression_tests() local
1356 ovector8_2 = pcre2_get_ovector_pointer_8(mdata8_2); in regression_tests()
1360 ovector8_2[i] = -2; in regression_tests()
1569 …if (ovector8_1[i] != ovector8_2[i] || ovector8_1[i] != ovector16_1[i] || ovector8_1[i] != ovector1… in regression_tests()
1571 i, (int)ovector8_1[i], (int)ovector8_2[i], (int)ovector16_1[i], (int)ovector16_2[i], in regression_tests()
1577 …if (ovector8_1[i] != ovector8_2[i] || ovector8_1[i] != ovector32_1[i] || ovector8_1[i] != ovector3… in regression_tests()
1579 i, (int)ovector8_1[i], (int)ovector8_2[i], (int)ovector32_1[i], (int)ovector32_2[i], in regression_tests()
1609 if (ovector8_1[i] != ovector8_2[i]) { in regression_tests()
1611 i, (int)ovector8_1[i], (int)ovector8_2[i], total, current->pattern, current->input); in regression_tests()