OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:demo_units
(Results
1 - 3
of
3
) sorted by null
/external/netperf/
netsh.h
86
extern double
demo_units
;
netsh.c
188
double
demo_units
= 0.0; /* what is our current best guess as
variable
549
demo_units
= convert(arg2);
nettest_bsd.c
335
if ((demo_mode) && (
demo_units
== 0)) { \
336
/* take our default value of
demo_units
to be the larger of \
339
demo_units
= 2*a; \
342
demo_units
= 2*b; \
350
if (units_this_tick >=
demo_units
) { \
351
/* time to possibly update
demo_units
and maybe output an \
355
/* we always want to fine-tune
demo_units
here whether we \
357
will lengthen
demo_units
. if we are long, this will \
359
demo_units
=
demo_units
* (demo_interval / actual_interval);
[
all
...]
Completed in 216 milliseconds