Home
last modified time | relevance | path

Searched refs:ZSTD_noDict (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/lib/zstd/compress/
Dzstd_double_fast.c101 assert(dictMode == ZSTD_noDict || dictMode == ZSTD_dictMatchState); in ZSTD_compressBlock_doubleFast_generic()
110 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_doubleFast_generic()
156 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_doubleFast_generic()
292 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_doubleFast_generic()
326 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 4, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
328 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 5, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
330 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 6, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
332 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 7, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
388 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, mls, ZSTD_noDict); in ZSTD_compressBlock_doubleFast_extDict_generic()
Dzstd_lazy.c403 case 4 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 4, ZSTD_noDict); in ZSTD_BtFindBestMatch_selectMLS()
404 case 5 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 5, ZSTD_noDict); in ZSTD_BtFindBestMatch_selectMLS()
406 case 6 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 6, ZSTD_noDict); in ZSTD_BtFindBestMatch_selectMLS()
795 case 4 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 4, ZSTD_noDict); in ZSTD_HcFindBestMatch_selectMLS()
796 case 5 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 5, ZSTD_noDict); in ZSTD_HcFindBestMatch_selectMLS()
798 case 6 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 6, ZSTD_noDict); in ZSTD_HcFindBestMatch_selectMLS()
924 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic()
964 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_lazy_generic()
986 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic()
1021 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic()
[all …]
Dzstd_opt.c517 ZSTD_updateTree_internal(ms, ip, iend, ms->cParams.minMatch, ZSTD_noDict); in ZSTD_updateTree()
626 …if ((dictMode == ZSTD_noDict) /*static*/ || (dictMode == ZSTD_dictMatchState) /*static*/ || (match… in ZSTD_insertBtAndGetAllMatches()
660 …if ((dictMode == ZSTD_noDict) || (dictMode == ZSTD_dictMatchState) || (matchIndex+matchLength >= d… in ZSTD_insertBtAndGetAllMatches()
1232 …eturn ZSTD_compressBlock_opt_generic(ms, seqStore, rep, src, srcSize, 0 /*optLevel*/, ZSTD_noDict); in ZSTD_compressBlock_btopt()
1279 …ZSTD_compressBlock_opt_generic(ms, seqStore, tmpRep, src, srcSize, 2 /*optLevel*/, ZSTD_noDict); … in ZSTD_initStats_ultra()
1297 …eturn ZSTD_compressBlock_opt_generic(ms, seqStore, rep, src, srcSize, 2 /*optLevel*/, ZSTD_noDict); in ZSTD_compressBlock_btultra()
1325 …eturn ZSTD_compressBlock_opt_generic(ms, seqStore, rep, src, srcSize, 2 /*optLevel*/, ZSTD_noDict); in ZSTD_compressBlock_btultra2()
Dzstd_compress_internal.h332 ZSTD_noDict = 0, enumerator
801 ZSTD_noDict; in ZSTD_matchState_dictMode()