Searched refs:maxNbAttempts (Results 1 – 1 of 1) sorted by relevance
/third_party/lz4/lib/ |
D | lz4hc.c | 247 const int maxNbAttempts, in LZ4HC_InsertAndGetWiderMatch() argument 264 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch() 453 const int maxNbAttempts, in LZ4HC_InsertAndFindBestMatch() argument 461 …GetWiderMatch(hc4, ip, ip, iLimit, MINMATCH-1, matchpos, &uselessPtr, maxNbAttempts, patternAnalys… in LZ4HC_InsertAndFindBestMatch() 559 int maxNbAttempts, in LZ4HC_compress_hashChain() argument 565 const int patternAnalysis = (maxNbAttempts > 128); /* levels 9+ */ in LZ4HC_compress_hashChain() 593 …ml = LZ4HC_InsertAndFindBestMatch(ctx, ip, matchlimit, &ref, maxNbAttempts, patternAnalysis, dict); in LZ4HC_compress_hashChain() 603 maxNbAttempts, patternAnalysis, 0, dict, favorCompressionRatio); in LZ4HC_compress_hashChain() 648 maxNbAttempts, patternAnalysis, 0, dict, favorCompressionRatio); in LZ4HC_compress_hashChain()
|