Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dlz4.h321 int compressedSize, int targetOutputSize, int maxDecompressedSize);
/Linux-v5.15/lib/lz4/
Dlz4_decompress.c466 int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial() argument
468 dstCapacity = min(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial()