Home
last modified time | relevance | path

Searched refs:chainAttempts (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_lazy.c490 U32 const chainAttempts = (1 << ms->cParams.searchLog) - cacheSize; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
491 U32 const chainLimit = chainAttempts > 255 ? 255 : chainAttempts; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
718 U32 const chainAttempts = nbAttempts - ddsAttempt; in ZSTD_HcFindBestMatch_generic() local
719 U32 const chainLimit = chainAttempts > chainLength ? chainLength : chainAttempts; in ZSTD_HcFindBestMatch_generic()