Searched refs:ZSTD_noDict (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_double_fast.c | 101 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() 294 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_doubleFast_generic() 328 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 4, ZSTD_noDict); in ZSTD_compressBlock_doubleFast() 330 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 5, ZSTD_noDict); in ZSTD_compressBlock_doubleFast() 332 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 6, ZSTD_noDict); in ZSTD_compressBlock_doubleFast() 334 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 7, ZSTD_noDict); in ZSTD_compressBlock_doubleFast() 390 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, mls, ZSTD_noDict); in ZSTD_compressBlock_doubleFast_extDict_generic()
|
| H A D | zstd_lazy.c | 402 case 4 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 4, ZSTD_noDict); in ZSTD_BtFindBestMatch_selectMLS() 403 case 5 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 5, ZSTD_noDict); in ZSTD_BtFindBestMatch_selectMLS() 405 case 6 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 6, ZSTD_noDict); in ZSTD_BtFindBestMatch_selectMLS() 793 case 4 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 4, ZSTD_noDict); in ZSTD_HcFindBestMatch_selectMLS() 794 case 5 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 5, ZSTD_noDict); in ZSTD_HcFindBestMatch_selectMLS() 922 if (dictMode == ZSTD_noDict) { 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() 1019 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic() 1060 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic() [all …]
|
| H A D | zstd_opt.c | 505 ZSTD_updateTree_internal(ms, ip, iend, ms->cParams.minMatch, ZSTD_noDict); in ZSTD_updateTree() 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() 1219 …eturn ZSTD_compressBlock_opt_generic(ms, seqStore, rep, src, srcSize, 0 /*optLevel*/, ZSTD_noDict); in ZSTD_compressBlock_btopt() 1266 …ZSTD_compressBlock_opt_generic(ms, seqStore, tmpRep, src, srcSize, 2 /*optLevel*/, ZSTD_noDict); … in ZSTD_initStats_ultra() 1284 …eturn ZSTD_compressBlock_opt_generic(ms, seqStore, rep, src, srcSize, 2 /*optLevel*/, ZSTD_noDict); in ZSTD_compressBlock_btultra() 1312 …eturn ZSTD_compressBlock_opt_generic(ms, seqStore, rep, src, srcSize, 2 /*optLevel*/, ZSTD_noDict); in ZSTD_compressBlock_btultra2()
|
| H A D | zstd_compress_internal.h | 329 ZSTD_noDict = 0, enumerator 818 ZSTD_noDict; in ZSTD_matchState_dictMode()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 10657 ZSTD_noDict; in ZSTD_matchState_dictMode() 17465 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() 17658 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_doubleFast_generic() 19054 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic() 19094 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_lazy_generic() 19116 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic() 19151 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic() 19192 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic() [all …]
|