Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c243 const int maxNbAttempts, in LZ4HC_InsertAndGetWiderMatch() argument
259 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch()
448 const int maxNbAttempts, in LZ4HC_InsertAndFindBestMatch() argument
456 …GetWiderMatch(hc4, ip, ip, iLimit, MINMATCH-1, matchpos, &uselessPtr, maxNbAttempts, patternAnalys… in LZ4HC_InsertAndFindBestMatch()
538 unsigned maxNbAttempts, in LZ4HC_compress_hashChain() argument
544 const int patternAnalysis = (maxNbAttempts > 128); /* levels 9+ */ in LZ4HC_compress_hashChain()
572 …ml = LZ4HC_InsertAndFindBestMatch(ctx, ip, matchlimit, &ref, maxNbAttempts, patternAnalysis, dict); in LZ4HC_compress_hashChain()
582 maxNbAttempts, patternAnalysis, 0, dict, favorCompressionRatio); in LZ4HC_compress_hashChain()
627 maxNbAttempts, patternAnalysis, 0, dict, favorCompressionRatio); in LZ4HC_compress_hashChain()
/external/zstd/tests/
Dfuzzer.c1265 …{ U32 const maxNbAttempts = 1100; /* nb of usages before triggering size down is handled withi… in basicUnitTests() local
1269 for (u=0; u<maxNbAttempts; u++) { in basicUnitTests()
1274 if (u==maxNbAttempts) goto _output_error; /* no sizedown happened */ in basicUnitTests()