Lines Matching refs:op
42 const char *op, const char *m1, size_t l1, in test_fail_string_common() argument
52 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_string_common()
131 const char *op, const char *m1, size_t l1, in test_fail_string_message() argument
134 test_fail_string_common(prefix, file, line, type, left, right, op, in test_fail_string_message()
269 const char *op, in test_fail_bignum_common() argument
281 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_bignum_common()
370 const char *op, 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()
380 const char *op, const BIGNUM *bn) 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()
427 const char *op, in test_fail_memory_common() argument
437 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_memory_common()
522 const char *op, in test_fail_memory_message() argument
526 test_fail_memory_common(prefix, file, line, type, left, right, op, in test_fail_memory_message()