Searched refs:nbAttempts (Results 1 – 1 of 1) sorted by relevance
165 int nbAttempts=maxNbAttempts; in LZ4HC_InsertAndFindBestMatch() local172 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()174 nbAttempts--; in LZ4HC_InsertAndFindBestMatch()224 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch() local232 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()234 nbAttempts--; in LZ4HC_InsertAndGetWiderMatch()