Searched refs:TEST_ulong_ne (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/test/ |
D | test_test.c | 152 | !TEST(1, TEST_ulong_ne(8190ul, 66ul)) in test_ulong() 153 | !TEST(0, TEST_ulong_ne(10555ul, 10555ul)) in test_ulong()
|
D | testutil.h | 327 # define TEST_ulong_ne(a, b) test_ulong_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|