OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:confidence_iteration
(Results
1 - 4
of
4
) sorted by null
/external/netperf/
nettest_sctp.c
101
static int
confidence_iteration
;
451
confidence_iteration
= 1;
461
while (((confidence < 0) && (
confidence_iteration
< iteration_max)) ||
462
(
confidence_iteration
<= iteration_min)) {
905
calculate_confidence(
confidence_iteration
,
914
confidence_iteration
++;
100
static int
confidence_iteration
;
variable
[
all
...]
nettest_sdp.c
96
static int
confidence_iteration
;
277
confidence_iteration
= 1;
287
while (((confidence < 0) && (
confidence_iteration
< iteration_max)) ||
288
(
confidence_iteration
<= iteration_min)) {
695
calculate_confidence(
confidence_iteration
,
704
confidence_iteration
++;
975
confidence_iteration
= 1;
95
static int
confidence_iteration
;
variable
[
all
...]
nettest_xti.c
90
static int
confidence_iteration
;
631
confidence_iteration
= 1;
641
while (((confidence < 0) && (
confidence_iteration
< iteration_max)) ||
642
(
confidence_iteration
<= iteration_min)) {
89
static int
confidence_iteration
;
variable
[
all
...]
nettest_bsd.c
175
static int
confidence_iteration
;
174
static int
confidence_iteration
;
variable
[
all
...]
Completed in 107 milliseconds