Home
last modified time | relevance | path

Searched refs:nextToUpdate (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c490 U32 idx = ms->nextToUpdate; in ZSTD_updateTree_internal()
501 ms->nextToUpdate = target; in ZSTD_updateTree_internal()
634 ms->nextToUpdate = curr+1; /* skip insertion */ in ZSTD_insertBtAndGetAllMatches()
737 ms->nextToUpdate = matchEndIdx - 8; /* skip repetitive patterns */ in ZSTD_insertBtAndGetAllMatches()
754 if (ip < ms->window.base + ms->nextToUpdate) return 0; /* skipped area */ in ZSTD_BtGetAllMatches()
949 U32 nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic()
962 (U32)(ip - base), ms->window.dictLimit, ms->nextToUpdate); in ZSTD_compressBlock_opt_generic()
1264 …assert(ms->window.dictLimit - ms->nextToUpdate <= 1); /* no prefix (note: intentional overflow, d… in ZSTD_initStats_ultra()
1273 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_initStats_ultra()
H A Dzstd_lazy.c34 U32 idx = ms->nextToUpdate; in ZSTD_updateDUBT()
55 ms->nextToUpdate = target; in ZSTD_updateDUBT()
368 ms->nextToUpdate = matchEndIdx - 8; /* skip repetitive patterns */ in ZSTD_DUBT_findBestMatch()
388 if (ip < ms->window.base + ms->nextToUpdate) return 0; /* skipped area */ in ZSTD_BtFindBestMatch()
461 U32 idx = ms->nextToUpdate; in ZSTD_insertAndFindFirstIndex_internal()
470 ms->nextToUpdate = target; in ZSTD_insertAndFindFirstIndex_internal()
486 U32 idx = ms->nextToUpdate; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
581 for (idx = ms->nextToUpdate; idx < target; idx++) { in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
591 ms->nextToUpdate = target; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
H A Dzstd_ldm.c264 if (curr > ms->nextToUpdate + 1024) { in ZSTD_ldm_limitTableUpdate()
265 ms->nextToUpdate = in ZSTD_ldm_limitTableUpdate()
266 curr - MIN(512, curr - ms->nextToUpdate - 1024); in ZSTD_ldm_limitTableUpdate()
H A Dzstd_compress.c1492 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()
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()
[all …]
H A Dzstd_fast.c24 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillHashTable()
H A Dzstd_double_fast.c25 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTable()
H A Dzstd_compress_internal.h161 U32 nextToUpdate; /* index from which to continue table update */ member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14811 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_resetCCtx_byCopyingCDict()
14902 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_copyCCtx_internal()
15353 ms->nextToUpdate = current - MIN(192, (U32)(current - ms->nextToUpdate - 384)); in ZSTD_buildSeqStore()
15651 if (ms->nextToUpdate < correction) ms->nextToUpdate = 0; in ZSTD_overflowCorrectIfNeeded()
15698 if (ms->nextToUpdate < ms->window.lowLimit) ms->nextToUpdate = ms->window.lowLimit; in ZSTD_compress_frameChunk()
18419 U32 idx = ms->nextToUpdate; in ZSTD_updateDUBT()
18440 ms->nextToUpdate = target; in ZSTD_updateDUBT()
18845 U32 idx = ms->nextToUpdate; in ZSTD_insertAndFindFirstIndex_internal()
18854 ms->nextToUpdate = target; in ZSTD_insertAndFindFirstIndex_internal()
19776 ms->nextToUpdate = in ZSTD_ldm_limitTableUpdate()
[all …]