Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_test.c1109 #define OVECTOR_SIZE 15 macro
1315 mdata8_1 = pcre2_match_data_create_8(OVECTOR_SIZE, NULL); in regression_tests()
1316 mdata8_2 = pcre2_match_data_create_8(OVECTOR_SIZE, NULL); in regression_tests()
1328 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()
1330 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()
1355 mdata16_1 = pcre2_match_data_create_16(OVECTOR_SIZE, NULL); in regression_tests()
1356 mdata16_2 = pcre2_match_data_create_16(OVECTOR_SIZE, NULL); in regression_tests()
1368 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()
1370 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()
1400 mdata32_1 = pcre2_match_data_create_32(OVECTOR_SIZE, NULL); in regression_tests()
[all …]