Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c1396 const U64 pledgedSrcSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument
1953 || ( ( pledgedSrcSize <= cutoff in ZSTD_shouldAttachDict()
1965 U64 pledgedSrcSize, in ZSTD_resetCCtx_byAttachingCDict() argument
2025 U64 pledgedSrcSize, in ZSTD_resetCCtx_byCopyingCDict() argument
2107 U64 pledgedSrcSize, in ZSTD_resetCCtx_usingCDict() argument
2112 (unsigned)pledgedSrcSize); in ZSTD_resetCCtx_usingCDict()
2133 U64 pledgedSrcSize, in ZSTD_copyCCtx_internal() argument
2212 if (pledgedSrcSize==0) pledgedSrcSize = ZSTD_CONTENTSIZE_UNKNOWN; in ZSTD_copyCCtx()
3931 …(pledgedSrcSize>=256) + (pledgedSrcSize>=65536+256) + (pledgedSrcSize>=0xFFFFFFFFU) : 0; /* 0-3 */ in ZSTD_writeFrameHeader()
4955 pledgedSrcSize, in ZSTD_compressBegin_usingCDict_internal()
[all …]
H A Dzstd_compress_internal.h1343 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize);
1359 unsigned long long pledgedSrcSize);
/openbmc/linux/include/linux/
H A Dzstd_lib.h479 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…