Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_lazy.c491 U32 const chainLimit = chainAttempts > 255 ? 255 : chainAttempts; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
536 for (count = 0; count < chainLimit;) { in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
719 U32 const chainLimit = chainAttempts > chainLength ? chainLength : chainAttempts; in ZSTD_HcFindBestMatch_generic() local
722 for (chainAttempt = 0 ; chainAttempt < chainLimit; chainAttempt++) { in ZSTD_HcFindBestMatch_generic()
726 for (chainAttempt = 0 ; chainAttempt < chainLimit; chainAttempt++, chainIndex++) { in ZSTD_HcFindBestMatch_generic()