HomeSort by: relevance | last modified time | path
    Searched defs:total_count (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-predicates.cc 194 int total_count; local
204 total_count = XVECLEN (op, 0);
207 for (index = 0; index < total_count; index++)
258 rest_count = total_count - 1;
342 elt = XVECEXP (op, 0, total_count - 1);
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-predicates.cc 194 int total_count; local
204 total_count = XVECLEN (op, 0);
207 for (index = 0; index < total_count; index++)
258 rest_count = total_count - 1;
342 elt = XVECEXP (op, 0, total_count - 1);
  /src/dist/pf/sbin/pfctl/
pfctl_optimize.c 814 u_int64_t total_count = 0; local
824 total_count += por1->por_rule.packets[0] +
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-btree.h 573 unsigned total_count = left_node->entry_count + right_node->entry_count; local
576 if (total_count <= max_count)
603 parent->entry_count = total_count;
  /src/usr.sbin/makemandb/
makemandb.c 722 int total_count = 0; /* Counter for total number of pages */ local
753 total_count++;
843 total_count - link_count, link_count, new_count, err_count);
  /src/external/bsd/nsd/dist/
util.c 450 size_t total_count = 0; local
452 while (total_count < size) {
454 = write(s, data + total_count, size - total_count);
462 total_count += count;
  /src/external/gpl3/gcc/dist/gcc/
auto-profile.cc 194 1. total_count of the function.
222 total_count () const function in class:autofdo::function_instance
609 (*map)[callee] = iter->second->total_count ();
610 ret += iter->second->total_count ();
844 return s->total_count ();
1429 profile_count total_count = profile_count::zero ().afdo (); local
1437 total_count += AFDO_EINFO (e)->get_count ();
1439 if (num_unknown_succ == 0 && total_count.nonzero_p())
1443 = AFDO_EINFO (e)->get_count ().probability_in (total_count);
tree-ssa-threadupdate.cc 826 profile_count total_count = e->dest->count; local
828 if (total_count < path_in_count)
829 path_in_count = total_count;
830 profile_probability onpath_scale = path_in_count.probability_in (total_count);
tree-cfg.cc 6908 profile_count total_count = profile_count::uninitialized (), local
6949 total_count = exit->src->count;
6953 if (exit_count > total_count)
6954 exit_count = total_count;
6958 if (total_count.initialized_p () && exit_count.initialized_p ())
6961 total_count - exit_count,
6962 total_count);
6964 total_count);
  /src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc 192 1. total_count of the function.
220 total_count () const function in class:autofdo::function_instance
608 (*map)[callee] = iter->second->total_count ();
609 ret += iter->second->total_count ();
843 return s->total_count ();
1428 profile_count total_count = profile_count::zero ().afdo (); local
1436 total_count += AFDO_EINFO (e)->get_count ();
1438 if (num_unknown_succ == 0 && total_count > profile_count::zero ())
1442 = AFDO_EINFO (e)->get_count ().probability_in (total_count);
tree-ssa-threadupdate.cc 851 profile_count total_count = e->dest->count; local
853 if (total_count < path_in_count)
854 path_in_count = total_count;
855 profile_probability onpath_scale = path_in_count.probability_in (total_count);
tree-cfg.cc 6551 profile_count total_count = profile_count::uninitialized (); local
6611 total_count = entry->dest->count;
6615 if (entry_count > total_count)
6616 entry_count = total_count;
6621 if (total_count.initialized_p () && entry_count.initialized_p ())
6624 total_count - entry_count,
6625 total_count);
6627 total_count);
6715 profile_count total_count = profile_count::uninitialized (), local
6760 total_count = exit->src->count
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.c 5592 int total_count; member in struct:SMTPD_CMD
6042 cmdp->total_count += 1;
6205 if (cmdp->total_count > 0) {
6209 if (cmdp->success_count != cmdp->total_count)
6210 vstring_sprintf_append(buf, "/%d", cmdp->total_count);
6212 all_total += cmdp->total_count;
6227 cmdp->success_count = cmdp->total_count = 0;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 308 unsigned long long total_count; member in struct:dc_bw_validation_profile
323 dc->debug.bw_val_profile.total_count++

Completed in 69 milliseconds