Lines Matching refs:err_count
178 int err_count = 0; \
197 err_count += ref_s[j] != s[j]; \
199 if (err_count && !err_count_total) { \
202 err_count_total += err_count; \
220 int err_count = 0; \
243 err_count += ref_s[j] != s[j]; \
245 if (err_count && !err_count_total) { \
248 err_count_total += err_count; \
294 int err_count = 0; \
328 err_count += ref_s[j] != s[j]; \
330 if (err_count && !err_count_total) { \
333 err_count_total += err_count; \
351 int err_count = 0; \
387 err_count += ref_s[j] != s[j]; \
389 if (err_count && !err_count_total) { \
392 err_count_total += err_count; \