Home
last modified time | relevance | path

Searched defs:compressedSize (Results 1 – 2 of 2) sorted by relevance

/linux/lib/zstd/decompress/
H A Dzstd_decompress.c800 size_t const compressedSize = frameSizeInfo.compressedSize; in ZSTD_decompressBound() local
820 size_t const compressedSize = frameSizeInfo.compressedSize; in ZSTD_decompressionMargin() local
896 static void ZSTD_DCtx_trace_end(ZSTD_DCtx const* dctx, U64 uncompressedSize, U64 compressedSize, in… in ZSTD_DCtx_trace_end()
/linux/lib/zstd/common/
H A Dzstd_internal.h280 size_t compressedSize; member