| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | listing.c | 301 list_info_type *new_i = NULL; in listing_newline() local 340 new_i = XNEW (list_info_type); in listing_newline() 392 new_i->line_contents = copy; in listing_newline() 395 new_i->line_contents = NULL; in listing_newline() 399 new_i = XNEW (list_info_type); in listing_newline() 400 new_i->line_contents = ps; in listing_newline() 409 listing_tail->next = new_i; in listing_newline() 411 head = new_i; in listing_newline() 413 listing_tail = new_i; in listing_newline() 415 new_i->frag = frag_now; in listing_newline() [all …]
|
| D | ChangeLog-2009 | 1085 * listing.c (listing_newline): Rename variable new to new_i.
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | simple-object-elf.c | 1109 unsigned new_i; in simple_object_elf_copy_lto_debug_sections() local 1286 new_i = 1; in simple_object_elf_copy_lto_debug_sections() 1292 sh_map[i] = new_i++; in simple_object_elf_copy_lto_debug_sections() 1294 if (new_i - 1 >= SHN_LORESERVE) in simple_object_elf_copy_lto_debug_sections() 1299 eow->shdrs = XNEWVEC (unsigned char, shdr_size * (new_i - 1)); in simple_object_elf_copy_lto_debug_sections() 1302 new_i = 0; in simple_object_elf_copy_lto_debug_sections() 1317 new_i++; in simple_object_elf_copy_lto_debug_sections() 1349 memcpy (eow->shdrs + (new_i - 1) * shdr_size, shdr, shdr_size); in simple_object_elf_copy_lto_debug_sections() 1350 shdr = eow->shdrs + (new_i - 1) * shdr_size; in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | simple-object-elf.c | 1109 unsigned new_i; in simple_object_elf_copy_lto_debug_sections() local 1286 new_i = 1; in simple_object_elf_copy_lto_debug_sections() 1292 sh_map[i] = new_i++; in simple_object_elf_copy_lto_debug_sections() 1294 if (new_i - 1 >= SHN_LORESERVE) in simple_object_elf_copy_lto_debug_sections() 1299 eow->shdrs = XNEWVEC (unsigned char, shdr_size * (new_i - 1)); in simple_object_elf_copy_lto_debug_sections() 1302 new_i = 0; in simple_object_elf_copy_lto_debug_sections() 1317 new_i++; in simple_object_elf_copy_lto_debug_sections() 1349 memcpy (eow->shdrs + (new_i - 1) * shdr_size, shdr, shdr_size); in simple_object_elf_copy_lto_debug_sections() 1350 shdr = eow->shdrs + (new_i - 1) * shdr_size; in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | simple-object-elf.c | 1109 unsigned new_i; in simple_object_elf_copy_lto_debug_sections() local 1286 new_i = 1; in simple_object_elf_copy_lto_debug_sections() 1292 sh_map[i] = new_i++; in simple_object_elf_copy_lto_debug_sections() 1294 if (new_i - 1 >= SHN_LORESERVE) in simple_object_elf_copy_lto_debug_sections() 1299 eow->shdrs = XNEWVEC (unsigned char, shdr_size * (new_i - 1)); in simple_object_elf_copy_lto_debug_sections() 1302 new_i = 0; in simple_object_elf_copy_lto_debug_sections() 1317 new_i++; in simple_object_elf_copy_lto_debug_sections() 1349 memcpy (eow->shdrs + (new_i - 1) * shdr_size, shdr, shdr_size); in simple_object_elf_copy_lto_debug_sections() 1350 shdr = eow->shdrs + (new_i - 1) * shdr_size; in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | sh_treg_combine.cc | 1217 rtx new_i = touched_insn ( in try_combine_comparisons() local 1223 add_reg_note (new_i, REG_DEAD, copy_rtx (i_comp_op0)); in try_combine_comparisons() 1229 new_i = touched_insn ( in try_combine_comparisons() 1234 add_reg_note (new_i, REG_DEAD, copy_rtx (i_comp_op1)); in try_combine_comparisons() 1242 rtx new_i = make_not_reg_insn (comp_op0, i_comp_op0); in try_combine_comparisons() local 1245 add_reg_note (new_i, REG_DEAD, copy_rtx (i_comp_op0)); in try_combine_comparisons() 1247 touched_insn (emit_insn_after (new_i, i->setcc.insn)); in try_combine_comparisons()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | options.cc | 1594 int new_i = i; in process_one_option() local 1599 option = parse_long_option(argc, argv, false, &arg, &new_i); in process_one_option() 1603 return new_i; in process_one_option() 1610 while (new_i == i) in process_one_option() 1612 option = parse_short_option(argc, argv, pos_in_argv_i, &arg, &new_i); in process_one_option() 1619 return new_i; in process_one_option()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-operands.cc | 429 unsigned new_i; in finalize_ssa_uses() local 477 for (new_i = 0; new_i < build_uses.length (); new_i++) in finalize_ssa_uses() 479 tree *op = build_uses[new_i]; in finalize_ssa_uses()
|
| D | tree-ssa-loop-im.cc | 2728 unsigned new_i; in hoist_memory_references() local 2735 && !sm_seq_push_down (seq, i, &new_i)) in hoist_memory_references() 2737 bitmap_set_bit (refs_not_supported, seq[new_i].first); in hoist_memory_references() 2738 seq[new_i].second = sm_other; in hoist_memory_references() 2739 seq[new_i].from = NULL_TREE; in hoist_memory_references()
|
| D | tree.cc | 12146 size_t i, new_i, len; in escape() local 12159 new_i = 0; in escape() 12168 escaped[new_i++] = c; in escape() 12181 new_i = i; in escape() 12184 escaped[new_i++] = '\\'; in escape() 12188 case '\a': escaped[new_i++] = 'a'; break; in escape() 12189 case '\b': escaped[new_i++] = 'b'; break; in escape() 12190 case '\f': escaped[new_i++] = 'f'; break; in escape() 12191 case '\n': escaped[new_i++] = 'n'; break; in escape() 12192 case '\r': escaped[new_i++] = 'r'; break; in escape() [all …]
|
| /netbsd/src/usr.bin/config/ |
| D | gram.y | 115 #define new_i(i) new0(NULL, NULL, NULL, i, NULL) macro 530 NUMBER { $$ = new_i($1.val); } 534 __nv1 = new_i($1.val); 535 __nv2 = new_i($3.val);
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-xtensa.c | 4622 int new_i = i; in can_widen_instruction() local 4624 new_i = i - 1; in can_widen_instruction() 4625 if (xtensa_operand_get_field (isa, opcode, new_i, fmt, 0, in can_widen_instruction() 4627 || xtensa_operand_decode (isa, opcode, new_i, &value)) in can_widen_instruction()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-xtensa.c | 4621 int new_i = i; in can_widen_instruction() local 4623 new_i = i - 1; in can_widen_instruction() 4624 if (xtensa_operand_get_field (isa, opcode, new_i, fmt, 0, in can_widen_instruction() 4626 || xtensa_operand_decode (isa, opcode, new_i, &value)) in can_widen_instruction()
|