Home
last modified time | relevance | path

Searched refs:TEST_long_ne (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/test/
Dtest_test.c129 | !TEST(1, TEST_long_ne(123l, 500l)) in test_long()
130 | !TEST(0, TEST_long_ne(1000l, 1000l)) in test_long()
468 && TEST_long_ne(-9000L, l /= 2) in test_single_eval()
Dtestutil.h320 # define TEST_long_ne(a, b) test_long_ne(__FILE__, __LINE__, #a, #b, a, b) macro