Lines Matching refs:nextToUpdate
1686 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_invalidateMatchState()
2167 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_resetCCtx_byCopyingCDict()
2269 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_copyCCtx_internal()
2844 if (curr > ms->nextToUpdate + 384) in ZSTD_buildSeqStore()
2845 ms->nextToUpdate = curr - MIN(192, (U32)(curr - ms->nextToUpdate - 384)); in ZSTD_buildSeqStore()
3679 (unsigned)zc->blockState.matchState.nextToUpdate); in ZSTD_compressBlock_splitBlock_internal()
3777 (unsigned)zc->blockState.matchState.nextToUpdate); in ZSTD_compressBlock_internal()
3889 …blockState.matchState.window.dictLimit, (unsigned)zc->blockState.matchState.nextToUpdate, srcSize); in ZSTD_compressBlock_targetCBlockSize()
3917 if (ms->nextToUpdate < correction) ms->nextToUpdate = 0; in ZSTD_overflowCorrectIfNeeded()
3918 else ms->nextToUpdate -= correction; in ZSTD_overflowCorrectIfNeeded()
3965 if (ms->nextToUpdate < ms->window.lowLimit) ms->nextToUpdate = ms->window.lowLimit; in ZSTD_compress_frameChunk()
4138 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_compressContinue_internal()
4291 ms->nextToUpdate = (U32)(iend - ms->window.base); in ZSTD_loadDictionaryContent()