Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtest_test.c138 | !TEST(1, TEST_long_ge(84325677l, 12345l)) in test_long()
139 | !TEST(1, TEST_long_ge(465869l, 465869l)) in test_long()
140 | !TEST(0, TEST_long_ge(12345l, 84325677l))) in test_long()
Dtestutil.h324 # define TEST_long_ge(a, b) test_long_ge(__FILE__, __LINE__, #a, #b, a, b) macro