Lines Matching refs:nextToUpdate
1492 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_invalidateMatchState()
1913 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_resetCCtx_byCopyingCDict()
2004 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_copyCCtx_internal()
2472 if (curr > ms->nextToUpdate + 384) in ZSTD_buildSeqStore()
2473 ms->nextToUpdate = curr - MIN(192, (U32)(curr - ms->nextToUpdate - 384)); in ZSTD_buildSeqStore()
2677 (unsigned)zc->blockState.matchState.nextToUpdate); in ZSTD_compressBlock_internal()
2795 …blockState.matchState.window.dictLimit, (unsigned)zc->blockState.matchState.nextToUpdate, srcSize); in ZSTD_compressBlock_targetCBlockSize()
2823 if (ms->nextToUpdate < correction) ms->nextToUpdate = 0; in ZSTD_overflowCorrectIfNeeded()
2824 else ms->nextToUpdate -= correction; in ZSTD_overflowCorrectIfNeeded()
2870 if (ms->nextToUpdate < ms->window.lowLimit) ms->nextToUpdate = ms->window.lowLimit; in ZSTD_compress_frameChunk()
3014 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_compressContinue_internal()
3144 ms->nextToUpdate = (U32)(iend - ms->window.base); in ZSTD_loadDictionaryContent()