Lines Matching refs:right
24 static void test_diff_header(const char *left, const char *right) in test_diff_header() argument
27 test_printf_stderr("+++ %s\n", right); in test_diff_header()
41 const char *left, const char *right, in test_fail_string_common() argument
52 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_string_common()
61 test_diff_header(left, right); in test_fail_string_common()
69 test_diff_header(left, right); in test_fail_string_common()
130 const char *left, const char *right, in test_fail_string_message() argument
134 test_fail_string_common(prefix, file, line, type, left, right, op, in test_fail_string_message()
268 const char *left, const char *right, in test_fail_bignum_common() argument
281 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_bignum_common()
289 test_diff_header(left, right); in test_fail_bignum_common()
298 test_diff_header(left, right); in test_fail_bignum_common()
369 const char *left, const char *right, in test_fail_bignum_message() argument
373 test_fail_bignum_common(prefix, file, line, type, left, right, op, bn1, bn2); in test_fail_bignum_message()
379 const char *left, const char *right, in test_fail_bignum_mono_message() argument
382 test_fail_bignum_common(prefix, file, line, type, left, right, op, bn, bn); in test_fail_bignum_mono_message()
426 const char *left, const char *right, in test_fail_memory_common() argument
437 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_memory_common()
446 test_diff_header(left, right); in test_fail_memory_common()
454 test_diff_header(left, right); in test_fail_memory_common()
521 const char *left, const char *right, in test_fail_memory_message() argument
526 test_fail_memory_common(prefix, file, line, type, left, right, op, in test_fail_memory_message()