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

  /src/external/bsd/jemalloc.old/dist/test/
test.sh.in 72 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
74 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
  /src/external/bsd/jemalloc/dist/test/
test.sh.in 79 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
81 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
test.sh 79 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
81 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
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))
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
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))
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
disassemble.py 83 total_count = instructionOffset + instructionCount
84 for elt in arch.disassemble(pc, count=total_count)[instructionOffset:]:
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
disassemble.py 83 total_count = instructionOffset + instructionCount
84 for elt in arch.disassemble(pc, count=total_count)[instructionOffset:]:
  /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/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-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...]
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);
  /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/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++
  /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/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/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/jemalloc.old/dist/bin/
jeprof.in 1005 my $total_count = shift;
1013 printf("Total: %s %s\n", Unparse($total_count), Units());
1020 Unparse($total_count), ($focus_count*100.0) / $total_count);
1028 Unparse($total_count),
1029 ($ignore_count*100.0) / $total_count);
  /src/external/bsd/jemalloc/dist/bin/
jeprof 1006 my $total_count = shift;
1014 printf("Total: %s %s\n", Unparse($total_count), Units());
1021 Unparse($total_count), ($focus_count*100.0) / $total_count);
1029 Unparse($total_count),
1030 ($ignore_count*100.0) / $total_count);
jeprof.in 1006 my $total_count = shift;
1014 printf("Total: %s %s\n", Unparse($total_count), Units());
1021 Unparse($total_count), ($focus_count*100.0) / $total_count);
1029 Unparse($total_count),
1030 ($ignore_count*100.0) / $total_count);
  /src/dist/pf/sbin/pfctl/
pfctl_optimize.c 814 u_int64_t total_count = 0; local
824 total_count += por1->por_rule.packets[0] +

Completed in 50 milliseconds