MCPcopy Create free account
hub / github.com/F-Stack/f-stack / BMK_benchOutcome_error

Function BMK_benchOutcome_error

freebsd/contrib/zstd/programs/benchzstd.c:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280static BMK_benchOutcome_t BMK_benchOutcome_error(void)
281{
282 BMK_benchOutcome_t b;
283 memset(&b, 0, sizeof(b));
284 b.tag = 1;
285 return b;
286}
287
288static BMK_benchOutcome_t BMK_benchOutcome_setValidResult(BMK_benchResult_t result)
289{

Callers 3

BMK_benchMemAdvancedFunction · 0.85
BMK_benchFilesAdvancedFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected