Searched refs:targetOutputSize (Results 1 – 2 of 2) sorted by relevance
/external/lz4/lib/ |
D | lz4.h | 223 …fe_partial (const char* source, char* dest, int compressedSize, int targetOutputSize, int maxDecom…
|
D | lz4.c | 1097 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()
|