Home
last modified time | relevance | path

Searched refs:outcome (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchfn.c64 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome) in BMK_isSuccessful_runOutcome() argument
66 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() argument
73 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() argument
80 return outcome.error_result_never_ever_use_directly; in BMK_extract_errorResult()
94 BMK_runOutcome_t outcome; in BMK_setValid_runTime() local
95 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 …]
H A Dbenchfn.h115 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);
H A Dbenchzstd.h60 int BMK_isSuccessful_benchOutcome(BMK_benchOutcome_t outcome);
66 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome);
H A Dbenchzstd.c269 int BMK_isSuccessful_benchOutcome(BMK_benchOutcome_t outcome) in BMK_isSuccessful_benchOutcome() argument
271 return outcome.tag == 0; in BMK_isSuccessful_benchOutcome()
274 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome) in BMK_extract_benchResult() argument
276 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() local
605 outcome = BMK_benchMemAdvancedNoAlloc(srcPtrs, srcSizes, in BMK_benchMemAdvanced()
644 return outcome; in BMK_benchMemAdvanced()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dfips_validation.rst62 The application can be run with a ``.rsp`` file and what the outcome of that
/f-stack/tools/libxo/doc/
H A Doptions.rst21 identical in outcome::
/f-stack/dpdk/doc/guides/prog_guide/
H A Dlpm6_lib.rst74 This means that depending on the outcome of trying to match the IP address of an incoming packet to…
H A Dlpm_lib.rst58 This means that depending on the outcome of trying to match the IP address of an incoming packet to…
H A Drte_flow.rst146 priority level, the outcome is undefined. It can take any path, may be
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md673 …It also includes `Predefined_Mode`, in which case `Repeat_Mode` will have same outcome as `Predefi…