Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtest_test.c106 | !TEST(1, TEST_uchar_ne(50, 2)) in test_uchar()
107 | !TEST(0, TEST_uchar_ne(66, 66)) in test_uchar()
Dtestutil.h313 # define TEST_uchar_ne(a, b) test_uchar_ne(__FILE__, __LINE__, #a, #b, a, b) macro