OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testResult
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
zstreamtest.c
273
int
testResult
= 0;
2463
return
testResult
;
2466
testResult
= 1;
fuzzer.c
366
int
testResult
= 0;
454
return
testResult
;
457
testResult
= 1;
569
int
testResult
= 0;
576
testResult
= 1;
826
testResult
= 1;
840
testResult
= 1;
1083
testResult
= 1;
1884
testResult
= 1;
2119
testResult
= 1
[
all
...]
paramgrill.c
1826
BMK_benchResult_t
testResult
;
1830
BMK_benchParam(&
testResult
, buf, ctx, params);
1834
if (
testResult
.cSpeed < g_level_constraint[cLevel].cSpeed_min)
1836
if (
testResult
.dSpeed < g_level_constraint[cLevel].dSpeed_min)
1844
winners[cLevel].result =
testResult
;
1846
BMK_print_cLevelEntry(stdout, cLevel, params,
testResult
, buf.srcSize);
1851
if ((double)
testResult
.cSize <= ((double)winners[cLevel].result.cSize * (1. + (0.02 / cLevel))) ) {
1853
double W_ratio = (double)buf.srcSize / (double)
testResult
.cSize;
1867
double W_CSpeed_note = W_ratioNote * (double)( 30 + 10*cLevel) + log((double)
testResult
.cSpeed);
1870
double W_DSpeed_note = W_ratioNote * (double)( 20 + 2*cLevel) + log((double)
testResult
.dSpeed)
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026