Searched refs:TEST_ulong_gt (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/test/ |
D | test_test.c | 159 || !TEST(1, TEST_ulong_gt(100000000ul, 22ul)) in test_ulong() 160 || !TEST(0, TEST_ulong_gt(22ul, 100000000ul)) in test_ulong()
|
D | filterprov.c | 103 if (!TEST_ulong_gt(globs->query_count, 0)) in filter_unquery()
|
D | errtest.c | 179 if (!TEST_ulong_gt(mallocfail, 0)) in test_marks()
|
D | testutil.h | 466 # define TEST_ulong_gt(a, b) test_ulong_gt(__FILE__, __LINE__, #a, #b, a, b) macro
|