Searched refs:expsize (Results 1 – 1 of 1) sorted by relevance
/external/cn-cbor/test/ |
D | ctest.h | 108 void assert_data(const unsigned char* exp, int expsize, 111 #define ASSERT_DATA(exp, expsize, real, realsize) \ argument 112 assert_data(exp, expsize, real, realsize, __FILE__, __LINE__) 244 void assert_data(const unsigned char* exp, int expsize, in assert_data() argument 248 if (expsize != realsize) { in assert_data() 249 CTEST_ERR("%s:%d expected %d bytes, got %d", caller, line, expsize, realsize); in assert_data() 251 for (i=0; i<expsize; i++) { in assert_data()
|