Home
last modified time | relevance | path

Searched defs:dictLimit (Results 1 – 6 of 6) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_lazy.c87 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertDUBT1() local
313 const U32 dictLimit = ms->window.dictLimit; in ZSTD_DUBT_findBestMatch() local
534 const U32 dictLimit, const size_t ddsIdx) { in ZSTD_dedicatedDictSearch_lazy_search()
680 const U32 dictLimit = ms->window.dictLimit; in ZSTD_HcFindBestMatch() local
1156 const U32 dictLimit = ms->window.dictLimit; in ZSTD_RowFindBestMatch() local
1950 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_opt.c460 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertBt1() local
616 U32 const dictLimit = ms->window.dictLimit; in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_ldm.c353 U32 const dictLimit = ldmState->window.dictLimit; in ZSTD_ldm_generateSequences_internal() local
H A Dzstd_fast.c725 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c630 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_compress_internal.h256 U32 dictLimit; /* below that point, need extDict */ member