Searched refs:chainLimit (Results 1 – 1 of 1) sorted by relevance
424 U32 const chainLimit = chainAttempts > 255 ? 255 : chainAttempts; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local468 for (count = 0; count < chainLimit;) { in ZSTD_dedicatedDictSearch_lazy_loadDictionary()591 U32 const chainLimit = chainAttempts > chainLength ? chainLength : chainAttempts; in ZSTD_dedicatedDictSearch_lazy_search() local594 for (chainAttempt = 0 ; chainAttempt < chainLimit; chainAttempt++) { in ZSTD_dedicatedDictSearch_lazy_search()598 for (chainAttempt = 0 ; chainAttempt < chainLimit; chainAttempt++, chainIndex++) { in ZSTD_dedicatedDictSearch_lazy_search()