Home
last modified time | relevance | path

Searched refs:BMK_runTime_t (Results 1 – 6 of 6) sorted by relevance

/external/zstd/programs/
Dbenchfn.c71 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome) in BMK_extract_runTime()
92 static BMK_runOutcome_t BMK_setValid_runTime(BMK_runTime_t runTime) in BMK_setValid_runTime()
141 BMK_runTime_t rt; in BMK_benchFunction()
155 BMK_runTime_t fastestRun;
217 BMK_runTime_t bestRunTime = cont->fastestRun; in BMK_benchTimedFn()
226 { BMK_runTime_t const newRunTime = BMK_extract_runTime(runResult); in BMK_benchTimedFn()
Dbenchfn.h36 } BMK_runTime_t; typedef
49 BMK_runTime_t internal_never_ever_use_directly;
121 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome);
Dbenchzstd.c449 { BMK_runTime_t const cResult = BMK_extract_runTime(cOutcome); in BMK_benchMemAdvancedNoAlloc()
476 { BMK_runTime_t const dResult = BMK_extract_runTime(dOutcome); in BMK_benchMemAdvancedNoAlloc()
/external/zstd/tests/
Dfullbench.c617 BMK_runTime_t bestResult; in benchMem()
644 { BMK_runTime_t const newResult = BMK_extract_runTime(bOutcome); in benchMem()
Dparamgrill.c1643 { BMK_runTime_t const rResult = BMK_extract_runTime(cOutcome); in BMK_benchMemInvertible()
1661 { BMK_runTime_t const rResult = BMK_extract_runTime(dOutcome); in BMK_benchMemInvertible()
/external/zstd/contrib/largeNbDicts/
DlargeNbDicts.c704 BMK_runTime_t const result = BMK_extract_runTime(outcome); in benchMem()