Searched refs:testCompressedSize (Results 1 – 1 of 1) sorted by relevance
/external/lz4/tests/ |
D | fuzzer.c | 956 #define testCompressedSize (128 KB) macro 965 char testCompressed[testCompressedSize]; in FUZ_unitTests() 989 crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests() 991 …ast_continue(&streamingState, testInput, testCompressed, testCompressedSize, testCompressedSize-1,… in FUZ_unitTests() 994 result = LZ4_decompress_safe(testCompressed, testVerify, result, testCompressedSize); in FUZ_unitTests() 995 … FUZ_CHECKTEST(result!=(int)testCompressedSize, "LZ4_decompress_safe() decompression failed"); in FUZ_unitTests() 996 { U64 const crcNew = XXH64(testVerify, testCompressedSize, 0); in FUZ_unitTests() 1019 while (iNext + messageSize < testCompressedSize) { in FUZ_unitTests() 1024 …(&streamingState, ringBuffer + rNext, testCompressed, messageSize, testCompressedSize-ringBufferSi… in FUZ_unitTests() 1064 crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests() [all …]
|