Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_test.c1170 PCRE2_SIZE *ovector8_2 = NULL; in regression_tests() local
1364 ovector8_2 = pcre2_get_ovector_pointer_8(mdata8_2); in regression_tests()
1368 ovector8_2[i] = -2; in regression_tests()
1577 if (ovector8_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()
1585 if (ovector8_1[i] != ovector8_2[i] || ovector8_1[i] != ovector32_1[i] || ovector8_1[i] != ovector32_2[i]) { in regression_tests()
1587 i, (int)ovector8_1[i], (int)ovector8_2[i], (int)ovector32_1[i], (int)ovector32_2[i], in regression_tests()
1617 if (ovector8_1[i] != ovector8_2[i]) { in regression_tests()
1619 i, (int)ovector8_1[i], (int)ovector8_2[i], total, current->pattern, current->input); in regression_tests()

Completed in 4 milliseconds