Searched refs:nextToUpdate (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 44 U32 idx = ms->nextToUpdate; in ZSTD_updateDUBT() 65 ms->nextToUpdate = target; in ZSTD_updateDUBT() 382 ms->nextToUpdate = matchEndIdx - 8; /* skip repetitive patterns */ in ZSTD_DUBT_findBestMatch() 403 if (ip < ms->window.base + ms->nextToUpdate) return 0; /* skipped area */ in ZSTD_BtFindBestMatch() 419 U32 idx = ms->nextToUpdate; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() 513 for (idx = ms->nextToUpdate; idx < target; idx++) { in ZSTD_dedicatedDictSearch_lazy_loadDictionary() 523 ms->nextToUpdate = target; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() 644 U32 idx = ms->nextToUpdate; in ZSTD_insertAndFindFirstIndex_internal() 656 ms->nextToUpdate = target; in ZSTD_insertAndFindFirstIndex_internal() 921 U32 idx = ms->nextToUpdate; in ZSTD_row_update_internal() [all …]
|
| H A D | zstd_opt.c | 570 U32 idx = ms->nextToUpdate; in ZSTD_updateTree_internal() 581 ms->nextToUpdate = target; in ZSTD_updateTree_internal() 717 ms->nextToUpdate = curr+1; /* skip insertion */ in ZSTD_insertBtAndGetAllMatches() 817 ms->nextToUpdate = matchEndIdx - 8; /* skip repetitive patterns */ in ZSTD_insertBtAndGetAllMatches() 847 if (ip < ms->window.base + ms->nextToUpdate) in ZSTD_btGetAllMatches_internal() 1099 U32 nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic() 1114 (U32)(ip - base), ms->window.dictLimit, ms->nextToUpdate); in ZSTD_compressBlock_opt_generic() 1497 …assert(ms->window.dictLimit - ms->nextToUpdate <= 1); /* no prefix (note: intentional overflow, d… in ZSTD_initStats_ultra() 1506 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_initStats_ultra()
|
| H A D | zstd_ldm.c | 335 if (curr > ms->nextToUpdate + 1024) { in ZSTD_ldm_limitTableUpdate() 336 ms->nextToUpdate = in ZSTD_ldm_limitTableUpdate() 337 curr - MIN(512, curr - ms->nextToUpdate - 1024); in ZSTD_ldm_limitTableUpdate()
|
| H A D | zstd_compress.c | 1938 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_invalidateMatchState() 2472 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_resetCCtx_byCopyingCDict() 2575 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_copyCCtx_internal() 3297 if (curr > ms->nextToUpdate + 384) in ZSTD_buildSeqStore() 3298 ms->nextToUpdate = curr - MIN(192, (U32)(curr - ms->nextToUpdate - 384)); in ZSTD_buildSeqStore() 4299 (unsigned)zc->blockState.matchState.nextToUpdate); in ZSTD_compressBlock_splitBlock_internal() 4398 (unsigned)zc->blockState.matchState.nextToUpdate); in ZSTD_compressBlock_internal() 4515 …blockState.matchState.window.dictLimit, (unsigned)zc->blockState.matchState.nextToUpdate, srcSize); in ZSTD_compressBlock_targetCBlockSize() 4543 if (ms->nextToUpdate < correction) ms->nextToUpdate = 0; in ZSTD_overflowCorrectIfNeeded() 4544 else ms->nextToUpdate -= correction; in ZSTD_overflowCorrectIfNeeded() [all …]
|
| H A D | zstd_fast.c | 26 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillHashTableForCDict() 63 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillHashTableForCCtx()
|
| H A D | zstd_double_fast.c | 29 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTableForCDict() 67 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTableForCCtx()
|
| H A D | zstd_compress_internal.h | 282 U32 nextToUpdate; /* index from which to continue table update */ member
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 43 U32 idx = ms->nextToUpdate; in ZSTD_updateDUBT() 64 ms->nextToUpdate = target; in ZSTD_updateDUBT() 381 ms->nextToUpdate = matchEndIdx - 8; /* skip repetitive patterns */ in ZSTD_DUBT_findBestMatch() 402 if (ip < ms->window.base + ms->nextToUpdate) return 0; /* skipped area */ in ZSTD_BtFindBestMatch() 418 U32 idx = ms->nextToUpdate; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() 512 for (idx = ms->nextToUpdate; idx < target; idx++) { in ZSTD_dedicatedDictSearch_lazy_loadDictionary() 522 ms->nextToUpdate = target; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() 643 U32 idx = ms->nextToUpdate; in ZSTD_insertAndFindFirstIndex_internal() 655 ms->nextToUpdate = target; in ZSTD_insertAndFindFirstIndex_internal() 920 U32 idx = ms->nextToUpdate; in ZSTD_row_update_internal() [all …]
|
| H A D | zstd_opt.c | 569 U32 idx = ms->nextToUpdate; in ZSTD_updateTree_internal() 580 ms->nextToUpdate = target; in ZSTD_updateTree_internal() 716 ms->nextToUpdate = curr+1; /* skip insertion */ in ZSTD_insertBtAndGetAllMatches() 816 ms->nextToUpdate = matchEndIdx - 8; /* skip repetitive patterns */ in ZSTD_insertBtAndGetAllMatches() 846 if (ip < ms->window.base + ms->nextToUpdate) in ZSTD_btGetAllMatches_internal() 1098 U32 nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic() 1113 (U32)(ip - base), ms->window.dictLimit, ms->nextToUpdate); in ZSTD_compressBlock_opt_generic() 1496 …assert(ms->window.dictLimit - ms->nextToUpdate <= 1); /* no prefix (note: intentional overflow, d… in ZSTD_initStats_ultra() 1505 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_initStats_ultra()
|
| H A D | zstd_ldm.c | 334 if (curr > ms->nextToUpdate + 1024) { in ZSTD_ldm_limitTableUpdate() 335 ms->nextToUpdate = in ZSTD_ldm_limitTableUpdate() 336 curr - MIN(512, curr - ms->nextToUpdate - 1024); in ZSTD_ldm_limitTableUpdate()
|
| H A D | zstd_compress.c | 1937 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_invalidateMatchState() 2471 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_resetCCtx_byCopyingCDict() 2574 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_copyCCtx_internal() 3296 if (curr > ms->nextToUpdate + 384) in ZSTD_buildSeqStore() 3297 ms->nextToUpdate = curr - MIN(192, (U32)(curr - ms->nextToUpdate - 384)); in ZSTD_buildSeqStore() 4298 (unsigned)zc->blockState.matchState.nextToUpdate); in ZSTD_compressBlock_splitBlock_internal() 4397 (unsigned)zc->blockState.matchState.nextToUpdate); in ZSTD_compressBlock_internal() 4514 …blockState.matchState.window.dictLimit, (unsigned)zc->blockState.matchState.nextToUpdate, srcSize); in ZSTD_compressBlock_targetCBlockSize() 4542 if (ms->nextToUpdate < correction) ms->nextToUpdate = 0; in ZSTD_overflowCorrectIfNeeded() 4543 else ms->nextToUpdate -= correction; in ZSTD_overflowCorrectIfNeeded() [all …]
|
| H A D | zstd_fast.c | 25 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillHashTableForCDict() 62 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillHashTableForCCtx()
|
| H A D | zstd_double_fast.c | 28 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTableForCDict() 66 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTableForCCtx()
|
| H A D | zstd_compress_internal.h | 281 U32 nextToUpdate; /* index from which to continue table update */ member
|