Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1732 size_t hintInSize = mtctx->targetSectionSize - mtctx->inBuff.filled; in ZSTDMT_nextInputSizeHint() local
1733 if (hintInSize==0) hintInSize = mtctx->targetSectionSize; in ZSTDMT_nextInputSizeHint()
1734 return hintInSize; in ZSTDMT_nextInputSizeHint()
H A Dzstd_compress.c4116 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint() local
4117 if (hintInSize==0) hintInSize = cctx->blockSize; in ZSTD_nextInputSizeHint()
4118 return hintInSize; in ZSTD_nextInputSizeHint()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c16878 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint() local
16879 if (hintInSize==0) hintInSize = cctx->blockSize; in ZSTD_nextInputSizeHint()
16880 return hintInSize; in ZSTD_nextInputSizeHint()