Searched refs:nbAttempts (Results 1 – 2 of 2) sorted by relevance
115 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndFindBestMatch() local123 && (nbAttempts)) { in LZ4HC_InsertAndFindBestMatch()124 nbAttempts--; in LZ4HC_InsertAndFindBestMatch()188 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch() local196 && (nbAttempts)) { in LZ4HC_InsertAndGetWiderMatch()197 nbAttempts--; in LZ4HC_InsertAndGetWiderMatch()
1834 int nbAttempts = maxNbAttempts; in ZSTD_HcFindBestMatch_generic() local1840 for (; (matchIndex > lowLimit) & (nbAttempts > 0); nbAttempts--) { in ZSTD_HcFindBestMatch_generic()