Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress.c1645 const U64 pledgedSrcSize, in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument
2242 || ( ( pledgedSrcSize <= cutoff in ZSTD_shouldAttachDict()
2254 U64 pledgedSrcSize, in ZSTD_resetCCtx_byAttachingCDict() argument
2331 U64 pledgedSrcSize, in ZSTD_resetCCtx_byCopyingCDict() argument
2416 U64 pledgedSrcSize, in ZSTD_resetCCtx_usingCDict() argument
2421 (unsigned)pledgedSrcSize); in ZSTD_resetCCtx_usingCDict()
2442 U64 pledgedSrcSize, in ZSTD_copyCCtx_internal() argument
2522 if (pledgedSrcSize==0) pledgedSrcSize = ZSTD_CONTENTSIZE_UNKNOWN; in ZSTD_copyCCtx()
4621 …(pledgedSrcSize>=256) + (pledgedSrcSize>=65536+256) + (pledgedSrcSize>=0xFFFFFFFFU) : 0; /* 0-3 */ in ZSTD_writeFrameHeader()
5726 pledgedSrcSize, in ZSTD_compressBegin_usingCDict_internal()
[all …]
H A Dzstd_compress_internal.h1549 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize);
1565 unsigned long long pledgedSrcSize);
/linux-6.15/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…