Searched refs:hintInSize (Results 1 – 3 of 3) sorted by relevance
1732 size_t hintInSize = mtctx->targetSectionSize - mtctx->inBuff.filled; in ZSTDMT_nextInputSizeHint() local1733 if (hintInSize==0) hintInSize = mtctx->targetSectionSize; in ZSTDMT_nextInputSizeHint()1734 return hintInSize; in ZSTDMT_nextInputSizeHint()
4116 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint() local4117 if (hintInSize==0) hintInSize = cctx->blockSize; in ZSTD_nextInputSizeHint()4118 return hintInSize; in ZSTD_nextInputSizeHint()
16878 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint() local16879 if (hintInSize==0) hintInSize = cctx->blockSize; in ZSTD_nextInputSizeHint()16880 return hintInSize; in ZSTD_nextInputSizeHint()