Searched refs:nbAttempts (Results 1 – 1 of 1) sorted by relevance
230 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch() local245 while ((matchIndex>=lowestMatchIndex) && (nbAttempts)) { in LZ4HC_InsertAndGetWiderMatch()247 nbAttempts--; in LZ4HC_InsertAndGetWiderMatch()350 if (dict == usingDictCtx && nbAttempts && ipIndex - lowestMatchIndex < MAX_DISTANCE) { in LZ4HC_InsertAndGetWiderMatch()355 while (ipIndex - matchIndex <= MAX_DISTANCE && nbAttempts--) { in LZ4HC_InsertAndGetWiderMatch()