Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dlz4.c75 int targetOutputSize, /* only used if partialDecoding==partial */ in LZ4_decompress_generic() argument
89 BYTE* oexit = op + targetOutputSize; in LZ4_decompress_generic()
/external/lz4/lib/
Dlz4.h252 …compress_safe_partial (const char* src, char* dst, int srcSize, int targetOutputSize, int dstCapac…
Dlz4.c1659 …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()