Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c1166 size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize) in ZSTD_CCtx_setPledgedSrcSize() argument
1168 DEBUGLOG(4, "ZSTD_CCtx_setPledgedSrcSize to %llu bytes", pledgedSrcSize); in ZSTD_CCtx_setPledgedSrcSize()
1171 cctx->pledgedSrcSizePlusOne = pledgedSrcSize+1; in ZSTD_CCtx_setPledgedSrcSize()
1645 const U64 pledgedSrcSize, in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument
1649 size_t const windowSize = (size_t) BOUNDED(1ULL, 1ULL << cParams->windowLog, pledgedSrcSize); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
2028 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal() argument
2035 …(U32)pledgedSrcSize, params->cParams.windowLog, (int)params->useRowMatchFinder, (int)params->postB… in ZSTD_resetCCtx_internal()
2057 …ze_t const windowSize = MAX(1, (size_t)MIN(((U64)1 << params->cParams.windowLog), pledgedSrcSize)); in ZSTD_resetCCtx_internal()
2076 … buffInSize, buffOutSize, pledgedSrcSize, ZSTD_hasExtSeqProd(params), params->maxBlockSize); in ZSTD_resetCCtx_internal()
2120 zc->pledgedSrcSizePlusOne = pledgedSrcSize+1; in ZSTD_resetCCtx_internal()
[all …]
H A Dzstd_compress_internal.h1549 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize);
1565 unsigned long long pledgedSrcSize);
/linux/include/linux/
H A Dzstd_lib.h566 ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize);
2608 unsigned long long pledgedSrcSize);
2645 unsigned long long pledgedSrcSize);
2676 unsigned long long pledgedSrcSize);
2698 size_t ZSTD_resetCStream(ZSTD_CStream* zcs, unsigned long long pledgedSrcSize);
3000 …x(ZSTD_CCtx* cctx, const ZSTD_CCtx* preparedCCtx, unsigned long long pledgedSrcSize); /*< note: i…
3010 …d* dict, size_t dictSize, ZSTD_parameters params, unsigned long long pledgedSrcSize); /*< pledgedS…
3013 … cdict, ZSTD_frameParameters const fParams, unsigned long long const pledgedSrcSize); /* compres…