Searched defs:maxNbAttempts (Results 1 - 1 of 1) sorted by relevance

/external/lz4/lib/
H A Dlz4hc.c155 const int maxNbAttempts)
165 int nbAttempts=maxNbAttempts;
214 const int maxNbAttempts)
224 int nbAttempts = maxNbAttempts;
350 unsigned maxNbAttempts; local
364 maxNbAttempts = 1 << (compressionLevel-1);
372 ml = LZ4HC_InsertAndFindBestMatch (ctx, ip, matchlimit, (&ref), maxNbAttempts);
382 ml2 = LZ4HC_InsertAndGetWiderMatch(ctx, ip + ml - 2, ip + 1, matchlimit, ml, &ref2, &start2, maxNbAttempts);
433 ml3 = LZ4HC_InsertAndGetWiderMatch(ctx, start2 + ml2 - 3, start2, matchlimit, ml2, &ref3, &start3, maxNbAttempts);
152 LZ4HC_InsertAndFindBestMatch(LZ4HC_Data_Structure* hc4, const BYTE* ip, const BYTE* const iLimit, const BYTE** matchpos, const int maxNbAttempts) argument
206 LZ4HC_InsertAndGetWiderMatch( LZ4HC_Data_Structure* hc4, const BYTE* ip, const BYTE* iLowLimit, const BYTE* iHighLimit, int longest, const BYTE** matchpos, const BYTE** startpos, const int maxNbAttempts) argument

Completed in 46 milliseconds