Searched refs:ZSTD_noDict (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_lazy.c | 1458 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() 1724 return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD_noDict); in ZSTD_compressBlock_btlazy2() 1731 return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 2, ZSTD_noDict); in ZSTD_compressBlock_lazy2() 1738 return 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 | 552 ZSTD_updateTree_internal(ms, ip, iend, ms->cParams.minMatch, ZSTD_noDict); in ZSTD_updateTree() 661 if ((dictMode == ZSTD_noDict) /*static*/ || (dictMode == ZSTD_dictMatchState) /*static*/ || (matchIndex3 >= dictLimit)) { in ZSTD_insertBtAndGetAllMatches() 695 if ((dictMode == ZSTD_noDict) || (dictMode == ZSTD_dictMatchState) || (matchIndex+matchLength >= dictLimit)) { 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 ms->opt*/ 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 D | zstd_compress_internal.h | 425 ZSTD_noDict = 0, enumerator 432 ZSTD_cpm_noAttachDict = 0, /* Compression with ZSTD_noDict or ZSTD_extDict. 934 ZSTD_noDict; in ZSTD_matchState_dictMode()
|
Completed in 10 milliseconds