Searched refs:ZSTD_noDict (Results 1 – 3 of 3) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_lazy.c | 1498 if (dictMode == ZSTD_noDict) { in ZSTD_searchMax() 1553 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic() 1601 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_lazy_generic() 1633 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic() 1669 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic() 1709 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic() 1758 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic() 1789 …ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 0, ZSTD_noDict); in ZSTD_compressBlock_greedy() 1810 …n ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_rowHash, 0, ZSTD_noDict); in ZSTD_compressBlock_greedy_row() 1833 …ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 1, ZSTD_noDict); in ZSTD_compressBlock_lazy() [all …]
|
H A D | zstd_opt.c | 585 ZSTD_updateTree_internal(ms, ip, iend, ms->cParams.minMatch, ZSTD_noDict); in ZSTD_updateTree() 697 …if ((dictMode == ZSTD_noDict) /*static*/ || (dictMode == ZSTD_dictMatchState) /*static*/ || (match… in ZSTD_insertBtAndGetAllMatches() 731 …if ((dictMode == ZSTD_noDict) || (dictMode == ZSTD_dictMatchState) || (matchIndex+matchLength >= d… in ZSTD_insertBtAndGetAllMatches() 1470 return ZSTD_compressBlock_opt0(ms, seqStore, rep, src, srcSize, ZSTD_noDict); in ZSTD_compressBlock_btopt() 1499 …ZSTD_compressBlock_opt2(ms, seqStore, tmpRep, src, srcSize, ZSTD_noDict); /* generate stats into… in ZSTD_initStats_ultra() 1515 return ZSTD_compressBlock_opt2(ms, seqStore, rep, src, srcSize, ZSTD_noDict); in ZSTD_compressBlock_btultra() 1543 return ZSTD_compressBlock_opt2(ms, seqStore, rep, src, srcSize, ZSTD_noDict); in ZSTD_compressBlock_btultra2()
|
H A D | zstd_compress_internal.h | 544 ZSTD_noDict = 0, enumerator 1069 ZSTD_noDict; in ZSTD_matchState_dictMode()
|