Searched refs:dictMatchState (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_fast.c | 340 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast() 392 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_fast_dictMatchState_generic() 419 /* dictMatchState repCode checks don't currently handle repCode == 0 in ZSTD_compressBlock_fast_dictMatchState_generic() 522 ZSTD_GEN_FAST_FN(dictMatchState, 4, 0) 523 ZSTD_GEN_FAST_FN(dictMatchState, 5, 0) 524 ZSTD_GEN_FAST_FN(dictMatchState, 6, 0) 525 ZSTD_GEN_FAST_FN(dictMatchState, 7, 0) 532 assert(ms->dictMatchState != NULL); in ZSTD_compressBlock_fast_dictMatchState()
|
H A D | zstd_double_fast.c | 280 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 301 /* dictMatchState repCode checks don't currently handle repCode == 0 in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 344 /* check dictMatchState long match */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 362 /* check dictMatchState short match */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 484 ZSTD_GEN_DFAST_FN(dictMatchState, 4) 485 ZSTD_GEN_DFAST_FN(dictMatchState, 5) 486 ZSTD_GEN_DFAST_FN(dictMatchState, 6) 487 ZSTD_GEN_DFAST_FN(dictMatchState, 7)
|
H A D | zstd_lazy.c | 162 const ZSTD_matchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch() 673 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_HcFindBestMatch() 1150 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_RowFindBestMatch() 1375 X(__VA_ARGS__, dictMatchState) \ 1463 ZSTD_SWITCH_SEARCH_METHOD(dictMatchState) in ZSTD_searchMax() 1499 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_lazy_generic() 1519 /* dictMatchState repCode checks don't currently handle repCode == 0 in ZSTD_compressBlock_lazy_generic()
|
H A D | zstd_compress_internal.h | 228 const ZSTD_matchState_t* dictMatchState; member 932 ms->dictMatchState != NULL ? in ZSTD_matchState_dictMode() 933 (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode() 1106 * In dictMatchState mode, lowLimit and dictLimit are the same, 1108 * forceWindow and dictMatchState are therefore incompatible.
|
H A D | zstd_opt.c | 593 const ZSTD_matchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches() 684 /* no dictMatchState lookup: dicts don't have a populated HC3 table */ in ZSTD_insertBtAndGetAllMatches() 841 GEN_ZSTD_BT_GET_ALL_MATCHES(dictMatchState) 857 ZSTD_BT_GET_ALL_MATCHES_ARRAY(dictMatchState) in ZSTD_selectBtGetAllMatches() 1444 /* note : no btultra2 variant for extDict nor dictMatchState,
|
H A D | zstd_compress.c | 1610 ms->dictMatchState = NULL; in ZSTD_invalidateMatchState() 1957 && !params->forceWindow ); /* dictMatchState isn't correctly in ZSTD_shouldAttachDict() 2000 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict() 2746 assert(ms->dictMatchState == NULL || ms->loadedDictEnd == ms->window.dictLimit); in ZSTD_buildSeqStore() 3830 ms->dictMatchState = NULL; in ZSTD_overflowCorrectIfNeeded() 3870 ZSTD_checkDictValidity(&ms->window, ip + blockSize, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk() 3871 ZSTD_window_enforceMaxDist(&ms->window, ip, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk()
|
Completed in 26 milliseconds