/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | gc.c | 52 int new_index = 0; in gc_pointers() local 70 (node->contents, new_index, new, new_slots, 10, char *); in gc_pointers() 80 for (j = 0; j < new_index; j++) in gc_pointers() 93 gcable_pointers_index = new_index; in gc_pointers()
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | sarray.c | 103 struct sindex *new_index; in sarray_at_put() local 150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put() 151 memcpy (new_index, array->empty_index, sizeof (struct sindex)); in sarray_at_put() 152 new_index->version.version = array->version.version; in sarray_at_put() 153 *the_index = new_index; /* Prepared for install. */ in sarray_at_put() 162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put() 163 memcpy (new_index, old_index, sizeof (struct sindex)); in sarray_at_put() 164 new_index->version.version = array->version.version; in sarray_at_put() 165 *the_index = new_index; /* Prepared for install. */ in sarray_at_put()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | sarray.c | 103 struct sindex *new_index; in sarray_at_put() local 150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put() 151 memcpy (new_index, array->empty_index, sizeof (struct sindex)); in sarray_at_put() 152 new_index->version.version = array->version.version; in sarray_at_put() 153 *the_index = new_index; /* Prepared for install. */ in sarray_at_put() 162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put() 163 memcpy (new_index, old_index, sizeof (struct sindex)); in sarray_at_put() 164 new_index->version.version = array->version.version; in sarray_at_put() 165 *the_index = new_index; /* Prepared for install. */ in sarray_at_put()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | gp-display-text.cc | 1754 int new_index = 0; in obj_list() local 1768 lists[0][new_index] = dbe_strdup (GTXT ("show")); in obj_list() 1771 lists[0][new_index] = dbe_strdup (GTXT ("hide")); in obj_list() 1774 lists[0][new_index] = dbe_strdup (GTXT ("API-only")); in obj_list() 1777 lists[1][new_index] = dbe_strdup (lo_name); in obj_list() 1778 lists[2][new_index] = dbe_sprintf (NTXT ("%d"), lo->seg_idx); in obj_list() 1779 lists[3][new_index] = dbe_strdup (lo->get_pathname ()); in obj_list() 1780 new_index++; in obj_list() 1782 disp_list (4, new_index, align, header, lists); in obj_list() 1785 for (int j = 0; j < new_index; j++) in obj_list() [all …]
|
H A D | Dbe.cc | 2625 int new_index = 0; in dbeGetLoadObjectList() local 2641 isJava->store (new_index, 1); in dbeGetLoadObjectList() 2643 isJava->store (new_index, 0); in dbeGetLoadObjectList() 2646 isJava->store (new_index, 0); in dbeGetLoadObjectList() 2649 names->store (new_index, dbe_sprintf (NTXT ("%s"), lo_name)); in dbeGetLoadObjectList() 2650 states->store (new_index, (int) expand); in dbeGetLoadObjectList() 2651 indices->store (new_index, (int) lo->seg_idx); in dbeGetLoadObjectList() 2652 paths->store (new_index, dbe_sprintf (NTXT ("%s"), lo->get_pathname ())); in dbeGetLoadObjectList() 2653 new_index++; in dbeGetLoadObjectList() 2685 int new_index = 0; in dbeGetLoadObjectState() local [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | gp-display-text.cc | 1759 int new_index = 0; in obj_list() local 1773 lists[0][new_index] = dbe_strdup (GTXT ("show")); in obj_list() 1776 lists[0][new_index] = dbe_strdup (GTXT ("hide")); in obj_list() 1779 lists[0][new_index] = dbe_strdup (GTXT ("API-only")); in obj_list() 1782 lists[1][new_index] = dbe_strdup (lo_name); in obj_list() 1783 lists[2][new_index] = dbe_sprintf (NTXT ("%d"), lo->seg_idx); in obj_list() 1784 lists[3][new_index] = dbe_strdup (lo->get_pathname ()); in obj_list() 1785 new_index++; in obj_list() 1787 disp_list (4, new_index, align, header, lists); in obj_list() 1790 for (int j = 0; j < new_index; j++) in obj_list() [all …]
|
H A D | Dbe.cc | 2625 int new_index = 0; in dbeGetLoadObjectList() local 2641 isJava->store (new_index, 1); in dbeGetLoadObjectList() 2643 isJava->store (new_index, 0); in dbeGetLoadObjectList() 2646 isJava->store (new_index, 0); in dbeGetLoadObjectList() 2649 names->store (new_index, dbe_sprintf (NTXT ("%s"), lo_name)); in dbeGetLoadObjectList() 2650 states->store (new_index, (int) expand); in dbeGetLoadObjectList() 2651 indices->store (new_index, (int) lo->seg_idx); in dbeGetLoadObjectList() 2652 paths->store (new_index, dbe_sprintf (NTXT ("%s"), lo->get_pathname ())); in dbeGetLoadObjectList() 2653 new_index++; in dbeGetLoadObjectList() 2685 int new_index = 0; in dbeGetLoadObjectState() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vec-perm-indices.cc | 141 element_type new_index; in new_shrunk_vector() local 142 if (!multiple_p (first, factor, &new_index)) in new_shrunk_vector() 147 encoding.quick_push (new_index); in new_shrunk_vector()
|
H A D | mcf.cc | 464 int new_index = 0; in create_fixup_graph() local 661 new_index = fixup_graph->num_vertices; in create_fixup_graph() 669 fprintf (dump_file, "New vertex is %d.\n", new_index); in create_fixup_graph() 674 pfedge->norm_vertex_index = new_index; in create_fixup_graph() 682 add_fixup_edge (fixup_graph, new_index, pfedge->src, in create_fixup_graph() 689 r_pfedge->dest = new_index; in create_fixup_graph()
|
H A D | ipa-param-manipulation.cc | 80 int new_index; member 707 mod_info->pass_through_map[i].new_index); in modify_call() 766 int repl_idx = mod_info->pass_through_map[j].new_index; in modify_call() 1884 unsigned oldnew = sum->pass_through_map[i].new_index; in record_argument_state_1() 1885 sum->pass_through_map[i].new_index = new_index_map[oldnew]; in record_argument_state_1() 1906 ptm_item.new_index = new_pt_map[j].new_index; in record_argument_state_1() 2155 pt_map.new_index = new_arg_idx; in modify_call_stmt()
|
H A D | early-remat.cc | 1302 unsigned int new_index = canon_candidate (old_index); in canon_bitmap() local 1303 if (old_index != new_index) in canon_bitmap() 1311 bitmap_set_bit (new_set, new_index); in canon_bitmap()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | mcf.c | 464 int new_index = 0; in create_fixup_graph() local 661 new_index = fixup_graph->num_vertices; in create_fixup_graph() 669 fprintf (dump_file, "New vertex is %d.\n", new_index); in create_fixup_graph() 674 pfedge->norm_vertex_index = new_index; in create_fixup_graph() 682 add_fixup_edge (fixup_graph, new_index, pfedge->src, in create_fixup_graph() 689 r_pfedge->dest = new_index; in create_fixup_graph()
|
H A D | early-remat.c | 1302 unsigned int new_index = canon_candidate (old_index); in canon_bitmap() local 1303 if (old_index != new_index) in canon_bitmap() 1311 bitmap_set_bit (new_set, new_index); in canon_bitmap()
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | font.cpp | 483 void font::copy_entry(int new_index, int old_index) in copy_entry() argument 485 assert(new_index >= 0 && old_index >= 0 && old_index < nindices); in copy_entry() 486 if (new_index >= nindices) in copy_entry() 487 alloc_ch_index(new_index); in copy_entry() 488 ch_index[new_index] = ch_index[old_index]; in copy_entry()
|
/netbsd-src/external/gpl2/groff/dist/src/include/ |
H A D | font.h | 111 void copy_entry(int new_index, int old_index);
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | msgl-fsearch.c | 93 new_index (index_ty idx) in new_index() function 259 new_index (j)); in message_fuzzy_index_alloc()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | layout.cc | 4646 unsigned int new_index = (*p)->set_local_dynsym_indexes(index); in create_dynamic_symtab() local 4647 index = new_index; in create_dynamic_symtab()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | layout.cc | 4715 unsigned int new_index = (*p)->set_local_dynsym_indexes(index); in create_dynamic_symtab() local 4716 index = new_index; in create_dynamic_symtab()
|