Home
last modified time | relevance | path

Searched defs:compressedSize (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4_decompress.c460 LZ4_decompress_safe(const char *source, char *dest, int compressedSize, int maxDecompressedSize) LZ4_decompress_safe() argument
469 LZ4_decompress_safe_partial(const char *src, char *dst, int compressedSize, int targetOutputSize, int dstCapacity) LZ4_decompress_safe_partial() argument
488 LZ4_decompress_safe_withPrefix64k(const char *source, char *dest, int compressedSize, int maxOutputSize) LZ4_decompress_safe_withPrefix64k() argument
498 LZ4_decompress_safe_withSmallPrefix(const char *source, char *dest, int compressedSize, int maxOutputSize, size_t prefixSize) LZ4_decompress_safe_withSmallPrefix() argument
510 LZ4_decompress_safe_forceExtDict(const char *source, char *dest, int compressedSize, int maxOutputSize, const void *dictStart, size_t dictSize) LZ4_decompress_safe_forceExtDict() argument
538 LZ4_decompress_safe_doubleDict(const char *source, char *dest, int compressedSize, int maxOutputSize, size_t prefixSize, const void *dictStart, size_t dictSize) LZ4_decompress_safe_doubleDict() argument
587 LZ4_decompress_safe_continue(LZ4_streamDecode_t *LZ4_streamDecode, const char *source, char *dest, int compressedSize, int maxOutputSize) LZ4_decompress_safe_continue() argument
679 LZ4_decompress_safe_usingDict(const char *source, char *dest, int compressedSize, int maxOutputSize, const char *dictStart, int dictSize) LZ4_decompress_safe_usingDict() argument
[all...]
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_decompress.c460 LZ4_decompress_safe(const char *source, char *dest, int compressedSize, int maxDecompressedSize) LZ4_decompress_safe() argument
469 LZ4_decompress_safe_partial(const char *src, char *dst, int compressedSize, int targetOutputSize, int dstCapacity) LZ4_decompress_safe_partial() argument
488 LZ4_decompress_safe_withPrefix64k(const char *source, char *dest, int compressedSize, int maxOutputSize) LZ4_decompress_safe_withPrefix64k() argument
498 LZ4_decompress_safe_withSmallPrefix(const char *source, char *dest, int compressedSize, int maxOutputSize, size_t prefixSize) LZ4_decompress_safe_withSmallPrefix() argument
510 LZ4_decompress_safe_forceExtDict(const char *source, char *dest, int compressedSize, int maxOutputSize, const void *dictStart, size_t dictSize) LZ4_decompress_safe_forceExtDict() argument
538 LZ4_decompress_safe_doubleDict(const char *source, char *dest, int compressedSize, int maxOutputSize, size_t prefixSize, const void *dictStart, size_t dictSize) LZ4_decompress_safe_doubleDict() argument
587 LZ4_decompress_safe_continue(LZ4_streamDecode_t *LZ4_streamDecode, const char *source, char *dest, int compressedSize, int maxOutputSize) LZ4_decompress_safe_continue() argument
679 LZ4_decompress_safe_usingDict(const char *source, char *dest, int compressedSize, int maxOutputSize, const char *dictStart, int dictSize) LZ4_decompress_safe_usingDict() argument
[all...]
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_internal.h340 size_t compressedSize; member
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c764 size_t const compressedSize = frameSizeInfo.compressedSize; in ZSTD_decompressBound() local
818 ZSTD_DCtx_trace_end(ZSTD_DCtx const* dctx, U64 uncompressedSize, U64 compressedSize, unsigned streaming) ZSTD_DCtx_trace_end() argument
[all...]

Completed in 6 milliseconds