Home
last modified time | relevance | path

Searched refs:TEST_ulong_gt (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dfilterprov.c103 if (!TEST_ulong_gt(globs->query_count, 0)) in filter_unquery()
H A Dtest_test.c159 || !TEST(1, TEST_ulong_gt(100000000ul, 22ul)) in test_ulong()
160 || !TEST(0, TEST_ulong_gt(22ul, 100000000ul)) in test_ulong()
H A Derrtest.c179 if (!TEST_ulong_gt(mallocfail, 0)) in test_marks()
H A Dtestutil.h468 # define TEST_ulong_gt(a, b) test_ulong_gt(__FILE__, __LINE__, #a, #b, a, b) macro