HomeSort by: relevance | last modified time | path
    Searched defs:cOutcome (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
benchzstd.c 604 BMK_runOutcome_t const cOutcome =
607 if (!BMK_isSuccessful_runOutcome(cOutcome)) {
612 BMK_runTime_t const cResult = BMK_extract_runTime(cOutcome);
  /src/external/bsd/zstd/dist/tests/
paramgrill.c 1633 BMK_runOutcome_t const cOutcome = BMK_benchTimedFn(timeStateCompress, cbp);
1635 if (!BMK_isSuccessful_runOutcome(cOutcome)) {
1643 { BMK_runTime_t const rResult = BMK_extract_runTime(cOutcome);

Completed in 20 milliseconds