Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_test.c1142 int ovector8_1[32]; in regression_tests() local
1328 ovector8_1[i] = -2; in regression_tests()
1339 …RE_NOTEMPTY_ATSTART | PCRE_PARTIAL_SOFT | PCRE_PARTIAL_HARD | PCRE_NO_UTF8_CHECK), ovector8_1, 32); in regression_tests()
1342 …ATSTART | PCRE_PARTIAL_SOFT | PCRE_PARTIAL_HARD | PCRE_NO_UTF8_CHECK), ovector8_1, 32, getstack8()… in regression_tests()
1522 …if (ovector8_1[i] != ovector8_2[i] || ovector8_1[i] != ovector16_1[i] || ovector8_1[i] != ovector1… in regression_tests()
1524 i, ovector8_1[i], ovector8_2[i], ovector16_1[i], ovector16_2[i], in regression_tests()
1530 …if (ovector8_1[i] != ovector8_2[i] || ovector8_1[i] != ovector32_1[i] || ovector8_1[i] != ovector3… in regression_tests()
1532 i, ovector8_1[i], ovector8_2[i], ovector32_1[i], ovector32_2[i], in regression_tests()
1563 if (ovector8_1[i] != ovector8_2[i]) { in regression_tests()
1565 i, ovector8_1[i], ovector8_2[i], total, current->pattern, current->input); in regression_tests()