Lines Matching refs:n1
49 size_t n1, n2, i;
72 n1 = n2 = 0;
74 b1[n1 = l1 > width ? width : l1] = 0;
75 for (i = 0; i < n1; i++)
85 if (n1 > 0 && n2 > 0) {
86 const size_t j = n1 < n2 ? n1 : n2;
97 if (n1 == n2 && !diff) {
98 test_printf_stderr("%4u: '%s'\n", cnt, n2 > n1 ? b2 : b1);
102 else if (n1 > 0)
112 m1 += n1;
115 l1 -= n1;
275 size_t l1, l2, n1, n2, i, len;
320 n1 = convert_bn_memory(m1, bytes, b1, &lz1, bn1);
336 test_printf_stderr(" %s:% 5d\n", n2 > n1 ? b2 : b1, cnt);
340 else if (cnt == 0 || n1 > 0)
346 if (real_diff && (cnt == 0 || (n1 > 0 && n2 > 0))
434 size_t n1, n2, i;
457 n1 = n2 = 0;
459 n1 = l1 > bytes ? bytes : l1;
460 hex_convert_memory(m1, n1, b1, 8);
470 if (n1 > 0 && n2 > 0) {
471 const size_t j = n1 < n2 ? n1 : n2;
488 if (n1 == n2 && !diff) {
493 else if (n1 > 0)
503 m1 += n1;
506 l1 -= n1;