Home
last modified time | relevance | path

Searched refs:targetOutputSize (Results 1 – 2 of 2) sorted by relevance

/external/lz4/lib/
Dlz4.h223 …fe_partial (const char* source, char* dest, int compressedSize, int targetOutputSize, int maxDecom…
Dlz4.c1097 int targetOutputSize, /* only used if partialDecoding==partial */ in LZ4_decompress_generic() argument
1111 BYTE* oexit = op + targetOutputSize; in LZ4_decompress_generic()
1256 …afe_partial(const char* source, char* dest, int compressedSize, int targetOutputSize, int maxDecom… in LZ4_decompress_safe_partial() argument
1258 …dest, compressedSize, maxDecompressedSize, endOnInputSize, partial, targetOutputSize, noDict, (BYT… in LZ4_decompress_safe_partial()