Searched refs:chainAttempts (Results 1 – 1 of 1) sorted by relevance
409 U32 const chainAttempts = (1 << ms->cParams.searchLog) - cacheSize; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local410 U32 const chainLimit = chainAttempts > 255 ? 255 : chainAttempts; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()576 U32 const chainAttempts = nbAttempts - ddsAttempt; in ZSTD_dedicatedDictSearch_lazy_search() local577 U32 const chainLimit = chainAttempts > chainLength ? chainLength : chainAttempts; in ZSTD_dedicatedDictSearch_lazy_search()