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

1 2 3 4

  /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);
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++) {
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)) {
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)) {
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;
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;
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)
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)
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)
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)
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)
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)
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;

Completed in 111 milliseconds

1 2 3 4