Lines Matching refs:diff
50 unsigned int cnt = 0, diff; in test_fail_string_common() local
83 diff = 0; in test_fail_string_common()
93 diff = 1; in test_fail_string_common()
97 if (n1 == n2 && !diff) { in test_fail_string_common()
108 if (diff && i > 0) in test_fail_string_common()
276 unsigned int cnt, diff, real_diff; in test_fail_bignum_common() local
323 diff = real_diff = 0; in test_fail_bignum_common()
329 diff |= b1[i] != b2[i]; in test_fail_bignum_common()
332 real_diff = diff = 1; in test_fail_bignum_common()
335 if (!diff) { in test_fail_bignum_common()
435 unsigned int cnt = 0, diff; in test_fail_memory_common() local
467 diff = 0; in test_fail_memory_common()
480 diff = 1; in test_fail_memory_common()
488 if (n1 == n2 && !diff) { in test_fail_memory_common()
499 if (diff && i > 0) in test_fail_memory_common()