Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c165 int nbAttempts=maxNbAttempts; in LZ4HC_InsertAndFindBestMatch() local
172 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
174 nbAttempts--; in LZ4HC_InsertAndFindBestMatch()
224 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch() local
232 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
234 nbAttempts--; in LZ4HC_InsertAndGetWiderMatch()