Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c214 const int maxNbAttempts, in LZ4HC_InsertAndGetWiderMatch() argument
230 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch()
387 const int maxNbAttempts, in LZ4HC_InsertAndFindBestMatch() argument
395 …GetWiderMatch(hc4, ip, ip, iLimit, MINMATCH-1, matchpos, &uselessPtr, maxNbAttempts, patternAnalys… in LZ4HC_InsertAndFindBestMatch()
485 unsigned maxNbAttempts, in LZ4HC_compress_hashChain() argument
491 const int patternAnalysis = (maxNbAttempts > 128); /* levels 9+ */ in LZ4HC_compress_hashChain()
519 …ml = LZ4HC_InsertAndFindBestMatch (ctx, ip, matchlimit, &ref, maxNbAttempts, patternAnalysis, dict… in LZ4HC_compress_hashChain()
529 maxNbAttempts, patternAnalysis, 0, dict, favorCompressionRatio); in LZ4HC_compress_hashChain()
574 maxNbAttempts, patternAnalysis, 0, dict, favorCompressionRatio); in LZ4HC_compress_hashChain()