Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtest_test.c136 | !TEST(1, TEST_long_gt(84325677l, 12345l)) in test_long()
137 | !TEST(0, TEST_long_gt(12345l, 84325677l)) in test_long()
Dtestutil.h323 # define TEST_long_gt(a, b) test_long_gt(__FILE__, __LINE__, #a, #b, a, b) macro