HomeSort by: relevance | last modified time | path
    Searched refs:new_count (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/bsd/lutok/dist/
test_utils.hpp 132 unsigned int new_count = _state.get_top(); local
133 if (_old_count != new_count)
135 // _old_count % new_count);
  /src/lib/libmenu/
menu.c 571 int i, new_count = 0, sel_count = 0; local
578 while (items[new_count] != NULL) {
579 if ((items[new_count]->parent != NULL) &&
580 (items[new_count]->parent != menu))
582 if (items[new_count]->selected == 1)
584 new_count++;
603 menu->item_count = new_count;
606 for (i = 0; i < new_count; i++) {
  /src/sys/arch/xen/x86/
x86_xpmap.c 610 * new_count is # of new tables (PTE only).
615 size_t new_count, bool final)
633 * table pages (new_count + PDIRSZ entries)
641 map_end = new_pgd + ((new_count + PDIRSZ) * PAGE_SIZE);
743 for (i = 0; i < new_count; i ++) {
794 page < new_pgd + ((new_count + PDIRSZ) * PAGE_SIZE)) {
  /src/usr.sbin/mopd/mopd/
process.c 311 mopNextLoad(const u_char *dst, const u_char *src, u_char new_count, int trans)
338 if (new_count == ((dle->count+1) % 256)) {
340 dle->count = new_count;
341 } else if (new_count != (dle->count % 256)) {
  /src/external/historical/nawk/dist/
b.c 149 int i, new_count; local
154 new_count = state + 10; /* needs to be tuned */
156 p = (gtt *) realloc(f->gototab, new_count * sizeof(gtt));
161 p2 = (uschar *) realloc(f->out, new_count * sizeof(f->out[0]));
166 p3 = (int **) realloc(f->posns, new_count * sizeof(f->posns[0]));
171 for (i = f->state_count; i < new_count; ++i) {
180 f->state_count = new_count;
  /src/sys/arch/powerpc/booke/
booke_machdep.c 616 size_t new_count = 0;
620 new_count = i;
623 count = new_count;
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 1109 unsigned new_i, new_count; local
1306 new_count = new_i;
1307 if (new_count != first_symtab_indices_shndx)
1309 = XNEWVEC (unsigned char *, new_count - first_symtab_indices_shndx);
1310 eow->shdrs = XNEWVEC (unsigned char, shdr_size * (new_count - 1));
1328 if (new_count - 1 < SHN_LORESERVE || pass_symtab_indices_shndx)
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 1109 unsigned new_i, new_count; local
1306 new_count = new_i;
1307 if (new_count != first_symtab_indices_shndx)
1309 = XNEWVEC (unsigned char *, new_count - first_symtab_indices_shndx);
1310 eow->shdrs = XNEWVEC (unsigned char, shdr_size * (new_count - 1));
1328 if (new_count - 1 < SHN_LORESERVE || pass_symtab_indices_shndx)
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 1109 unsigned new_i, new_count; local
1306 new_count = new_i;
1307 if (new_count != first_symtab_indices_shndx)
1309 = XNEWVEC (unsigned char *, new_count - first_symtab_indices_shndx);
1310 eow->shdrs = XNEWVEC (unsigned char, shdr_size * (new_count - 1));
1328 if (new_count - 1 < SHN_LORESERVE || pass_symtab_indices_shndx)
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 1109 unsigned new_i, new_count; local
1306 new_count = new_i;
1307 if (new_count != first_symtab_indices_shndx)
1309 = XNEWVEC (unsigned char *, new_count - first_symtab_indices_shndx);
1310 eow->shdrs = XNEWVEC (unsigned char, shdr_size * (new_count - 1));
1328 if (new_count - 1 < SHN_LORESERVE || pass_symtab_indices_shndx)
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 1109 unsigned new_i, new_count; local
1306 new_count = new_i;
1307 if (new_count != first_symtab_indices_shndx)
1309 = XNEWVEC (unsigned char *, new_count - first_symtab_indices_shndx);
1310 eow->shdrs = XNEWVEC (unsigned char, shdr_size * (new_count - 1));
1328 if (new_count - 1 < SHN_LORESERVE || pass_symtab_indices_shndx)
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 1109 unsigned new_i, new_count; local
1306 new_count = new_i;
1307 if (new_count != first_symtab_indices_shndx)
1309 = XNEWVEC (unsigned char *, new_count - first_symtab_indices_shndx);
1310 eow->shdrs = XNEWVEC (unsigned char, shdr_size * (new_count - 1));
1328 if (new_count - 1 < SHN_LORESERVE || pass_symtab_indices_shndx)
  /src/external/gpl3/gcc/dist/gcc/
cfghooks.cc 1107 profile_count new_count = e ? e->count (): profile_count::uninitialized (); local
1114 if (bb->count < new_count)
1115 new_count = bb->count;
1136 new_bb->count = new_count;
1137 bb->count -= new_count;
auto-profile.cc 1246 profile_count new_count = bb->count - total_known_count; local
1247 AFDO_EINFO(unknown_edge)->set_count(new_count);
1251 if (new_count > succ_or_pred_bb->count)
1253 succ_or_pred_bb->count = new_count;
loop-unroll.cc 886 profile_count iter_count, new_count; local
989 iter_count = new_count = swtch->count / (max_unroll + 1);
990 swtch->count = new_count;
1022 new_count += iter_count;
1023 swtch->count = new_count;
  /src/external/gpl3/gcc.old/dist/gcc/
cfghooks.cc 1099 profile_count new_count = e ? e->count (): profile_count::uninitialized (); local
1106 if (bb->count < new_count)
1107 new_count = bb->count;
1128 new_bb->count = new_count;
1129 bb->count -= new_count;
auto-profile.cc 1245 profile_count new_count = bb->count - total_known_count; local
1246 AFDO_EINFO(unknown_edge)->set_count(new_count);
1250 if (new_count > succ_or_pred_bb->count)
1252 succ_or_pred_bb->count = new_count;
loop-unroll.cc 878 profile_count iter_count, new_count; local
981 iter_count = new_count = swtch->count.apply_scale (1, max_unroll + 1);
982 swtch->count = new_count;
1014 new_count += iter_count;
1015 swtch->count = new_count;
ipa-cp.cc 4654 profile_count new_count local
4657 new_count = lenient_count_portion_handling (new_count, orig_node);
4658 n->count = new_count;
4659 profile_count::adjust_for_ipa_scaling (&new_count, &orig_count);
4662 cs->count = cs->count.apply_scale (new_count, orig_count);
4666 cs->count = cs->count.apply_scale (new_count, orig_count);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_acl.c 1321 int new_count, new_bytes; local
1332 new_count = new_bytes = 0;
1344 new_count++;
1350 new_count++;
1356 new_count++;
1417 new_count++;
1426 new_count += 3;
1429 aclp->z_acl_count = new_count;
1431 newnode->z_ace_count = new_count;
  /src/usr.sbin/makemandb/
makemandb.c 641 mandb_rec *rec, int *new_count, int *link_count, int *err_count)
682 (*new_count)++;
721 int new_count = 0; /* Counter for newly indexed/updated pages */ local
797 &new_count, &link_count, &err_count);
830 new_count++;
843 total_count - link_count, link_count, new_count, err_count);
  /src/external/gpl3/binutils/dist/bfd/
elfxx-x86.c 1619 bfd_size_type i, count, new_count; local
1673 new_count = htab->dt_relr_bitmap.count;
1674 if (dt_relr_bitmap_count > new_count)
1681 count = dt_relr_bitmap_count - new_count;
1683 htab->dt_relr_bitmap.u.elf64[new_count + i] = 1;
1727 new_count = htab->dt_relr_bitmap.count;
1728 if (dt_relr_bitmap_count > new_count)
1735 count = dt_relr_bitmap_count - new_count;
1737 htab->dt_relr_bitmap.u.elf32[new_count + i] = 1;
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-x86.c 1613 bfd_size_type i, count, new_count; local
1667 new_count = htab->dt_relr_bitmap.count;
1668 if (dt_relr_bitmap_count > new_count)
1675 count = dt_relr_bitmap_count - new_count;
1677 htab->dt_relr_bitmap.u.elf64[new_count + i] = 1;
1721 new_count = htab->dt_relr_bitmap.count;
1722 if (dt_relr_bitmap_count > new_count)
1729 count = dt_relr_bitmap_count - new_count;
1731 htab->dt_relr_bitmap.u.elf32[new_count + i] = 1;
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-x86.c 1622 bfd_size_type i, count, new_count; local
1676 new_count = htab->dt_relr_bitmap.count;
1677 if (dt_relr_bitmap_count > new_count)
1684 count = dt_relr_bitmap_count - new_count;
1686 htab->dt_relr_bitmap.u.elf64[new_count + i] = 1;
1730 new_count = htab->dt_relr_bitmap.count;
1731 if (dt_relr_bitmap_count > new_count)
1738 count = dt_relr_bitmap_count - new_count;
1740 htab->dt_relr_bitmap.u.elf32[new_count + i] = 1;
  /src/external/gpl3/gdb/dist/bfd/
elfxx-x86.c 1615 bfd_size_type i, count, new_count; local
1669 new_count = htab->dt_relr_bitmap.count;
1670 if (dt_relr_bitmap_count > new_count)
1677 count = dt_relr_bitmap_count - new_count;
1679 htab->dt_relr_bitmap.u.elf64[new_count + i] = 1;
1723 new_count = htab->dt_relr_bitmap.count;
1724 if (dt_relr_bitmap_count > new_count)
1731 count = dt_relr_bitmap_count - new_count;
1733 htab->dt_relr_bitmap.u.elf32[new_count + i] = 1;

Completed in 162 milliseconds

1 2