Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlz4.c75 int targetOutputSize, /* only used if partialDecoding==partial */ in LZ4_decompress_generic() argument
89 BYTE* oexit = op + targetOutputSize; in LZ4_decompress_generic()
/openbmc/linux/include/linux/
H A Dlz4.h321 int compressedSize, int targetOutputSize, int maxDecompressedSize);
/openbmc/linux/lib/lz4/
H A Dlz4_decompress.c470 int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial() argument
472 dstCapacity = min(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial()