OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_max
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
libgcov.c
788
if (cs_ptr->
run_max
< ci_ptr->values[c_num])
789
cs_ptr->
run_max
= ci_ptr->values[c_num];
942
if (cs_obj->
run_max
< cs_tobj->
run_max
)
943
cs_obj->
run_max
= cs_tobj->
run_max
;
944
cs_obj->sum_max += cs_tobj->
run_max
;
951
if (cs_prg->
run_max
< cs_tprg->
run_max
)
952
cs_prg->
run_max
= cs_tprg->run_max
[
all
...]
gcov-io.c
525
gcov_write_counter (csum->
run_max
);
642
csum->
run_max
= gcov_read_counter ();
gcov-io.h
546
gcov_type
run_max
; /* maximum value on a single run. */
member in struct:gcov_ctr_summary
[
all
...]
Completed in 153 milliseconds