Home
last modified time | relevance | path

Searched defs:dictLimit (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dlz4.h124 unsigned int dictLimit; member
/kernel/linux/linux-6.6/include/linux/
H A Dlz4.h124 unsigned int dictLimit; member
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h249 const U32 dictLimit = zc->dictLimit; in ZSTD_insertBtAndGetAllMatches() local
710 const U32 dictLimit in ZSTD_compressBlock_opt_extDict_generic() local
[all...]
H A Dcompress.c57 U32 dictLimit; /* below that point, need extDict */ member
1128 const U32 dictLimit = ctx->dictLimit; in ZSTD_compressBlock_fast_extDict_generic() local
1409 const U32 dictLimit = ctx->dictLimit; ZSTD_compressBlock_doubleFast_extDict_generic() local
1573 const U32 dictLimit = zc->dictLimit; ZSTD_insertBt1() local
1656 const U32 dictLimit = zc->dictLimit; ZSTD_insertBtAndFindBestMatch() local
1828 const U32 dictLimit = zc->dictLimit; ZSTD_HcFindBestMatch_generic() local
2067 const U32 dictLimit = ctx->dictLimit; ZSTD_compressBlock_lazy_extDict_generic() local
[all...]
/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4hc_compress.c110 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndFindBestMatch() local
181 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndGetWiderMatch() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_fast.c566 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c549 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_ldm.c331 U32 const dictLimit = ldmState->window.dictLimit; in ZSTD_ldm_generateSequences_internal() local
H A Dzstd_opt.c428 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertBt1() local
580 U32 const dictLimit = ms->window.dictLimit; in ZSTD_insertBtAndGetAllMatches() local
[all...]
H A Dzstd_lazy.c76 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertDUBT1() local
300 const U32 dictLimit = ms->window.dictLimit; ZSTD_DUBT_findBestMatch() local
516 ZSTD_dedicatedDictSearch_lazy_search(size_t* offsetPtr, size_t ml, U32 nbAttempts, const ZSTD_matchState_t* const dms, const BYTE* const ip, const BYTE* const iLimit, const BYTE* const prefixStart, const U32 curr, const U32 dictLimit, const size_t ddsIdx) ZSTD_dedicatedDictSearch_lazy_search() argument
660 const U32 dictLimit = ms->window.dictLimit; ZSTD_HcFindBestMatch() local
1134 const U32 dictLimit = ms->window.dictLimit; ZSTD_RowFindBestMatch() local
1876 const U32 dictLimit = ms->window.dictLimit; ZSTD_compressBlock_lazy_extDict_generic() local
[all...]
H A Dzstd_compress_internal.h188 U32 dictLimit; /* below that point, need extDict */ member
[all...]
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4hc_compress.c110 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndFindBestMatch() local
181 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndGetWiderMatch() local
[all...]

Completed in 19 milliseconds