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

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

Completed in 230 milliseconds