Searched refs:LZ4_decompress_fast_continue (Results 1 – 4 of 4) sorted by relevance
/external/lz4/lib/dll/ |
D | liblz4.def | 44 LZ4_decompress_fast_continue
|
/external/lz4/lib/ |
D | lz4.h | 378 LZ4LIB_API int LZ4_decompress_fast_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* src,…
|
D | lz4.c | 1841 int LZ4_decompress_fast_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* d… in LZ4_decompress_fast_continue() function
|
/external/lz4/tests/ |
D | fuzzer.c | 1034 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, testVerify + dNext, messag… in FUZ_unitTests() 1194 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, testVerify + dNext, messag… in FUZ_unitTests() 1257 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, ringBufferFast + dNext, me… in FUZ_unitTests() 1296 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, ringBufferFast + dNext, me… in FUZ_unitTests()
|