Home
last modified time | relevance | path

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

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