Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.h319 …compress_safe_partial (const char* src, char* dst, int srcSize, int targetOutputSize, int dstCapac…
525 int targetOutputSize, int maxOutputSize,
Dlz4.c758 int compressedSize, int targetOutputSize, int dstCapacity,
2388 …ss_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSize, int dstCapac… in LZ4_decompress_safe_partial() argument
2390 dstCapacity = MIN(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial()
2416 …thPrefix64k(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapac… in LZ4_decompress_safe_partial_withPrefix64k() argument
2418 dstCapacity = MIN(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial_withPrefix64k()
2442 …SmallPrefix(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapac… in LZ4_decompress_safe_partial_withSmallPrefix() argument
2445 dstCapacity = MIN(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial_withSmallPrefix()
2464 int compressedSize, int targetOutputSize, int dstCapacity, in LZ4_decompress_safe_partial_forceExtDict() argument
2467 dstCapacity = MIN(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial_forceExtDict()
2663 …l_usingDict(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapac… in LZ4_decompress_safe_partial_usingDict() argument
[all …]