Searched refs:streamingState (Results 1 - 1 of 1) sorted by relevance

/external/lz4/tests/
H A Dfuzzer.c678 LZ4_stream_t streamingState; local
689 LZ4_resetStream(&streamingState);
690 result = LZ4_compress_fast_continue(&streamingState, testInput, testCompressed, testCompressedSize, testCompressedSize-1, 1);
712 LZ4_resetStream(&streamingState);
720 result = LZ4_compress_fast_continue(&streamingState, ringBuffer + rNext, testCompressed, messageSize, testCompressedSize-ringBufferSize, 1);

Completed in 75 milliseconds