Searched refs:outcome (Results 1 – 10 of 10) sorted by relevance
64 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome) in BMK_isSuccessful_runOutcome() argument66 return outcome.error_tag_never_ever_use_directly == 0; in BMK_isSuccessful_runOutcome()71 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome) in BMK_extract_runTime() argument73 CONTROL(outcome.error_tag_never_ever_use_directly == 0); in BMK_extract_runTime()74 return outcome.internal_never_ever_use_directly; in BMK_extract_runTime()77 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome) in BMK_extract_errorResult() argument80 return outcome.error_result_never_ever_use_directly; in BMK_extract_errorResult()94 BMK_runOutcome_t outcome; in BMK_setValid_runTime() local95 outcome.error_tag_never_ever_use_directly = 0; in BMK_setValid_runTime()96 outcome.internal_never_ever_use_directly = runTime; in BMK_setValid_runTime()[all …]
115 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome);121 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome);129 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome);
60 int BMK_isSuccessful_benchOutcome(BMK_benchOutcome_t outcome);66 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome);
269 int BMK_isSuccessful_benchOutcome(BMK_benchOutcome_t outcome) in BMK_isSuccessful_benchOutcome() argument271 return outcome.tag == 0; in BMK_isSuccessful_benchOutcome()274 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome) in BMK_extract_benchResult() argument276 assert(outcome.tag == 0); in BMK_extract_benchResult()277 return outcome.internal_never_use_directly; in BMK_extract_benchResult()593 BMK_benchOutcome_t outcome = BMK_benchOutcome_error(); /* error by default */ in BMK_benchMemAdvanced() local605 outcome = BMK_benchMemAdvancedNoAlloc(srcPtrs, srcSizes, in BMK_benchMemAdvanced()644 return outcome; in BMK_benchMemAdvanced()
62 The application can be run with a ``.rsp`` file and what the outcome of that
21 identical in outcome::
74 This means that depending on the outcome of trying to match the IP address of an incoming packet to…
58 This means that depending on the outcome of trying to match the IP address of an incoming packet to…
146 priority level, the outcome is undefined. It can take any path, may be
673 …It also includes `Predefined_Mode`, in which case `Repeat_Mode` will have same outcome as `Predefi…