Searched refs:nrepeats (Results 1 - 4 of 4) sorted by relevance

/external/ping/
H A Dping_common.h83 extern long nrepeats; /* number of duplicates */
H A Dping.c88 long nrepeats; /* number of duplicates */ variable
763 ++nrepeats;
860 if (nrepeats)
861 printf(", +%ld duplicates", nrepeats);
877 tsum /= nreceived + nrepeats;
878 tsum2 /= nreceived + nrepeats;
913 tavg = tsum / (nreceived + nrepeats);
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c158 int nrepeats; /* The number of times to repeat the previous member in struct:work_stuff
4050 if (work->nrepeats > 0)
4052 --work->nrepeats;
4066 work->nrepeats = consume_count(mangled);
4068 if (work->nrepeats <= 0)
4072 if (work->nrepeats > 9)
4308 || work->nrepeats > 0)
4355 while (work->nrepeats > 0 || --r >= 0)
4427 saved_nrepeats = work->nrepeats;
4429 work->nrepeats
[all...]
/external/ping6/
H A Dping6.c241 long nrepeats; /* number of duplicates */ variable
1501 ++nrepeats;
1550 ++nrepeats;
2144 if (nrepeats)
2145 (void)printf("+%ld duplicates, ", nrepeats);
2157 double num = nreceived + nrepeats;

Completed in 480 milliseconds