Searched refs:TEST_long_eq (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/test/ |
D | bio_callback_test.c | 64 || !TEST_long_eq(my_param_argl[0], 0L) in test_bio_callback() 65 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback() 70 || !TEST_long_eq(my_param_argl[1], 0L) in test_bio_callback() 71 || !TEST_long_eq(my_param_ret[1], (long)test1len)) in test_bio_callback() 82 || !TEST_long_eq(my_param_argl[0], 0L) in test_bio_callback() 83 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback() 88 || !TEST_long_eq(my_param_argl[1], 0L) in test_bio_callback() 89 || !TEST_long_eq(my_param_ret[1], (long)test1len)) in test_bio_callback() 101 || !TEST_long_eq(my_param_argl[0], 0L) in test_bio_callback() 102 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback() [all …]
|
D | exdatatest.c | 32 || !TEST_long_eq(argl, saved_argl) in exnew() 42 || !TEST_long_eq(argl, saved_argl) in exdup() 53 || !TEST_long_eq(argl, saved_argl) in exfree() 75 || !TEST_long_eq(argl, saved_argl) in exnew2() 93 || !TEST_long_eq(argl, saved_argl) in exdup2() 117 || !TEST_long_eq(argl, saved_argl) in exfree2()
|
D | sanitytest.c | 54 || !TEST_long_eq(~(-1L), 0L)) in test_sanity_twos_complement() 63 || !TEST_long_eq(-(LONG_MIN + 1), LONG_MAX)) in test_sanity_sign() 72 || !TEST_long_eq((long)((unsigned long)LONG_MAX + 1), LONG_MIN)) in test_sanity_unsigned_conversion()
|
D | conf_include_test.c | 138 || !TEST_long_eq(val, 123)) { in test_check_null_numbers() 168 || !TEST_long_eq(val, LONG_MAX)) in test_check_overflow()
|
D | test_test.c | 127 if (!TEST(1, TEST_long_eq(123l, 123l)) in test_long() 128 | !TEST(0, TEST_long_eq(123l, -123l)) in test_long() 466 && TEST_long_eq(l--, -9000L) in test_single_eval() 467 && TEST_long_eq(++l, -9000L) in test_single_eval()
|
D | gmdifftest.c | 45 if (!TEST_long_eq(offset, toffset)) in check_time()
|
D | crltest.c | 255 if (!TEST_long_eq((long)X509_VERIFY_PARAM_get_time(param), PARAM_TIME)) in verify()
|
D | danetest.c | 121 || !TEST_long_eq(p - data, len)) { in STACK_OF()
|
D | testutil.h | 319 # define TEST_long_eq(a, b) test_long_eq(__FILE__, __LINE__, #a, #b, a, b) macro
|