Searched refs:dictMatchState (Results 1 – 6 of 6) sorted by relevance
/external/zstd/lib/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 | 234 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()
|
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() 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()
|
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 | 1689 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()
|