Searched defs:dictLimit (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | lz4.h | 124 unsigned int dictLimit; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | lz4.h | 124 unsigned int dictLimit; member
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | zstd_opt.h | 249 const U32 dictLimit = zc->dictLimit; in ZSTD_insertBtAndGetAllMatches() local 710 const U32 dictLimit in ZSTD_compressBlock_opt_extDict_generic() local [all...] |
H A D | compress.c | 57 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 D | lz4hc_compress.c | 110 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 D | zstd_fast.c | 566 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_fast_extDict_generic() local
|
H A D | zstd_double_fast.c | 549 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
H A D | zstd_ldm.c | 331 U32 const dictLimit = ldmState->window.dictLimit; in ZSTD_ldm_generateSequences_internal() local
|
H A D | zstd_opt.c | 428 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertBt1() local 580 U32 const dictLimit = ms->window.dictLimit; in ZSTD_insertBtAndGetAllMatches() local [all...] |
H A D | zstd_lazy.c | 76 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 D | zstd_compress_internal.h | 188 U32 dictLimit; /* below that point, need extDict */ member [all...] |
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4hc_compress.c | 110 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndFindBestMatch() local 181 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndGetWiderMatch() local [all...] |
Completed in 19 milliseconds