Searched refs:testCompressed (Results 1 – 1 of 1) sorted by relevance
/external/lz4/programs/ |
D | fuzzer.c | 690 char testCompressed[testCompressedSize]; in FUZ_unitTests() local 717 …result = LZ4_compress_limitedOutput_continue(&streamingState, testInput, testCompressed, testCompr… in FUZ_unitTests() 720 result = LZ4_decompress_safe(testCompressed, testVerify, result, testCompressedSize); in FUZ_unitTests() 749 …compress_limitedOutput_continue(&streamingState, ringBuffer + rNext, testCompressed, messageSize, … in FUZ_unitTests() 752 …result = LZ4_decompress_safe_continue(&decodeState, testCompressed, testVerify + dNext, result, me… in FUZ_unitTests() 787 …result = LZ4_compressHC_limitedOutput_continue(&sHC, testInput, testCompressed, testCompressedSize… in FUZ_unitTests() 790 result = LZ4_decompress_safe(testCompressed, testVerify, result, testCompressedSize); in FUZ_unitTests() 799 …result = LZ4_compressHC_limitedOutput_continue(&sHC, testInput + 64 KB, testCompressed, testCompre… in FUZ_unitTests() 802 …result = LZ4_decompress_safe_usingDict(testCompressed, testVerify, result, testCompressedSize, tes… in FUZ_unitTests() 814 …1 = LZ4_compressHC_limitedOutput_continue(&sHC, testInput + segSize, testCompressed, segSize, segS… in FUZ_unitTests() [all …]
|