Lines Matching refs:dictLimit
1607 ms->nextToUpdate = ms->window.dictLimit;
1994 const U32 cdictLen = cdictEnd - cdict->matchState.window.dictLimit;
2004 if (cctx->blockState.matchState.window.dictLimit < cdictEnd) {
2010 cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit;
2746 assert(ms->dictMatchState == NULL || ms->loadedDictEnd == ms->window.dictLimit);
3586 DEBUGLOG(4, "ZSTD_compressBlock_splitBlock_internal (dstCapacity=%u, dictLimit=%u, nextToUpdate=%u)",
3587 (unsigned)dstCapacity, (unsigned)zc->blockState.matchState.window.dictLimit,
3684 DEBUGLOG(5, "ZSTD_compressBlock_internal (dstCapacity=%u, dictLimit=%u, nextToUpdate=%u)",
3685 (unsigned)dstCapacity, (unsigned)zc->blockState.matchState.window.dictLimit,
3797 DEBUGLOG(5, "ZSTD_compressBlock_targetCBlockSize (dstCapacity=%u, dictLimit=%u, nextToUpdate=%u, srcSize=%zu)",
3798 (unsigned)dstCapacity, (unsigned)zc->blockState.matchState.window.dictLimit, (unsigned)zc->blockState.matchState.nextToUpdate, srcSize);
4047 ms->nextToUpdate = ms->window.dictLimit;