Searched refs:chainLimit (Results 1 – 2 of 2) sorted by relevance
410 U32 const chainLimit = chainAttempts > 255 ? 255 : chainAttempts; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local454 for (count = 0; count < chainLimit;) { in ZSTD_dedicatedDictSearch_lazy_loadDictionary()577 U32 const chainLimit = chainAttempts > chainLength ? chainLength : chainAttempts; in ZSTD_dedicatedDictSearch_lazy_search() local580 for (chainAttempt = 0 ; chainAttempt < chainLimit; chainAttempt++) { in ZSTD_dedicatedDictSearch_lazy_search()584 for (chainAttempt = 0 ; chainAttempt < chainLimit; chainAttempt++, chainIndex++) { in ZSTD_dedicatedDictSearch_lazy_search()
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()