HomeSort by relevance Sort by last modified time
    Searched refs:nbAttempts (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4opt.h 96 int nbAttempts = ctx->searchNum;
114 while ((matchIndex < current) && (matchIndex>=lowLimit) && (nbAttempts)) {
115 nbAttempts--;
lz4hc.c 144 int nbAttempts=maxNbAttempts;
151 while ((matchIndex>=lowLimit) && (nbAttempts)) {
152 nbAttempts--;
198 int nbAttempts = maxNbAttempts;
206 while ((matchIndex>=lowLimit) && (nbAttempts)) {
207 nbAttempts--;

Completed in 137 milliseconds