Home
last modified time | relevance | path

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

/linux-6.6.21/lib/lz4/
Dlz4hc_compress.c110 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndFindBestMatch() local
181 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndGetWiderMatch() local
/linux-6.6.21/include/linux/
Dlz4.h124 unsigned int dictLimit; member
/linux-6.6.21/lib/zstd/compress/
Dzstd_lazy.c76 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertDUBT1() local
300 const U32 dictLimit = ms->window.dictLimit; in ZSTD_DUBT_findBestMatch() local
520 const U32 dictLimit, const size_t ddsIdx) { in ZSTD_dedicatedDictSearch_lazy_search()
660 const U32 dictLimit = ms->window.dictLimit; in ZSTD_HcFindBestMatch() local
1134 const U32 dictLimit = ms->window.dictLimit; in ZSTD_RowFindBestMatch() local
1876 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_lazy_extDict_generic() local
Dzstd_opt.c428 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertBt1() local
580 U32 const dictLimit = ms->window.dictLimit; in ZSTD_insertBtAndGetAllMatches() local
Dzstd_fast.c566 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_ldm.c331 U32 const dictLimit = ldmState->window.dictLimit; in ZSTD_ldm_generateSequences_internal() local
Dzstd_double_fast.c549 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local
Dzstd_compress_internal.h188 U32 dictLimit; /* below that point, need extDict */ member