Searched refs:total_count (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/ |
| D | pretty_printers.py | 207 total_count = 0 210 total_count += t_total 215 total_count += t_total 219 total_count += t_total 220 return (enabled_count, total_count) 235 (enabled_count, total_count) = count_all_enabled_printers() 236 print("%d of %d printers enabled" % (enabled_count, total_count))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | auto-profile.cc | 220 total_count () const in total_count() function in autofdo::function_instance 608 (*map)[callee] = iter->second->total_count (); in find_icall_target_map() 609 ret += iter->second->total_count (); in find_icall_target_map() 843 return s->total_count (); in get_callsite_total_count() 1428 profile_count total_count = profile_count::zero ().afdo (); in afdo_calculate_branch_prob() local 1436 total_count += AFDO_EINFO (e)->get_count (); in afdo_calculate_branch_prob() 1438 if (num_unknown_succ == 0 && total_count > profile_count::zero ()) in afdo_calculate_branch_prob() 1442 = AFDO_EINFO (e)->get_count ().probability_in (total_count); in afdo_calculate_branch_prob()
|
| D | tree-cfg.cc | 6551 profile_count total_count = profile_count::uninitialized (); in gimple_duplicate_sese_region() local 6611 total_count = entry->dest->count; in gimple_duplicate_sese_region() 6615 if (entry_count > total_count) in gimple_duplicate_sese_region() 6616 entry_count = total_count; in gimple_duplicate_sese_region() 6621 if (total_count.initialized_p () && entry_count.initialized_p ()) in gimple_duplicate_sese_region() 6624 total_count - entry_count, in gimple_duplicate_sese_region() 6625 total_count); in gimple_duplicate_sese_region() 6627 total_count); in gimple_duplicate_sese_region() 6715 profile_count total_count = profile_count::uninitialized (), in gimple_duplicate_sese_tail() local 6760 total_count = exit->src->count; in gimple_duplicate_sese_tail() [all …]
|
| D | tree-ssa-threadupdate.cc | 851 profile_count total_count = e->dest->count; in compute_path_counts() local 853 if (total_count < path_in_count) in compute_path_counts() 854 path_in_count = total_count; in compute_path_counts() 855 profile_probability onpath_scale = path_in_count.probability_in (total_count); in compute_path_counts()
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | makemandb.c | 722 int total_count = 0; /* Counter for total number of pages */ in update_db() local 753 total_count++; in update_db() 843 total_count - link_count, link_count, new_count, err_count); in update_db()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpd/ |
| D | smtpd.c | 5592 int total_count; member 6042 cmdp->total_count += 1; in smtpd_proto() 6205 if (cmdp->total_count > 0) { in smtpd_format_cmd_stats() 6209 if (cmdp->success_count != cmdp->total_count) in smtpd_format_cmd_stats() 6210 vstring_sprintf_append(buf, "/%d", cmdp->total_count); in smtpd_format_cmd_stats() 6212 all_total += cmdp->total_count; in smtpd_format_cmd_stats() 6227 cmdp->success_count = cmdp->total_count = 0; in smtpd_format_cmd_stats()
|
| /netbsd/src/dist/pf/sbin/pfctl/ |
| D | pfctl_optimize.c | 814 u_int64_t total_count = 0; in block_feedback() local 824 total_count += por1->por_rule.packets[0] + in block_feedback()
|