Lines Matching refs:cnt
49 unsigned int cnt = 0, diff; in test_fail_string_common() local
97 test_printf_stderr("%4u: '%s'\n", cnt, n2 > n1 ? b2 : b1); in test_fail_string_common()
99 if (cnt == 0 && (m1 == NULL || *m1 == '\0')) in test_fail_string_common()
102 test_printf_stderr("%4u:- '%s'\n", cnt, b1); in test_fail_string_common()
103 if (cnt == 0 && (m2 == NULL || *m2 == '\0')) in test_fail_string_common()
106 test_printf_stderr("%4u:+ '%s'\n", cnt, b2); in test_fail_string_common()
116 cnt += width; in test_fail_string_common()
275 unsigned int cnt, diff, real_diff; in test_fail_bignum_common() local
318 cnt = 8 * (len - bytes); in test_fail_bignum_common()
335 test_printf_stderr(" %s:% 5d\n", n2 > n1 ? b2 : b1, cnt); in test_fail_bignum_common()
337 if (cnt == 0 && bn1 == NULL) in test_fail_bignum_common()
339 else if (cnt == 0 || n1 > 0) in test_fail_bignum_common()
340 test_printf_stderr("-%s:% 5d\n", b1, cnt); in test_fail_bignum_common()
341 if (cnt == 0 && bn2 == NULL) in test_fail_bignum_common()
343 else if (cnt == 0 || n2 > 0) in test_fail_bignum_common()
344 test_printf_stderr("+%s:% 5d\n", b2, cnt); in test_fail_bignum_common()
345 if (real_diff && (cnt == 0 || (n1 > 0 && n2 > 0)) in test_fail_bignum_common()
434 unsigned int cnt = 0, diff; in test_fail_memory_common() local
488 test_printf_stderr("%04x: %s\n", cnt, b1); in test_fail_memory_common()
490 if (cnt == 0 && (m1 == NULL || l1 == 0)) in test_fail_memory_common()
493 test_printf_stderr("%04x:-%s\n", cnt, b1); in test_fail_memory_common()
494 if (cnt == 0 && (m2 == NULL || l2 == 0)) in test_fail_memory_common()
497 test_printf_stderr("%04x:+%s\n", cnt, b2); in test_fail_memory_common()
507 cnt += bytes; in test_fail_memory_common()