Lines Matching refs:b1
46 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_string_common() local
73 b1[n1 = l1 > width ? width : l1] = 0; in test_fail_string_common()
75 b1[i] = isprint((unsigned char)m1[i]) ? m1[i] : '.'; in test_fail_string_common()
97 test_printf_stderr("%4u: '%s'\n", cnt, n2 > n1 ? b2 : b1); in test_fail_string_common()
102 test_printf_stderr("%4u:- '%s'\n", cnt, b1); in test_fail_string_common()
272 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_bignum_common() local
319 n1 = convert_bn_memory(m1, bytes, b1, &lz1, bn1); in test_fail_bignum_common()
325 for (i=0; b1[i] != '\0'; i++) in test_fail_bignum_common()
326 if (b1[i] == b2[i] || b1[i] == ' ' || b2[i] == ' ') { in test_fail_bignum_common()
328 diff |= b1[i] != b2[i]; in test_fail_bignum_common()
335 test_printf_stderr(" %s:% 5d\n", n2 > n1 ? b2 : b1, cnt); in test_fail_bignum_common()
338 test_printf_stderr("-%s\n", b1); in test_fail_bignum_common()
340 test_printf_stderr("-%s:% 5d\n", b1, cnt); in test_fail_bignum_common()
431 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_memory_common() local
459 hex_convert_memory(m1, n1, b1, 8); in test_fail_memory_common()
488 test_printf_stderr("%04x: %s\n", cnt, b1); in test_fail_memory_common()
493 test_printf_stderr("%04x:-%s\n", cnt, b1); in test_fail_memory_common()