Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c77 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertDUBT1() local
300 const U32 dictLimit = ms->window.dictLimit; in ZSTD_DUBT_findBestMatch() local
494 const U32 dictLimit = ms->window.dictLimit; in ZSTD_HcFindBestMatch_generic() local
942 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_opt.c386 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertBt1() local
534 U32 const dictLimit = ms->window.dictLimit; in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_double_fast.c379 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_ldm.c270 U32 const dictLimit = ldmState->window.dictLimit; in ZSTD_ldm_generateSequences_internal() local
H A Dzstd_fast.c394 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_compress_internal.h132 U32 dictLimit; /* below that point, need extDict */ member
/freebsd/sys/contrib/zstd/lib/compress/
H A 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
1143 const U32 dictLimit = ms->window.dictLimit; in ZSTD_RowFindBestMatch() local
1878 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_fast.c566 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_fast_extDict_generic() 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
H A Dzstd_ldm.c331 U32 const dictLimit = ldmState->window.dictLimit; in ZSTD_ldm_generateSequences_internal() local
H A Dzstd_double_fast.c549 const U32 dictLimit = ms->window.dictLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_compress_internal.h194 U32 dictLimit; /* below that point, need extDict */ member