Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtest_test.c62 | !TEST(1, TEST_uint_lt(5u, 9u)) in test_uint()
63 | !TEST(0, TEST_uint_lt(9u, 5u)) in test_uint()
Dtestutil.h300 # define TEST_uint_lt(a, b) test_uint_lt(__FILE__, __LINE__, #a, #b, a, b) macro