Home
last modified time | relevance | path

Searched refs:dictMatchState (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_fast.c191 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast()
227 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_fast_dictMatchState_generic()
359 assert(ms->dictMatchState != NULL); in ZSTD_compressBlock_fast_dictMatchState()
H A Dzstd_compress_internal.h170 const ZSTD_matchState_t* dictMatchState; member
816 ms->dictMatchState != NULL ? in ZSTD_matchState_dictMode()
817 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
H A Dzstd_lazy.c162 const ZSTD_matchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch()
622 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_HcFindBestMatch_generic()
906 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_lazy_generic()
H A Dzstd_double_fast.c74 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_generic()
H A Dzstd_compress.c1495 ms->dictMatchState = NULL; in ZSTD_invalidateMatchState()
1841 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()
2465 assert(ms->dictMatchState == NULL || ms->loadedDictEnd == ms->window.dictLimit); in ZSTD_buildSeqStore()
2827 ms->dictMatchState = NULL; in ZSTD_overflowCorrectIfNeeded()
2867 …D_checkDictValidity(&ms->window, ip + blockSize, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk()
H A Dzstd_opt.c546 const ZSTD_matchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10062 const ZSTD_matchState_t* dictMatchState; member
10655 ms->dictMatchState != NULL ? in ZSTD_matchState_dictMode()
14388 ms->dictMatchState = NULL; in ZSTD_invalidateMatchState()
15655 ms->dictMatchState = NULL; in ZSTD_overflowCorrectIfNeeded()
17438 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_generic()
18078 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast()
18114 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_fast_dictMatchState_generic()
18246 assert(ms->dictMatchState != NULL); in ZSTD_compressBlock_fast_dictMatchState()
18547 const ZSTD_matchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch()
18920 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_HcFindBestMatch_generic()
[all …]