HomeSort by relevance Sort by last modified time
    Searched refs:nrepeats (Results 1 - 4 of 4) sorted by null

  /external/iputils/
ping_common.c 22 long nrepeats; /* number of duplicates */ variable
919 ++nrepeats;
1022 if (nrepeats)
1023 printf(", +%ld duplicates", nrepeats);
1039 tsum /= nreceived + nrepeats;
1040 tsum2 /= nreceived + nrepeats;
1078 tavg = tsum / (nreceived + nrepeats);
ping_common.h 140 extern long nrepeats; /* number of duplicates */
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 156 int nrepeats; /* The number of times to repeat the previous member in struct:work_stuff
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 138 int nrepeats; /* The number of times to repeat the previous member in struct:work_stuff
    [all...]

Completed in 310 milliseconds