Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_lazy.c1458 if (dictMode == ZSTD_noDict) { in ZSTD_searchMax()
1511 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic()
1558 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_lazy_generic()
1581 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic()
1617 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic()
1657 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic()
1699 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic()
1731 …ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 2, ZSTD_noDict); in ZSTD_compressBlock_lazy2()
1803 …n ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_rowHash, 2, ZSTD_noDict); in ZSTD_compressBlock_lazy2_row()
1810 …n ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_rowHash, 1, ZSTD_noDict); in ZSTD_compressBlock_lazy_row()
[all …]
H A Dzstd_opt.c552 ZSTD_updateTree_internal(ms, ip, iend, ms->cParams.minMatch, ZSTD_noDict); in ZSTD_updateTree()
661 …if ((dictMode == ZSTD_noDict) /*static*/ || (dictMode == ZSTD_dictMatchState) /*static*/ || (match… in ZSTD_insertBtAndGetAllMatches()
695 …if ((dictMode == ZSTD_noDict) || (dictMode == ZSTD_dictMatchState) || (matchIndex+matchLength >= d… in ZSTD_insertBtAndGetAllMatches()
1343 return ZSTD_compressBlock_opt0(ms, seqStore, rep, src, srcSize, ZSTD_noDict); in ZSTD_compressBlock_btopt()
1369 …ZSTD_compressBlock_opt2(ms, seqStore, tmpRep, src, srcSize, ZSTD_noDict); /* generate stats into… in ZSTD_initStats_ultra()
1385 return ZSTD_compressBlock_opt2(ms, seqStore, rep, src, srcSize, ZSTD_noDict); in ZSTD_compressBlock_btultra()
1413 return ZSTD_compressBlock_opt2(ms, seqStore, rep, src, srcSize, ZSTD_noDict); in ZSTD_compressBlock_btultra2()
H A Dzstd_compress_internal.h425 ZSTD_noDict = 0, enumerator
934 ZSTD_noDict; in ZSTD_matchState_dictMode()