Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtest_test.c154 || !TEST(1, TEST_ulong_lt(10234ul, 1000000ul)) in test_ulong()
155 || !TEST(0, TEST_ulong_lt(1000000ul, 10234ul)) in test_ulong()
H A Dtestutil.h466 # define TEST_ulong_lt(a, b) test_ulong_lt(__FILE__, __LINE__, #a, #b, a, b) macro