Home
last modified time | relevance | path

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

/third_party/lz4/tests/
DabiTest.c74 static void roundTripTest(void* resultBuff, size_t resultBuffCapacity, in roundTripTest() argument
86 …mpress_safe_continue (&LZ4_dState, (const char*)compressedBuff, (char*)resultBuff, cSize, (int)res… in roundTripTest()
93 { size_t const errorPos = checkBuffers(srcBuff, resultBuff, srcSize); in roundTripTest()
DroundTripTest.c101 static void roundTripTest(void* resultBuff, size_t resultBuffCapacity, in roundTripTest() argument
112 …{ int const dSize = LZ4_decompress_safe((const char*)compressedBuff, (char*)resultBuff, cSize, (… in roundTripTest()
119 { size_t const errorPos = checkBuffers(srcBuff, resultBuff, srcSize); in roundTripTest()