Searched refs:BMK_benchResult_t (Results 1 – 3 of 3) sorted by relevance
/external/zstd/programs/ |
D | benchzstd.h | 55 } BMK_benchResult_t; typedef 57 VARIANT_ERROR_RESULT(BMK_benchResult_t, BMK_benchOutcome_t); 66 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome);
|
D | benchzstd.c | 274 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome) in BMK_extract_benchResult() 288 static BMK_benchOutcome_t BMK_benchOutcome_setValidResult(BMK_benchResult_t result) in BMK_benchOutcome_setValidResult() 318 BMK_benchResult_t benchResult; in BMK_benchMemAdvancedNoAlloc() 452 { BMK_benchResult_t newResult; in BMK_benchMemAdvancedNoAlloc()
|
/external/zstd/tests/ |
D | paramgrill.c | 270 static BMK_benchResult_t g_lvltarget; 287 BMK_benchResult_t result; 550 static int feasible(const BMK_benchResult_t results, const constraint_t target) { in feasible() 564 resultScore(const BMK_benchResult_t res, const size_t srcSize, const constraint_t target) in resultScore() 582 resultDistLvl(const BMK_benchResult_t result1, const BMK_benchResult_t lvlRes) in resultDistLvl() 594 compareResultLT(const BMK_benchResult_t result1, const BMK_benchResult_t result2, const constraint_… in compareResultLT() 729 speedSizeCompare(const BMK_benchResult_t r1, const BMK_benchResult_t r2) in speedSizeCompare() 749 BMK_benchResult_t r = w.result; in insertWinner() 869 BMK_printWinner(FILE* f, const int cLevel, const BMK_benchResult_t result, const paramValues_t para… in BMK_printWinner() 897 BMK_printWinnerOpt(FILE* f, const U32 cLevel, const BMK_benchResult_t result, const paramValues_t p… in BMK_printWinnerOpt() [all …]
|