Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c230 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch() local
245 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()