Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/zstd/lib/compress/
HDzstd_fast.c340 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()
HDzstd_double_fast.c280 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)
HDzstd_compress_internal.h234 const ZSTD_matchState_t* dictMatchState; member
988 ms->dictMatchState != NULL ? in ZSTD_matchState_dictMode()
989 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
HDzstd_lazy.c162 const ZSTD_matchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch()
673 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_HcFindBestMatch()
1159 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_RowFindBestMatch()
1394 X(__VA_ARGS__, dictMatchState) \
1436 X(dictMatchState), \
1498 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_lazy_generic()
HDzstd_opt.c593 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)
HDzstd_compress.c1689 ms->dictMatchState = NULL; in ZSTD_invalidateMatchState()
2079 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()
2837 assert(ms->dictMatchState == NULL || ms->loadedDictEnd == ms->window.dictLimit); in ZSTD_buildSeqStore()
3921 ms->dictMatchState = NULL; in ZSTD_overflowCorrectIfNeeded()
3961 …D_checkDictValidity(&ms->window, ip + blockSize, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk()
3962 … ZSTD_window_enforceMaxDist(&ms->window, ip, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk()
/freebsd-14-stable/sys/contrib/openzfs/module/zstd/lib/compress/
HDzstd_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()
HDzstd_compress_internal.h151 const ZSTD_matchState_t* dictMatchState; member
744 ms->dictMatchState != NULL ? in ZSTD_matchState_dictMode()
HDzstd_lazy.c162 const ZSTD_matchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch()
535 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_HcFindBestMatch_generic()
651 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_lazy_generic()
HDzstd_double_fast.c74 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_generic()
HDzstd_compress.c1304 ms->dictMatchState = NULL; in ZSTD_invalidateMatchState()
1657 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()
2261 assert(ms->dictMatchState == NULL || ms->loadedDictEnd == ms->window.dictLimit); in ZSTD_buildSeqStore()
2571 ms->dictMatchState = NULL; in ZSTD_overflowCorrectIfNeeded()
2611 …D_checkDictValidity(&ms->window, ip + blockSize, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk()
HDzstd_opt.c546 const ZSTD_matchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches()