Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c155 const int maxNbAttempts) in LZ4HC_InsertAndFindBestMatch() argument
165 int nbAttempts=maxNbAttempts; in LZ4HC_InsertAndFindBestMatch()
214 const int maxNbAttempts) in LZ4HC_InsertAndGetWiderMatch() argument
224 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch()
350 unsigned maxNbAttempts; in LZ4HC_compress_generic() local
364 maxNbAttempts = 1 << (compressionLevel-1); in LZ4HC_compress_generic()
372 ml = LZ4HC_InsertAndFindBestMatch (ctx, ip, matchlimit, (&ref), maxNbAttempts); in LZ4HC_compress_generic()
382 …HC_InsertAndGetWiderMatch(ctx, ip + ml - 2, ip + 1, matchlimit, ml, &ref2, &start2, maxNbAttempts); in LZ4HC_compress_generic()
433 …ertAndGetWiderMatch(ctx, start2 + ml2 - 3, start2, matchlimit, ml2, &ref3, &start3, maxNbAttempts); in LZ4HC_compress_generic()