Home
last modified time | relevance | path

Searched refs:dictMode (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c101 assert(dictMode == ZSTD_noDict || dictMode == ZSTD_dictMatchState); in ZSTD_compressBlock_doubleFast_generic()
104 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
110 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_doubleFast_generic()
117 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
145 if (dictMode == ZSTD_dictMatchState in ZSTD_compressBlock_doubleFast_generic()
156 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_doubleFast_generic()
172 } else if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
190 } else if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
223 } else if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
271 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic()
[all …]
H A Dzstd_opt.c486 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_updateTree_internal() argument
492 idx, target, dictMode); in ZSTD_updateTree_internal()
548 dictMode == ZSTD_dictMatchState ? &dms->cParams : NULL; in ZSTD_insertBtAndGetAllMatches()
579 const BYTE* const repMatch = dictMode == ZSTD_dictMatchState ? in ZSTD_insertBtAndGetAllMatches()
583 if ( dictMode == ZSTD_extDict in ZSTD_insertBtAndGetAllMatches()
589 if (dictMode == ZSTD_dictMatchState in ZSTD_insertBtAndGetAllMatches()
614 …if ((dictMode == ZSTD_noDict) /*static*/ || (dictMode == ZSTD_dictMatchState) /*static*/ || (match… in ZSTD_insertBtAndGetAllMatches()
648 …if ((dictMode == ZSTD_noDict) || (dictMode == ZSTD_dictMatchState) || (matchIndex+matchLength >= d… in ZSTD_insertBtAndGetAllMatches()
695 if (dictMode == ZSTD_dictMatchState && nbCompares) { in ZSTD_insertBtAndGetAllMatches()
755 ZSTD_updateTree_internal(ms, ip, iHighLimit, matchLengthSearch, dictMode); in ZSTD_BtGetAllMatches()
[all …]
H A Dzstd_lazy.c104 if ( (dictMode != ZSTD_extDict) in ZSTD_insertDUBT1()
160 const ZSTD_dictMode_e dictMode) in ZSTD_DUBT_findBetterDictMatch() argument
185 (void)dictMode; in ZSTD_DUBT_findBetterDictMatch()
186 assert(dictMode == ZSTD_dictMatchState); in ZSTD_DUBT_findBetterDictMatch()
364 mls, dictMode); in ZSTD_DUBT_findBestMatch()
922 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic()
951 … const BYTE* repMatch = ((dictMode == ZSTD_dictMatchState || dictMode == ZSTD_dedicatedDictSearch) in ZSTD_compressBlock_lazy_generic()
962 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_lazy_generic()
984 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic()
1060 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic()
[all …]
H A Dzstd_compress_internal.h358 ZSTD_blockCompressor ZSTD_selectBlockCompressor(ZSTD_strategy strat, ZSTD_dictMode_e dictMode);
H A Dzstd_compress.c2373 ZSTD_blockCompressor ZSTD_selectBlockCompressor(ZSTD_strategy strat, ZSTD_dictMode_e dictMode) in ZSTD_selectBlockCompressor() argument
2421 selectedCompressor = blockCompressor[(int)dictMode][(int)strat]; in ZSTD_selectBlockCompressor()
2477 { ZSTD_dictMode_e const dictMode = ZSTD_matchState_dictMode(ms); in ZSTD_buildSeqStore() local
2509 …r const blockCompressor = ZSTD_selectBlockCompressor(zc->appliedParams.cParams.strategy, dictMode); in ZSTD_buildSeqStore()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17465 assert(dictMode == ZSTD_noDict || dictMode == ZSTD_dictMatchState); in ZSTD_compressBlock_doubleFast_generic()
17474 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_doubleFast_generic()
17520 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_doubleFast_generic()
18489 if ( (dictMode != ZSTD_extDict) in ZSTD_insertDUBT1()
18545 const ZSTD_dictMode_e dictMode) in ZSTD_DUBT_findBetterDictMatch() argument
18570 (void)dictMode; in ZSTD_DUBT_findBetterDictMatch()
18748 mls, dictMode); in ZSTD_DUBT_findBestMatch()
19054 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic()
19094 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_lazy_generic()
19235 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic()
[all …]