Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_lazy.c76 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertDUBT1() local
299 const U32 dictLimit = ms->window.dictLimit; in ZSTD_DUBT_findBestMatch() local
493 const U32 dictLimit = ms->window.dictLimit; in ZSTD_HcFindBestMatch_generic() local
941 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_opt.c385 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertBt1() local
533 U32 const dictLimit = ms->window.dictLimit; in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_double_fast.c378 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_fast.c393 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_ldm.c269 U32 const dictLimit = ldmState->window.dictLimit; in ZSTD_ldm_generateSequences_internal() local
H A Dzstd_compress_internal.h131 U32 dictLimit; /* below that point, need extDict */ member