OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
);
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c
661
int
nrepeats
; /* number of repeats of the last group */
local
883
nseps =
nrepeats
= 0;
[
all
...]
/external/valgrind/coregrind/m_demangle/
cplus-dem.c
164
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 134 milliseconds