Searched defs:pledgedSrcSize (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 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() 3390 unsigned long long pledgedSrcSize) in ZSTD_compressBegin_advanced_internal() 4001 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_resetCStream() local 4015 unsigned long long pledgedSrcSize) in ZSTD_initCStream_internal() [all …]
|
| H A 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()
|
| /f-stack/freebsd/contrib/zstd/lib/deprecated/ |
| H A D | zbuff_compress.c | 73 ZSTD_parameters params, unsigned long long pledgedSrcSize) in ZBUFF_compressInit_advanced()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A 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()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 14505 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal() 14702 U64 pledgedSrcSize) in ZSTD_shouldAttachDict() 14717 U64 pledgedSrcSize, in ZSTD_resetCCtx_byAttachingCDict() 14765 U64 pledgedSrcSize, in ZSTD_resetCCtx_byCopyingCDict() 14829 U64 pledgedSrcSize, in ZSTD_resetCCtx_usingCDict() 14855 U64 pledgedSrcSize, in ZSTD_copyCCtx_internal() 16212 unsigned long long pledgedSrcSize) in ZSTD_compressBegin_advanced_internal() 16763 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_resetCStream() local 16777 unsigned long long pledgedSrcSize) in ZSTD_initCStream_internal() 16799 unsigned long long pledgedSrcSize) in ZSTD_initCStream_usingCDict_advanced() [all …]
|