Searched refs:pledgedSrcSize (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 1009 size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize) in ZSTD_CCtx_setPledgedSrcSize() argument 1011 DEBUGLOG(4, "ZSTD_CCtx_setPledgedSrcSize to %u bytes", (U32)pledgedSrcSize); in ZSTD_CCtx_setPledgedSrcSize() 1014 cctx->pledgedSrcSizePlusOne = pledgedSrcSize+1; in ZSTD_CCtx_setPledgedSrcSize() 1396 const U64 pledgedSrcSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument 1398 size_t const windowSize = (size_t) BOUNDED(1ULL, 1ULL << cParams->windowLog, pledgedSrcSize); in ZSTD_estimateCCtxSize_usingCCtxParams_internal() 1750 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal() argument 1757 …(U32)pledgedSrcSize, params->cParams.windowLog, (int)params->useRowMatchFinder, (int)params->useBl… in ZSTD_resetCCtx_internal() 1778 …ze_t const windowSize = MAX(1, (size_t)MIN(((U64)1 << params->cParams.windowLog), pledgedSrcSize)); in ZSTD_resetCCtx_internal() 1798 buffInSize, buffOutSize, pledgedSrcSize); in ZSTD_resetCCtx_internal() 1841 zc->pledgedSrcSizePlusOne = pledgedSrcSize+1; in ZSTD_resetCCtx_internal() [all …]
|
H A D | zstd_compress_internal.h | 1343 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize); 1359 unsigned long long pledgedSrcSize);
|
/openbmc/linux/include/linux/ |
H A D | zstd_lib.h | 479 ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize); 2186 unsigned long long pledgedSrcSize); 2224 unsigned long long pledgedSrcSize); 2256 unsigned long long pledgedSrcSize); 2277 size_t ZSTD_resetCStream(ZSTD_CStream* zcs, unsigned long long pledgedSrcSize); 2390 …x(ZSTD_CCtx* cctx, const ZSTD_CCtx* preparedCCtx, unsigned long long pledgedSrcSize); /*< note: i… 2397 …d* dict, size_t dictSize, ZSTD_parameters params, unsigned long long pledgedSrcSize); /*< pledgedS… 2399 … cdict, ZSTD_frameParameters const fParams, unsigned long long const pledgedSrcSize); /* compres…
|