Home
last modified time | relevance | path

Searched refs:cs_tprg (Results 1 – 14 of 14) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dlibgcov.c163 struct gcov_ctr_summary *cs_obj, *cs_tobj, *cs_prg, *cs_tprg, *cs_all; in gcov_exit() local
328 cs_tprg = &this_program.ctrs[t_ix]; in gcov_exit()
343 cs_prg->num = cs_tprg->num; in gcov_exit()
344 else if (cs_prg->num != cs_tprg->num) in gcov_exit()
346 cs_prg->sum_all += cs_tprg->sum_all; in gcov_exit()
347 if (cs_prg->run_max < cs_tprg->run_max) in gcov_exit()
348 cs_prg->run_max = cs_tprg->run_max; in gcov_exit()
349 cs_prg->sum_max += cs_tprg->run_max; in gcov_exit()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dlibgcov.c163 struct gcov_ctr_summary *cs_obj, *cs_tobj, *cs_prg, *cs_tprg, *cs_all; in gcov_exit() local
328 cs_tprg = &this_program.ctrs[t_ix]; in gcov_exit()
343 cs_prg->num = cs_tprg->num; in gcov_exit()
344 else if (cs_prg->num != cs_tprg->num) in gcov_exit()
346 cs_prg->sum_all += cs_tprg->sum_all; in gcov_exit()
347 if (cs_prg->run_max < cs_tprg->run_max) in gcov_exit()
348 cs_prg->run_max = cs_tprg->run_max; in gcov_exit()
349 cs_prg->sum_max += cs_tprg->run_max; in gcov_exit()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/
H A Dlibgcov-driver.c641 struct gcov_ctr_summary *cs_prg, *cs_tprg; in gcov_exit_merge_summary() local
652 cs_tprg = &(this_prg->ctrs[t_ix]); in gcov_exit_merge_summary()
661 cs_prg->num = cs_tprg->num; in gcov_exit_merge_summary()
662 cs_prg->sum_all += cs_tprg->sum_all; in gcov_exit_merge_summary()
663 if (cs_prg->run_max < cs_tprg->run_max) in gcov_exit_merge_summary()
664 cs_prg->run_max = cs_tprg->run_max; in gcov_exit_merge_summary()
665 cs_prg->sum_max += cs_tprg->run_max; in gcov_exit_merge_summary()
667 memcpy (cs_prg->histogram, cs_tprg->histogram, in gcov_exit_merge_summary()
670 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in gcov_exit_merge_summary()
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/
H A Dlibgcov-driver.c600 struct gcov_ctr_summary *cs_prg, *cs_tprg; in merge_summary() local
611 cs_tprg = &(this_prg->ctrs[t_ix]); in merge_summary()
620 cs_prg->num = cs_tprg->num; in merge_summary()
621 cs_prg->sum_all += cs_tprg->sum_all; in merge_summary()
622 if (cs_prg->run_max < cs_tprg->run_max) in merge_summary()
623 cs_prg->run_max = cs_tprg->run_max; in merge_summary()
624 cs_prg->sum_max += cs_tprg->run_max; in merge_summary()
626 memcpy (cs_prg->histogram, cs_tprg->histogram, in merge_summary()
629 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in merge_summary()
/dports/lang/gcc8/gcc-8.5.0/libgcc/
H A Dlibgcov-driver.c604 struct gcov_ctr_summary *cs_prg, *cs_tprg; in merge_summary() local
615 cs_tprg = &(this_prg->ctrs[t_ix]); in merge_summary()
624 cs_prg->num = cs_tprg->num; in merge_summary()
625 cs_prg->sum_all += cs_tprg->sum_all; in merge_summary()
626 if (cs_prg->run_max < cs_tprg->run_max) in merge_summary()
627 cs_prg->run_max = cs_tprg->run_max; in merge_summary()
628 cs_prg->sum_max += cs_tprg->run_max; in merge_summary()
630 memcpy (cs_prg->histogram, cs_tprg->histogram, in merge_summary()
633 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in merge_summary()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/
H A Dlibgcov-driver.c604 struct gcov_ctr_summary *cs_prg, *cs_tprg; in merge_summary() local
615 cs_tprg = &(this_prg->ctrs[t_ix]); in merge_summary()
624 cs_prg->num = cs_tprg->num; in merge_summary()
625 cs_prg->sum_all += cs_tprg->sum_all; in merge_summary()
626 if (cs_prg->run_max < cs_tprg->run_max) in merge_summary()
627 cs_prg->run_max = cs_tprg->run_max; in merge_summary()
628 cs_prg->sum_max += cs_tprg->run_max; in merge_summary()
630 memcpy (cs_prg->histogram, cs_tprg->histogram, in merge_summary()
633 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in merge_summary()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/
H A Dlibgcov-driver.c604 struct gcov_ctr_summary *cs_prg, *cs_tprg; in merge_summary() local
615 cs_tprg = &(this_prg->ctrs[t_ix]); in merge_summary()
624 cs_prg->num = cs_tprg->num; in merge_summary()
625 cs_prg->sum_all += cs_tprg->sum_all; in merge_summary()
626 if (cs_prg->run_max < cs_tprg->run_max) in merge_summary()
627 cs_prg->run_max = cs_tprg->run_max; in merge_summary()
628 cs_prg->sum_max += cs_tprg->run_max; in merge_summary()
630 memcpy (cs_prg->histogram, cs_tprg->histogram, in merge_summary()
633 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in merge_summary()
/dports/lang/gnat_util/gcc-6-20180516/libgcc/
H A Dlibgcov-driver.c600 struct gcov_ctr_summary *cs_prg, *cs_tprg; in merge_summary() local
611 cs_tprg = &(this_prg->ctrs[t_ix]); in merge_summary()
620 cs_prg->num = cs_tprg->num; in merge_summary()
621 cs_prg->sum_all += cs_tprg->sum_all; in merge_summary()
622 if (cs_prg->run_max < cs_tprg->run_max) in merge_summary()
623 cs_prg->run_max = cs_tprg->run_max; in merge_summary()
624 cs_prg->sum_max += cs_tprg->run_max; in merge_summary()
626 memcpy (cs_prg->histogram, cs_tprg->histogram, in merge_summary()
629 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in merge_summary()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/
H A Dlibgcov-driver.c604 struct gcov_ctr_summary *cs_prg, *cs_tprg; in merge_summary() local
615 cs_tprg = &(this_prg->ctrs[t_ix]); in merge_summary()
624 cs_prg->num = cs_tprg->num; in merge_summary()
625 cs_prg->sum_all += cs_tprg->sum_all; in merge_summary()
626 if (cs_prg->run_max < cs_tprg->run_max) in merge_summary()
627 cs_prg->run_max = cs_tprg->run_max; in merge_summary()
628 cs_prg->sum_max += cs_tprg->run_max; in merge_summary()
630 memcpy (cs_prg->histogram, cs_tprg->histogram, in merge_summary()
633 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in merge_summary()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/
H A Dlibgcov-driver.c604 struct gcov_ctr_summary *cs_prg, *cs_tprg; in merge_summary() local
615 cs_tprg = &(this_prg->ctrs[t_ix]); in merge_summary()
624 cs_prg->num = cs_tprg->num; in merge_summary()
625 cs_prg->sum_all += cs_tprg->sum_all; in merge_summary()
626 if (cs_prg->run_max < cs_tprg->run_max) in merge_summary()
627 cs_prg->run_max = cs_tprg->run_max; in merge_summary()
628 cs_prg->sum_max += cs_tprg->run_max; in merge_summary()
630 memcpy (cs_prg->histogram, cs_tprg->histogram, in merge_summary()
633 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in merge_summary()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/
H A Dlibgcov-driver.c604 struct gcov_ctr_summary *cs_prg, *cs_tprg; in merge_summary() local
615 cs_tprg = &(this_prg->ctrs[t_ix]); in merge_summary()
624 cs_prg->num = cs_tprg->num; in merge_summary()
625 cs_prg->sum_all += cs_tprg->sum_all; in merge_summary()
626 if (cs_prg->run_max < cs_tprg->run_max) in merge_summary()
627 cs_prg->run_max = cs_tprg->run_max; in merge_summary()
628 cs_prg->sum_max += cs_tprg->run_max; in merge_summary()
630 memcpy (cs_prg->histogram, cs_tprg->histogram, in merge_summary()
633 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in merge_summary()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dlibgcov.c235 struct gcov_ctr_summary *cs_obj, *cs_tobj, *cs_prg, *cs_tprg, *cs_all; in gcov_exit() local
432 cs_tprg = &this_program.ctrs[t_ix]; in gcov_exit()
447 cs_prg->num = cs_tprg->num; in gcov_exit()
448 else if (cs_prg->num != cs_tprg->num) in gcov_exit()
450 cs_prg->sum_all += cs_tprg->sum_all; in gcov_exit()
451 if (cs_prg->run_max < cs_tprg->run_max) in gcov_exit()
452 cs_prg->run_max = cs_tprg->run_max; in gcov_exit()
453 cs_prg->sum_max += cs_tprg->run_max; in gcov_exit()
/dports/lang/gcc48/gcc-4.8.5/libgcc/
H A Dlibgcov.c474 struct gcov_ctr_summary *cs_prg, *cs_tprg; in gcov_exit() local
691 cs_tprg = &this_prg.ctrs[t_ix]; in gcov_exit()
696 cs_prg->num = cs_tprg->num; in gcov_exit()
697 cs_prg->sum_all += cs_tprg->sum_all; in gcov_exit()
698 if (cs_prg->run_max < cs_tprg->run_max) in gcov_exit()
699 cs_prg->run_max = cs_tprg->run_max; in gcov_exit()
700 cs_prg->sum_max += cs_tprg->run_max; in gcov_exit()
702 memcpy (cs_prg->histogram, cs_tprg->histogram, in gcov_exit()
705 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in gcov_exit()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgcc/
H A Dlibgcov.c474 struct gcov_ctr_summary *cs_prg, *cs_tprg; in gcov_exit() local
691 cs_tprg = &this_prg.ctrs[t_ix]; in gcov_exit()
696 cs_prg->num = cs_tprg->num; in gcov_exit()
697 cs_prg->sum_all += cs_tprg->sum_all; in gcov_exit()
698 if (cs_prg->run_max < cs_tprg->run_max) in gcov_exit()
699 cs_prg->run_max = cs_tprg->run_max; in gcov_exit()
700 cs_prg->sum_max += cs_tprg->run_max; in gcov_exit()
702 memcpy (cs_prg->histogram, cs_tprg->histogram, in gcov_exit()
705 gcov_histogram_merge (cs_prg->histogram, cs_tprg->histogram); in gcov_exit()