Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtest_test.c69 | !TEST(1, TEST_uint_ge(11u, 1u)) in test_uint()
70 | !TEST(1, TEST_uint_ge(6u, 6u)) in test_uint()
71 | !TEST(0, TEST_uint_ge(1u, 11u))) in test_uint()
Dtestutil.h303 # define TEST_uint_ge(a, b) test_uint_ge(__FILE__, __LINE__, #a, #b, a, b) macro