Searched refs:g_winner (Results 1 – 1 of 1) sorted by relevance
/external/zstd/tests/ |
D | paramgrill.c | 901 static winnerInfo_t g_winner = { { (size_t)-1LL, 0, 0, (size_t)-1LL }, in BMK_printWinnerOpt() local 905 || compareResultLT(g_winner.result, result, targetConstraints, srcSize) in BMK_printWinnerOpt() 908 && compareResultLT(g_winner.result, result, targetConstraints, srcSize)) { in BMK_printWinnerOpt() 916 if(compareResultLT(g_winner.result, result, targetConstraints, srcSize)) { in BMK_printWinnerOpt() 918 g_winner.result = result; in BMK_printWinnerOpt() 919 g_winner.params = params; in BMK_printWinnerOpt() 944 BMK_displayOneResult(f, g_winner, srcSize); in BMK_printWinnerOpt() 945 BMK_paramValues_into_commandLine(f, g_winner.params); in BMK_printWinnerOpt()
|