Searched refs:CONTROL_MSG (Results 1 – 2 of 2) sorted by relevance
/third_party/lz4/tests/ |
D | abiTest.c | 40 #define CONTROL_MSG(c, ...) { \ macro 82 CONTROL_MSG(cSize == 0, "Compression error !"); in roundTripTest() 84 CONTROL_MSG(dInit == 0, "LZ4_setStreamDecode error !"); in roundTripTest() 87 CONTROL_MSG(dSize < 0, "Decompression detected an error !"); in roundTripTest() 88 … CONTROL_MSG(dSize != (int)srcSize, "Decompression corruption error : wrong decompressed size !"); in roundTripTest() 94 CONTROL_MSG(errorPos != srcSize, in roundTripTest()
|
D | roundTripTest.c | 52 #define CONTROL_MSG(c, ...) { \ macro 110 CONTROL_MSG(cSize == 0, "Compression error !"); in roundTripTest() 113 CONTROL_MSG(dSize < 0, "Decompression detected an error !"); in roundTripTest() 114 … CONTROL_MSG(dSize != (int)srcSize, "Decompression corruption error : wrong decompressed size !"); in roundTripTest() 120 CONTROL_MSG(errorPos != srcSize, in roundTripTest()
|