Lines Matching refs:b1
47 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_string_common() local
74 b1[n1 = l1 > width ? width : l1] = 0; in test_fail_string_common()
76 b1[i] = isprint((unsigned char)m1[i]) ? m1[i] : '.'; in test_fail_string_common()
98 test_printf_stderr("%4u: '%s'\n", cnt, n2 > n1 ? b2 : b1); in test_fail_string_common()
103 test_printf_stderr("%4u:- '%s'\n", cnt, b1); in test_fail_string_common()
273 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_bignum_common() local
320 n1 = convert_bn_memory(m1, bytes, b1, &lz1, bn1); in test_fail_bignum_common()
326 for (i=0; b1[i] != '\0'; i++) in test_fail_bignum_common()
327 if (b1[i] == b2[i] || b1[i] == ' ' || b2[i] == ' ') { in test_fail_bignum_common()
329 diff |= b1[i] != b2[i]; in test_fail_bignum_common()
336 test_printf_stderr(" %s:% 5d\n", n2 > n1 ? b2 : b1, cnt); in test_fail_bignum_common()
339 test_printf_stderr("-%s\n", b1); in test_fail_bignum_common()
341 test_printf_stderr("-%s:% 5d\n", b1, cnt); in test_fail_bignum_common()
432 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_memory_common() local
460 hex_convert_memory(m1, n1, b1, 8); in test_fail_memory_common()
489 test_printf_stderr("%04x: %s\n", cnt, b1); in test_fail_memory_common()
494 test_printf_stderr("%04x:-%s\n", cnt, b1); in test_fail_memory_common()