Lines Matching refs:left

23 static void test_diff_header(const char *left, const char *right)  in test_diff_header()  argument
25 test_printf_stderr("--- %s\n", left); in test_diff_header()
40 const char *left, const char *right, in test_fail_string_common() argument
51 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_string_common()
60 test_diff_header(left, right); in test_fail_string_common()
68 test_diff_header(left, right); in test_fail_string_common()
129 const char *left, const char *right, in test_fail_string_message() argument
133 test_fail_string_common(prefix, file, line, type, left, right, op, in test_fail_string_message()
267 const char *left, const char *right, in test_fail_bignum_common() argument
280 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_bignum_common()
288 test_diff_header(left, right); in test_fail_bignum_common()
297 test_diff_header(left, right); in test_fail_bignum_common()
368 const char *left, const char *right, in test_fail_bignum_message() argument
372 test_fail_bignum_common(prefix, file, line, type, left, right, op, bn1, bn2); in test_fail_bignum_message()
378 const char *left, const char *right, in test_fail_bignum_mono_message() argument
381 test_fail_bignum_common(prefix, file, line, type, left, right, op, bn, bn); in test_fail_bignum_mono_message()
425 const char *left, const char *right, in test_fail_memory_common() argument
436 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_memory_common()
445 test_diff_header(left, right); in test_fail_memory_common()
453 test_diff_header(left, right); in test_fail_memory_common()
520 const char *left, const char *right, in test_fail_memory_message() argument
525 test_fail_memory_common(prefix, file, line, type, left, right, op, in test_fail_memory_message()