Searched refs:TEST_long_ne (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | test_test.c | 129 || !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()
|
H A D | testutil.h | 320 # define TEST_long_ne(a, b) test_long_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | test_test.c | 129 || !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()
|
H A D | testutil.h | 458 # define TEST_long_ne(a, b) test_long_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|