Searched refs:ix2 (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dmachoread.c440 int ix2; local
489 for (ix2 = ix; ix2 < last_ix; ix2++)
491 oso2 = VEC_index (oso_el, vec, ix2);
510 if (ix2 >= last_ix)
513 for (ix2 = ix; ix2 < last_ix; ix2++)
515 oso_el *oso2 = VEC_index (oso_el, vec, ix2);
[all...]
H A Dtarget-descriptions.c1558 int ix, ix2, ix3;
1642 for (ix2 = 0;
1643 VEC_iterate (tdesc_type_p, feature->types, ix2, type);
1644 ix2++)
1690 for (ix2 = 0;
1691 VEC_iterate (tdesc_reg_p, feature->registers, ix2, reg);
1692 ix2++)
1553 int ix, ix2, ix3; local
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dmodify.c49 struct berval ix2; local
56 ai = bdb_index_mask( op->o_bd, ap->a_desc, &ix2 );
57 if ( ai && ix2.bv_val == ix_at.bv_val )
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcfgcleanup.c1694 unsigned max, ix, ix2;
1787 for (ix2 = 0, ev2 = bb; ix2 < EDGE_COUNT (ev2->preds); )
1789 e2 = EDGE_PRED (ev2, ix2);
1790 ix2++;
1687 unsigned max, ix, ix2; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dcfgcleanup.c1689 unsigned max, ix, ix2;
1778 for (ix2 = 0, ev2 = bb; ix2 < EDGE_COUNT (ev2->preds); )
1780 e2 = EDGE_PRED (ev2, ix2);
1781 ix2++;
1682 unsigned max, ix, ix2; local

Completed in 102 milliseconds