Searched refs:hintInSize (Results 1 – 3 of 3) sorted by relevance
1844 size_t hintInSize = mtctx->targetSectionSize - mtctx->inBuff.filled; in ZSTDMT_nextInputSizeHint() local1845 if (hintInSize==0) hintInSize = mtctx->targetSectionSize; in ZSTDMT_nextInputSizeHint()1846 return hintInSize; in ZSTDMT_nextInputSizeHint()
6094 { size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint() local6095 if (hintInSize==0) hintInSize = cctx->blockSizeMax; in ZSTD_nextInputSizeHint()6096 return hintInSize; in ZSTD_nextInputSizeHint()
6095 { size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint() local6096 if (hintInSize==0) hintInSize = cctx->blockSizeMax; in ZSTD_nextInputSizeHint()6097 return hintInSize; in ZSTD_nextInputSizeHint()