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.c1093 #define OVECTOR_SIZE 15 macro
1299 mdata8_1 = pcre2_match_data_create_8(OVECTOR_SIZE, NULL); in regression_tests()
1300 mdata8_2 = pcre2_match_data_create_8(OVECTOR_SIZE, NULL); in regression_tests()
1312 for (i = 0; i < OVECTOR_SIZE * 3; ++i) in regression_tests()
1314 for (i = 0; i < OVECTOR_SIZE * 3; ++i) in regression_tests()
1338 mdata16_1 = pcre2_match_data_create_16(OVECTOR_SIZE, NULL); in regression_tests()
1339 mdata16_2 = pcre2_match_data_create_16(OVECTOR_SIZE, NULL); in regression_tests()
1351 for (i = 0; i < OVECTOR_SIZE * 3; ++i) in regression_tests()
1353 for (i = 0; i < OVECTOR_SIZE * 3; ++i) in regression_tests()
1382 mdata32_1 = pcre2_match_data_create_32(OVECTOR_SIZE, NULL); in regression_tests()
[all …]