Searched refs:total_count (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
H A Dpretty_printers.py195 total_count = 0
198 total_count += t_total
201 total_count += t_total
205 total_count += t_total
206 return (enabled_count, total_count)
221 (enabled_count, total_count) = count_all_enabled_printers()
222 print "%d of %d printers enabled" % (enabled_count, total_count)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbcache.c77 long total_count; /* total number of strings cached, including dups */ member in struct:bcache
239 if (bcache->total_count == 0)
251 bcache->total_count++;
342 if (bcache->total_count > 0)
441 printf_filtered (_(" Total object count: %ld\n"), c->total_count);
444 print_percentage (c->total_count - c->unique_count, c->total_count);
477 c->total_count + c->expand_hash_count);
498 if (bcache->total_count == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-cfg.c5032 gcov_type total_count = 0, entry_count = 0; local
5088 total_count = entry->dest->count;
5092 if (entry_count > total_count)
5093 entry_count = total_count;
5109 if (total_count)
5112 total_count - entry_count,
5113 total_count);
5115 total_count);
5198 gcov_type total_count = 0, exit_count = 0; local
5235 total_count
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dnlmconv.c1273 bfd_size_type total_count;
1276 total_count = reloc_count + outsec->reloc_count;
1277 combined = (arelent **) xmalloc (total_count * sizeof (arelent *));
1283 reloc_count = total_count;
1268 bfd_size_type total_count; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-cfg.c4349 gcov_type total_count = 0, entry_count = 0; local
4405 total_count = entry->dest->count;
4409 if (entry_count > total_count)
4410 entry_count = total_count;
4426 if (total_count)
4429 total_count - entry_count,
4430 total_count);
4432 total_count);
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dmakemandb.c696 int total_count = 0; /* Counter for total number of pages */ local
719 total_count++;
791 total_count - link_count, link_count, new_count, err_count);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drbtdb.c8842 unsigned int total_count;
8852 total_count = raw[0] * 256 + raw[1];
8853 INSIST(total_count > current_count);
8854 count = total_count - current_count - 1;
9002 unsigned int total_count, count;
9016 total_count = raw[0] * 256 + raw[1];
9017 INSIST(total_count > current_count);
9018 count = total_count - current_count - 1; /* should be private data */
9060 acarray = isc_mem_get(rbtdb->common.mctx, total_count *
9068 for (i = 0; i < total_count;
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_optimize.c814 u_int64_t total_count = 0; local
824 total_count += por1->por_rule.packets[0] +

Completed in 185 milliseconds