Searched refs:next_i (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldelfgen.c111 size_t next_i; member in struct:ctf_strsym_iter_cb_arg
128 if (arg->next_i == 0)
129 arg->next_i = 1;
131 if (arg->next_i >= _bfd_elf_strtab_len (arg->symstrtab))
133 arg->next_i = 0;
137 ret = _bfd_elf_strtab_str (arg->symstrtab, arg->next_i++, &off);
160 if (arg->next_i > arg->symcount)
162 arg->next_i = 0;
167 ASSERT (arg->syms[arg->next_i].dest_index == arg->next_idx);
168 dest->st_name = _bfd_elf_strtab_str (arg->symstrtab, arg->next_i, NUL
[all...]
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldelfgen.c363 size_t next_i; member in struct:ctf_strtab_iter_cb_arg
380 if (arg->next_i == 0)
381 arg->next_i = 1;
387 if (arg->next_i >= _bfd_elf_strtab_len (arg->strtab))
389 arg->next_i = 0;
393 ret = _bfd_elf_strtab_str (arg->strtab, arg->next_i++, &off);
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldelfgen.c363 size_t next_i; member in struct:ctf_strtab_iter_cb_arg
380 if (arg->next_i == 0)
381 arg->next_i = 1;
387 if (arg->next_i >= _bfd_elf_strtab_len (arg->strtab))
389 arg->next_i = 0;
393 ret = _bfd_elf_strtab_str (arg->strtab, arg->next_i++, &off);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dshuffle_fuzz.py165 %%s.%(next_i)d.%(j)d = shufflevector <%(N)d x %(T)s> %%s.%(i)d.%(j)d, <%(N)d x %(T)s> %%s.%(i)d.%(next_j)d, <%(N)d x i32> <%(S)s>
166 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1,
225 br label %%test.%(next_i)d
226 """ % dict(subst, i=i, next_i=i + 1))
232 br i1 %%cmp.%(i)d, label %%die.%(i)d, label %%test.%(next_i)d
243 """ % dict(subst, i=i, next_i=i + 1, r=r))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh_optimize_sett_clrt.cc208 for (rtx_insn *next_i, *i = NEXT_INSN (BB_HEAD (bb));
209 i != NULL_RTX && i != BB_END (bb); i = next_i)
211 next_i = NEXT_INSN (i);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh_optimize_sett_clrt.cc208 for (rtx_insn *next_i, *i = NEXT_INSN (BB_HEAD (bb));
209 i != NULL_RTX && i != BB_END (bb); i = next_i)
211 next_i = NEXT_INSN (i);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-isolate-paths.c722 for (unsigned i = 0, next_i = 0;
723 i < gimple_phi_num_args (phi); i = next_i)
730 next_i = i + 1;
738 next_i = i;
770 next_i = i;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-isolate-paths.cc727 for (unsigned i = 0, next_i = 0;
728 i < gimple_phi_num_args (phi); i = next_i)
735 next_i = i + 1;
743 next_i = i;
775 next_i = i;
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtests.c1065 goto next_i;
1092 /* alternatively, goto next_i */
1124 goto next_i;
1163 goto next_i;
1174 next_i:
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c8490 unsigned int next_i = i + 4; local
8547 next_i = first_fmac + 4;
8586 i = next_i;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-arm.c8461 unsigned int next_i = i + 4; local
8518 next_i = first_fmac + 4;
8557 i = next_i;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-arm.c8491 unsigned int next_i = i + 4; local
8548 next_i = first_fmac + 4;
8587 i = next_i;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arm.c8490 unsigned int next_i = i + 4; local
8547 next_i = first_fmac + 4;
8586 i = next_i;

Completed in 593 milliseconds