Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c264 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch() local
278 while ((matchIndex>=lowestMatchIndex) && (nbAttempts>0)) { in LZ4HC_InsertAndGetWiderMatch()
280 nbAttempts--; in LZ4HC_InsertAndGetWiderMatch()
415 } /* while ((matchIndex>=lowestMatchIndex) && (nbAttempts)) */ in LZ4HC_InsertAndGetWiderMatch()
418 && nbAttempts > 0 in LZ4HC_InsertAndGetWiderMatch()
424 while (ipIndex - matchIndex <= LZ4_DISTANCE_MAX && nbAttempts--) { in LZ4HC_InsertAndGetWiderMatch()

Completed in 5 milliseconds