Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtest_test.c161 | !TEST(1, TEST_ulong_ge(100000000ul, 22ul)) in test_ulong()
162 | !TEST(1, TEST_ulong_ge(10555ul, 10555ul)) in test_ulong()
163 | !TEST(0, TEST_ulong_ge(22ul, 100000000ul))) in test_ulong()
Dtestutil.h331 # define TEST_ulong_ge(a, b) test_ulong_ge(__FILE__, __LINE__, #a, #b, a, b) macro