Searched refs:winnerResult (Results 1 – 1 of 1) sorted by relevance
/external/zstd/tests/ |
D | paramgrill.c | 1704 BMK_benchResult_t* winnerResult, int feas) in allBench() argument 1717 winnerRS = resultScore(*winnerResult, buf.srcSize, target); in allBench() 1723 if(feas && benchres.cSize < winnerResult->cSize && !g_optmode) { in allBench() 1753 …if((!feas && (resultScore(benchres, buf.srcSize, target) > resultScore(*winnerResult, buf.srcSize,… in allBench() 1754 (feas && (compareResultLT(*winnerResult, benchres, target, buf.srcSize))) ) { in allBench() 1768 BMK_benchResult_t* winnerResult, memoTable_t* const memoTableArray, in benchMemo() argument 1778 res = allBench(resultPtr, buf, ctx, cParams, target, winnerResult, feas); in benchMemo()
|