Searched refs:dictMatchState (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/lib/zstd/compress/ |
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() 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()
|
D | zstd_double_fast.c | 280 const ZSTD_matchState_t* const dms = ms->dictMatchState; 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)
|
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()
|
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()
|
D | zstd_opt.c | 593 const ZSTD_matchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches() 841 GEN_ZSTD_BT_GET_ALL_MATCHES(dictMatchState) in GEN_ZSTD_BT_GET_ALL_MATCHES() 857 ZSTD_BT_GET_ALL_MATCHES_ARRAY(dictMatchState)
|
D | zstd_compress.c | 1610 ms->dictMatchState = NULL; in ZSTD_invalidateMatchState() 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 …D_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()
|