HomeSort by: relevance | last modified time | path
    Searched defs:new_count (Results 1 - 25 of 34) 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/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;
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;
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;
combine.cc 11290 int new_count = count + INTVAL (XEXP (varop_inner, 1));
11292 new_count);
11253 int new_count = count + INTVAL (XEXP (varop_inner, 1)); local
tree-cfg.cc 7792 profile_count new_count = taken_edge->src->count; local
7802 = taken_edge->dest->count.apply_scale (new_count,
7805 new_count, old_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;
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;
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;
  /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/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/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/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/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/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/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/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/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/bfd/
elfxx-x86.c 1624 bfd_size_type i, count, new_count; local
1678 new_count = htab->dt_relr_bitmap.count;
1679 if (dt_relr_bitmap_count > new_count)
1686 count = dt_relr_bitmap_count - new_count;
1688 htab->dt_relr_bitmap.u.elf64[new_count + i] = 1;
1732 new_count = htab->dt_relr_bitmap.count;
1733 if (dt_relr_bitmap_count > new_count)
1740 count = dt_relr_bitmap_count - new_count;
1742 htab->dt_relr_bitmap.u.elf32[new_count + i] = 1;
  /src/external/gpl3/binutils/dist/ld/
pdb.c 686 uint16_t new_count = num_files + mod_source->files_count; local
689 sizeof (struct string *) * new_count);
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 686 uint16_t new_count = num_files + mod_source->files_count; local
689 sizeof (struct string *) * new_count);
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.cc 3276 HOST_WIDE_INT new_count = ((count >> 2) & 0x3fffffff) - 1;
3277 countreg = copy_to_mode_reg (Pmode, GEN_INT (new_count));
3297 HOST_WIDE_INT new_count = ((count >> 1) & 0x7fffffff) - 1;
3298 countreg = copy_to_mode_reg (Pmode, GEN_INT (new_count));
3264 HOST_WIDE_INT new_count = ((count >> 2) & 0x3fffffff) - 1; local
3285 HOST_WIDE_INT new_count = ((count >> 1) & 0x7fffffff) - 1; local

Completed in 102 milliseconds

1 2