Searched refs:BMK_runTime_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/zstd/programs/
H A Dbenchfn.h31 /* BMK_runTime_t: valid result return type */
36 } BMK_runTime_t; typedef in typeref:struct:__anon323
49 BMK_runTime_t internal_never_ever_use_directly;
121 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome);
H A Dbenchfn.c71 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome)
92 static BMK_runOutcome_t BMK_setValid_runTime(BMK_runTime_t runTime)
141 BMK_runTime_t rt;
155 BMK_runTime_t fastestRun;
217 BMK_runTime_t bestRunTime = cont->fastestRun;
226 { BMK_runTime_t const newRunTime = BMK_extract_runTime(runResult);
H A Dbenchzstd.c448 { BMK_runTime_t const cResult = BMK_extract_runTime(cOutcome);
476 { BMK_runTime_t const dResult = BMK_extract_runTime(dOutcome);

Completed in 116 milliseconds