Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtest_test.c131 || !TEST(1, TEST_long_lt(-8923l, 102934563l)) in test_long()
132 || !TEST(0, TEST_long_lt(102934563l, -8923l)) in test_long()
469 && TEST_long_lt(--l, -4500L) in test_single_eval()
H A Dtestutil.h459 # define TEST_long_lt(a, b) test_long_lt(__FILE__, __LINE__, #a, #b, a, b) macro