Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_lazy.c492 U32 const chainLimit = chainAttempts > 255 ? 255 : chainAttempts; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
721 U32 const chainLimit = chainAttempts > chainLength ? chainLength : chainAttempts; in ZSTD_HcFindBestMatch_generic() local