Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtest_test.c152 | !TEST(1, TEST_ulong_ne(8190ul, 66ul)) in test_ulong()
153 | !TEST(0, TEST_ulong_ne(10555ul, 10555ul)) in test_ulong()
Dtestutil.h327 # define TEST_ulong_ne(a, b) test_ulong_ne(__FILE__, __LINE__, #a, #b, a, b) macro