Searched defs:pledgedSrcSize (Results 1 – 5 of 5) sorted by relevance
| /external/zstd/lib/compress/ |
| D | zstd_compress.c | 944 ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize) in ZSTD_CCtx_setPledgedSrcSize() 1304 const U64 pledgedSrcSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal() 1602 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal() 1793 U64 pledgedSrcSize) in ZSTD_shouldAttachDict() 1810 U64 pledgedSrcSize, in ZSTD_resetCCtx_byAttachingCDict() 1865 U64 pledgedSrcSize, in ZSTD_resetCCtx_byCopyingCDict() 1931 U64 pledgedSrcSize, in ZSTD_resetCCtx_usingCDict() 1957 U64 pledgedSrcSize, in ZSTD_copyCCtx_internal() 2020 …ze_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSize) in ZSTD_copyCCtx() 2914 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader() [all …]
|
| D | zstdmt_compress.c | 694 U64 const pledgedSrcSize = job->firstJob ? job->fullFrameSize : job->src.size; in ZSTDMT_compressionJob() local 1193 unsigned long long pledgedSrcSize) in ZSTDMT_initCStream_internal()
|
| /external/zstd/lib/deprecated/ |
| D | zbuff_compress.c | 73 ZSTD_parameters params, unsigned long long pledgedSrcSize) in ZBUFF_compressInit_advanced()
|
| /external/zstd/zlibWrapper/ |
| D | zstd_zlibwrapper.c | 165 unsigned long long pledgedSrcSize; member 202 …alizeCStream(ZWRAP_CCtx* zwc, const void* dict, size_t dictSize, unsigned long long pledgedSrcSize) in ZWRAP_initializeCStream() 239 int ZWRAP_setPledgedSrcSize(z_streamp strm, unsigned long long pledgedSrcSize) in ZWRAP_setPledgedSrcSize()
|
| /external/zstd/tests/ |
| D | zstreamtest.c | 1839 { U64 const pledgedSrcSize = (FUZ_rand(&lseed) & 3) ? 0 : maxTestSize; in fuzzerTests() local 1857 … { U64 const pledgedSrcSize = (FUZ_rand(&lseed) & 3) ? ZSTD_CONTENTSIZE_UNKNOWN : maxTestSize; in fuzzerTests() local 2065 U64 pledgedSrcSize = ZSTD_CONTENTSIZE_UNKNOWN; in fuzzerTests_newAPI() local
|