Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h243 …compress_safe_partial (const char* src, char* dst, int srcSize, int targetOutputSize, int dstCapac…
Dlz4.c2082 …ss_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSize, int dstCapac… in LZ4_decompress_safe_partial() argument
2084 dstCapacity = MIN(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial()