Home
last modified time | relevance | path

Searched defs:pledgedSrcSize (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_compress.c1221 size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize) in ZSTD_CCtx_setPledgedSrcSize()
1699 const U64 pledgedSrcSize, in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
2092 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal()
2300 U64 pledgedSrcSize) in ZSTD_shouldAttachDict()
2317 U64 pledgedSrcSize, in ZSTD_resetCCtx_byAttachingCDict()
2394 U64 pledgedSrcSize, in ZSTD_resetCCtx_byCopyingCDict()
2478 U64 pledgedSrcSize, in ZSTD_resetCCtx_usingCDict()
2504 U64 pledgedSrcSize, in ZSTD_copyCCtx_internal()
2579 …ze_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSize) in ZSTD_copyCCtx()
4576 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader()
[all …]
H A Dzstdmt_compress.c718 U64 const pledgedSrcSize = job->firstJob ? job->fullFrameSize : job->src.size; in ZSTDMT_compressionJob() local
1237 unsigned long long pledgedSrcSize) in ZSTDMT_initCStream_internal()
/aosp_15_r20/external/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c165 unsigned long long pledgedSrcSize; member
202 …alizeCStream(ZWRAP_CCtx* zwc, const void* dict, size_t dictSize, unsigned long long pledgedSrcSize) in ZWRAP_initializeCStream()
248 int ZWRAP_setPledgedSrcSize(z_streamp strm, unsigned long long pledgedSrcSize) in ZWRAP_setPledgedSrcSize()
/aosp_15_r20/external/zstd/lib/deprecated/
H A Dzbuff_compress.c74 ZSTD_parameters params, unsigned long long pledgedSrcSize) in ZBUFF_compressInit_advanced()
/aosp_15_r20/external/zstd/tests/
H A Dzstreamtest.c2620 … { U64 const pledgedSrcSize = (FUZ_rand(&lseed) & 3) ? ZSTD_CONTENTSIZE_UNKNOWN : maxTestSize; in fuzzerTests() local
2639 … { U64 const pledgedSrcSize = (FUZ_rand(&lseed) & 3) ? ZSTD_CONTENTSIZE_UNKNOWN : maxTestSize; in fuzzerTests() local
2850 U64 pledgedSrcSize = ZSTD_CONTENTSIZE_UNKNOWN; in fuzzerTests_newAPI() local
/aosp_15_r20/external/zstd/programs/
H A Dfileio.c1501 U64 pledgedSrcSize = ZSTD_CONTENTSIZE_UNKNOWN; in FIO_compressZstdFrame() local