Searched refs:hintInSize (Results 1 – 3 of 3) sorted by relevance
1780 size_t hintInSize = mtctx->targetSectionSize - mtctx->inBuff.filled; in ZSTDMT_nextInputSizeHint() local1781 if (hintInSize==0) hintInSize = mtctx->targetSectionSize; in ZSTDMT_nextInputSizeHint()1782 return hintInSize; in ZSTDMT_nextInputSizeHint()
5319 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint() local5320 if (hintInSize==0) hintInSize = cctx->blockSize; in ZSTD_nextInputSizeHint()5321 return hintInSize; in ZSTD_nextInputSizeHint()
3794 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint() local3795 if (hintInSize==0) hintInSize = cctx->blockSize; in ZSTD_nextInputSizeHint()3796 return hintInSize; in ZSTD_nextInputSizeHint()