Searched refs:targetOutputSize (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/lib/ |
D | lz4.c | 75 int targetOutputSize, /* only used if partialDecoding==partial */ in LZ4_decompress_generic() argument 89 BYTE* oexit = op + targetOutputSize; in LZ4_decompress_generic()
|
/external/lz4/lib/ |
D | lz4.h | 252 …compress_safe_partial (const char* src, char* dst, int srcSize, int targetOutputSize, int dstCapac…
|
D | lz4.c | 1659 …ss_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSize, int dstCapac… in LZ4_decompress_safe_partial() argument 1661 dstCapacity = MIN(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial()
|