Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c135 const int maxNbAttempts) in LZ4HC_InsertAndFindBestMatch() argument
144 int nbAttempts=maxNbAttempts; in LZ4HC_InsertAndFindBestMatch()
188 const int maxNbAttempts) in LZ4HC_InsertAndGetWiderMatch() argument
198 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch()
316 unsigned maxNbAttempts, in LZ4HC_compress_hashChain() argument
345 ml = LZ4HC_InsertAndFindBestMatch (ctx, ip, matchlimit, (&ref), maxNbAttempts); in LZ4HC_compress_hashChain()
355 …HC_InsertAndGetWiderMatch(ctx, ip + ml - 2, ip + 0, matchlimit, ml, &ref2, &start2, maxNbAttempts); in LZ4HC_compress_hashChain()
400 …ertAndGetWiderMatch(ctx, start2 + ml2 - 3, start2, matchlimit, ml2, &ref3, &start3, maxNbAttempts); in LZ4HC_compress_hashChain()