Searched refs:TEST_ulong_ne (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ |
D | errtest.c | 161 if (!TEST_ulong_ne(e = ERR_get_error_all(&f, &l, NULL, &data, NULL), 0) in raised_error() 195 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error()) in test_marks() 205 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error()) in test_marks() 215 if (!TEST_ulong_ne(mallocfail, shouldnot) in test_marks() 219 if (!TEST_ulong_ne(shouldnot, ERR_peek_last_error()) in test_marks()
|
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 | 465 # define TEST_ulong_ne(a, b) test_ulong_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|