Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/common/
Dlz4.h259 …ecompress_safe_partial(const char *src, char *dst, int srcSize, int targetOutputSize, int dstCapac…
/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c2816 …ss_safe_partial(const char *src, char *dst, int compressedSize, int targetOutputSize, int dstCapac… in LZ4_decompress_safe_partial() argument
2818 dstCapacity = MIN(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial()