Lines Matching refs:err_count
177 int err_count = 0; in TEST_P() local
202 err_count += ref_s[j] != s[j]; in TEST_P()
204 if (err_count && !err_count_total) { in TEST_P()
207 err_count_total += err_count; in TEST_P()
236 int err_count = 0; in TEST_P() local
265 err_count += ref_s[j] != s[j]; in TEST_P()
267 if (err_count && !err_count_total) { in TEST_P()
270 err_count_total += err_count; in TEST_P()
286 int err_count = 0; in TEST_P() local
328 err_count += ref_s[j] != s[j]; in TEST_P()
330 if (err_count && !err_count_total) { in TEST_P()
333 err_count_total += err_count; in TEST_P()
349 int err_count = 0; in TEST_P() local
393 err_count += ref_s[j] != s[j]; in TEST_P()
395 if (err_count && !err_count_total) { in TEST_P()
398 err_count_total += err_count; in TEST_P()