Home
last modified time | relevance | path

Searched refs:pledgedSrcSize (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c892 ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize) in ZSTD_CCtx_setPledgedSrcSize() argument
894 DEBUGLOG(4, "ZSTD_CCtx_setPledgedSrcSize to %u bytes", (U32)pledgedSrcSize); in ZSTD_CCtx_setPledgedSrcSize()
897 cctx->pledgedSrcSizePlusOne = pledgedSrcSize+1; in ZSTD_CCtx_setPledgedSrcSize()
1264 const U64 pledgedSrcSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument
1266 size_t const windowSize = MAX(1, (size_t)MIN(((U64)1 << cParams->windowLog), pledgedSrcSize)); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1560 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal() argument
1566 (U32)pledgedSrcSize, params.cParams.windowLog); in ZSTD_resetCCtx_internal()
1578 …ize_t const windowSize = MAX(1, (size_t)MIN(((U64)1 << params.cParams.windowLog), pledgedSrcSize)); in ZSTD_resetCCtx_internal()
1597 buffInSize, buffOutSize, pledgedSrcSize); in ZSTD_resetCCtx_internal()
1640 zc->pledgedSrcSizePlusOne = pledgedSrcSize+1; in ZSTD_resetCCtx_internal()
[all …]
Dzstd_compress_internal.h1132 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize);
1148 unsigned long long pledgedSrcSize);
/linux-6.1.9/include/linux/
Dzstd_lib.h468 ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize);
2073 unsigned long long pledgedSrcSize);
2111 unsigned long long pledgedSrcSize);
2142 unsigned long long pledgedSrcSize);
2159 ZSTDLIB_API size_t ZSTD_resetCStream(ZSTD_CStream* zcs, unsigned long long pledgedSrcSize);
2272 …d* dict, size_t dictSize, ZSTD_parameters params, unsigned long long pledgedSrcSize); /*< pledgedS…
2274 … cdict, ZSTD_frameParameters const fParams, unsigned long long const pledgedSrcSize); /* compres…
2275 …x(ZSTD_CCtx* cctx, const ZSTD_CCtx* preparedCCtx, unsigned long long pledgedSrcSize); /*< note: i…