Searched refs:dictMatchState (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_fast.c | 451 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast() 504 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_fast_dictMatchState_generic() 682 ZSTD_GEN_FAST_FN(dictMatchState, 4, 0) 683 ZSTD_GEN_FAST_FN(dictMatchState, 5, 0) 684 ZSTD_GEN_FAST_FN(dictMatchState, 6, 0) 685 ZSTD_GEN_FAST_FN(dictMatchState, 7, 0) 692 assert(ms->dictMatchState != NULL); in ZSTD_compressBlock_fast_dictMatchState() 973 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast_extDict()
|
| H A D | zstd_double_fast.c | 351 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 563 ZSTD_GEN_DFAST_FN(dictMatchState, 4) 564 ZSTD_GEN_DFAST_FN(dictMatchState, 5) 565 ZSTD_GEN_DFAST_FN(dictMatchState, 6) 566 ZSTD_GEN_DFAST_FN(dictMatchState, 7)
|
| H A D | zstd_compress_internal.h | 301 const ZSTD_MatchState_t* dictMatchState; member 1076 ms->dictMatchState != NULL ? in ZSTD_matchState_dictMode() 1077 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
|
| H A D | zstd_lazy.c | 174 const ZSTD_MatchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch() 693 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_HcFindBestMatch() 1175 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_RowFindBestMatch() 1415 X(__VA_ARGS__, dictMatchState) \ 1503 ZSTD_SWITCH_SEARCH_METHOD(dictMatchState) in ZSTD_searchMax() 1541 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_lazy_generic()
|
| H A D | zstd_opt.c | 629 const ZSTD_MatchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches() 879 GEN_ZSTD_BT_GET_ALL_MATCHES(dictMatchState) in GEN_ZSTD_BT_GET_ALL_MATCHES() 895 ZSTD_BT_GET_ALL_MATCHES_ARRAY(dictMatchState)
|
| H A D | zstd_compress.c | 1941 ms->dictMatchState = NULL; in ZSTD_invalidateMatchState() 2365 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict() 3290 assert(ms->dictMatchState == NULL || ms->loadedDictEnd == ms->window.dictLimit); in ZSTD_buildSeqStore() 4547 ms->dictMatchState = NULL; in ZSTD_overflowCorrectIfNeeded() 4630 …D_checkDictValidity(&ms->window, ip + blockSize, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk() 4631 … ZSTD_window_enforceMaxDist(&ms->window, ip, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_fast.c | 450 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast() 503 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_fast_dictMatchState_generic() 681 ZSTD_GEN_FAST_FN(dictMatchState, 4, 0) 682 ZSTD_GEN_FAST_FN(dictMatchState, 5, 0) 683 ZSTD_GEN_FAST_FN(dictMatchState, 6, 0) 684 ZSTD_GEN_FAST_FN(dictMatchState, 7, 0) 691 assert(ms->dictMatchState != NULL); in ZSTD_compressBlock_fast_dictMatchState() 972 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast_extDict()
|
| H A D | zstd_double_fast.c | 350 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 562 ZSTD_GEN_DFAST_FN(dictMatchState, 4) 563 ZSTD_GEN_DFAST_FN(dictMatchState, 5) 564 ZSTD_GEN_DFAST_FN(dictMatchState, 6) 565 ZSTD_GEN_DFAST_FN(dictMatchState, 7)
|
| H A D | zstd_compress_internal.h | 300 const ZSTD_MatchState_t* dictMatchState; member 1075 ms->dictMatchState != NULL ? in ZSTD_matchState_dictMode() 1076 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
|
| H A D | zstd_lazy.c | 173 const ZSTD_MatchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch() 692 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_HcFindBestMatch() 1174 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_RowFindBestMatch() 1414 X(__VA_ARGS__, dictMatchState) \ 1502 ZSTD_SWITCH_SEARCH_METHOD(dictMatchState) in ZSTD_searchMax() 1540 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_lazy_generic()
|
| H A D | zstd_opt.c | 628 const ZSTD_MatchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches() 878 GEN_ZSTD_BT_GET_ALL_MATCHES(dictMatchState) in GEN_ZSTD_BT_GET_ALL_MATCHES() 894 ZSTD_BT_GET_ALL_MATCHES_ARRAY(dictMatchState)
|
| H A D | zstd_compress.c | 1940 ms->dictMatchState = NULL; in ZSTD_invalidateMatchState() 2364 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict() 3289 assert(ms->dictMatchState == NULL || ms->loadedDictEnd == ms->window.dictLimit); in ZSTD_buildSeqStore() 4546 ms->dictMatchState = NULL; in ZSTD_overflowCorrectIfNeeded() 4629 …D_checkDictValidity(&ms->window, ip + blockSize, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk() 4630 … ZSTD_window_enforceMaxDist(&ms->window, ip, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk()
|