Home
last modified time | relevance | path

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

/linux-6.15/lib/lz4/
Dlz4hc_compress.c109 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndFindBestMatch() local
180 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndGetWiderMatch() local
/linux-6.15/include/linux/
Dlz4.h124 unsigned int dictLimit; member
/linux-6.15/lib/zstd/compress/
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
Dzstd_opt.c460 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertBt1() local
616 U32 const dictLimit = ms->window.dictLimit; in ZSTD_insertBtAndGetAllMatches() local
Dzstd_ldm.c353 U32 const dictLimit = ldmState->window.dictLimit; in ZSTD_ldm_generateSequences_internal() local
Dzstd_fast.c725 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_double_fast.c630 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local
Dzstd_compress_internal.h256 U32 dictLimit; /* below that point, need extDict */ member