Home
last modified time | relevance | path

Searched refs:LZ4_decompress_fast_continue (Results 1 – 3 of 3) sorted by relevance

/external/lz4/lib/
Dlz4.h746 LZ4LIB_API int LZ4_decompress_fast_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* src,…
Dlz4.c2265 int LZ4_decompress_fast_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* d… in LZ4_decompress_fast_continue() function
/external/lz4/tests/
Dfuzzer.c1160 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, testVerify + dNext, (int)m… in FUZ_unitTests()
1369 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, testVerify + dNext, (int)m… in FUZ_unitTests()
1433 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, ringBufferFast + dNext, me… in FUZ_unitTests()
1474 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, ringBufferFast + dNext, me… in FUZ_unitTests()