Searched refs:targetOutputSize (Results 1 – 2 of 2) sorted by relevance
/external/lz4/lib/ |
D | lz4.h | 168 …fe_partial (const char* source, char* dest, int compressedSize, int targetOutputSize, int maxDecom…
|
D | lz4.c | 950 int targetOutputSize, /* only used if partialDecoding==partial */ in LZ4_decompress_generic() argument 964 BYTE* oexit = op + targetOutputSize; in LZ4_decompress_generic() 1126 …afe_partial(const char* source, char* dest, int compressedSize, int targetOutputSize, int maxDecom… in LZ4_decompress_safe_partial() argument 1128 …dest, compressedSize, maxDecompressedSize, endOnInputSize, partial, targetOutputSize, noDict, (BYT… in LZ4_decompress_safe_partial()
|