Home
last modified time | relevance | path

Searched refs:loadedDictEnd (Results 1 – 9 of 9) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h210 U32 loadedDictEnd; /* index of end of dictionary, within context's referential. member
262 U32 loadedDictEnd; member
1013 U32 loadedDictEnd, in ZSTD_window_canOverflowCorrect() argument
1035 U32 const dictionaryInvalidated = curr > maxDist + loadedDictEnd; in ZSTD_window_canOverflowCorrect()
1048 U32 loadedDictEnd, in ZSTD_window_needOverflowCorrection() argument
1054 if (ZSTD_window_canOverflowCorrect(window, cycleLog, maxDist, loadedDictEnd, src)) { in ZSTD_window_needOverflowCorrection()
1174 U32 const loadedDictEnd = (loadedDictEndPtr != NULL) ? *loadedDictEndPtr : 0; in ZSTD_window_enforceMaxDist() local
1176 (unsigned)blockEndIdx, (unsigned)maxDist, (unsigned)loadedDictEnd); in ZSTD_window_enforceMaxDist()
1191 if (blockEndIdx > maxDist + loadedDictEnd) { in ZSTD_window_enforceMaxDist()
1221 U32 const loadedDictEnd = *loadedDictEndPtr; in ZSTD_checkDictValidity() local
[all …]
H A Dzstd_ldm.c538 …window_needOverflowCorrection(ldmState->window, 0, maxDist, ldmState->loadedDictEnd, chunkStart, c… in ZSTD_ldm_generateSequences()
544 ldmState->loadedDictEnd = 0; in ZSTD_ldm_generateSequences()
560 … ZSTD_window_enforceMaxDist(&ldmState->window, chunkEnd, maxDist, &ldmState->loadedDictEnd, NULL); in ZSTD_ldm_generateSequences()
H A Dzstd_compress.c1687 ms->loadedDictEnd = 0; in ZSTD_invalidateMatchState()
1986 zc->ldmState.loadedDictEnd = 0; in ZSTD_resetCCtx_internal()
2089 … cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit; in ZSTD_resetCCtx_byAttachingCDict()
2168 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_resetCCtx_byCopyingCDict()
2270 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_copyCCtx_internal()
2837 assert(ms->dictMatchState == NULL || ms->loadedDictEnd == ms->window.dictLimit); in ZSTD_buildSeqStore()
3909 …if (ZSTD_window_needOverflowCorrection(ms->window, cycleLog, maxDist, ms->loadedDictEnd, ip, iend)… in ZSTD_overflowCorrectIfNeeded()
3920 ms->loadedDictEnd = 0; in ZSTD_overflowCorrectIfNeeded()
3961 …ZSTD_checkDictValidity(&ms->window, ip + blockSize, maxDist, &ms->loadedDictEnd, &ms->dictMatchSta… in ZSTD_compress_frameChunk()
3962 … ZSTD_window_enforceMaxDist(&ms->window, ip, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk()
[all …]
H A Dzstdmt_compress.c519 serialState->ldmState.loadedDictEnd = 0; in ZSTDMT_serialState_reset()
525 …serialState->ldmState.loadedDictEnd = params.forceWindow ? 0 : (U32)(dictEnd - serialState->ldmSta… in ZSTDMT_serialState_reset()
H A Dzstd_lazy.c667 const U32 isDictionary = (ms->loadedDictEnd != 0); in ZSTD_HcFindBestMatch()
1150 const U32 isDictionary = (ms->loadedDictEnd != 0); in ZSTD_RowFindBestMatch()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h275 U32 loadedDictEnd; /* index of end of dictionary, within context's referential. member
341 U32 loadedDictEnd; member
1101 U32 loadedDictEnd, in ZSTD_window_canOverflowCorrect() argument
1123 U32 const dictionaryInvalidated = curr > maxDist + loadedDictEnd; in ZSTD_window_canOverflowCorrect()
1136 U32 loadedDictEnd, in ZSTD_window_needOverflowCorrection() argument
1142 if (ZSTD_window_canOverflowCorrect(window, cycleLog, maxDist, loadedDictEnd, src)) { in ZSTD_window_needOverflowCorrection()
1264 U32 const loadedDictEnd = (loadedDictEndPtr != NULL) ? *loadedDictEndPtr : 0; in ZSTD_window_enforceMaxDist() local
1266 (unsigned)blockEndIdx, (unsigned)maxDist, (unsigned)loadedDictEnd); in ZSTD_window_enforceMaxDist()
1281 if (blockEndIdx > maxDist + loadedDictEnd) { in ZSTD_window_enforceMaxDist()
1311 U32 const loadedDictEnd = *loadedDictEndPtr; in ZSTD_checkDictValidity() local
[all …]
H A Dzstd_ldm.c560 …window_needOverflowCorrection(ldmState->window, 0, maxDist, ldmState->loadedDictEnd, chunkStart, c… in ZSTD_ldm_generateSequences()
566 ldmState->loadedDictEnd = 0; in ZSTD_ldm_generateSequences()
582 … ZSTD_window_enforceMaxDist(&ldmState->window, chunkEnd, maxDist, &ldmState->loadedDictEnd, NULL); in ZSTD_ldm_generateSequences()
H A Dzstd_compress.c1939 ms->loadedDictEnd = 0; in ZSTD_invalidateMatchState()
2232 zc->ldmState.loadedDictEnd = 0; in ZSTD_resetCCtx_internal()
2375 … cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit; in ZSTD_resetCCtx_byAttachingCDict()
2473 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_resetCCtx_byCopyingCDict()
2576 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_copyCCtx_internal()
3290 assert(ms->dictMatchState == NULL || ms->loadedDictEnd == ms->window.dictLimit); in ZSTD_buildSeqStore()
4535 …if (ZSTD_window_needOverflowCorrection(ms->window, cycleLog, maxDist, ms->loadedDictEnd, ip, iend)… in ZSTD_overflowCorrectIfNeeded()
4546 ms->loadedDictEnd = 0; in ZSTD_overflowCorrectIfNeeded()
4630 …ZSTD_checkDictValidity(&ms->window, ip + blockSize, maxDist, &ms->loadedDictEnd, &ms->dictMatchSta… in ZSTD_compress_frameChunk()
4631 … ZSTD_window_enforceMaxDist(&ms->window, ip, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk()
[all …]
H A Dzstd_lazy.c687 const U32 isDictionary = (ms->loadedDictEnd != 0); in ZSTD_HcFindBestMatch()
1163 const U32 isDictionary = (ms->loadedDictEnd != 0); in ZSTD_RowFindBestMatch()