Searched refs:TEST_ulong_lt (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/test/ |
D | test_test.c | 154 | !TEST(1, TEST_ulong_lt(10234ul, 1000000ul)) in test_ulong() 155 | !TEST(0, TEST_ulong_lt(1000000ul, 10234ul)) in test_ulong()
|
D | testutil.h | 328 # define TEST_ulong_lt(a, b) test_ulong_lt(__FILE__, __LINE__, #a, #b, a, b) macro
|