Searched refs:iter2 (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstrcasecmp.c56 mbui_iterator_t iter2; local
59 mbui_init (iter2, s2);
61 while (mbui_avail (iter1) && mbui_avail (iter2))
63 int cmp = mb_casecmp (mbui_cur (iter1), mbui_cur (iter2));
69 mbui_advance (iter2);
74 if (mbui_avail (iter2))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dfiltered_iterator-selftests.c139 iter2(array, ARRAY_SIZE (array));
142 gdb_assert (iter1 == iter2);
143 gdb_assert (!(iter1 != iter2));
147 gdb_assert (!(iter1 == iter2));
148 gdb_assert (iter1 != iter2);
151 ++iter2;
152 gdb_assert (iter1 == iter2);
153 gdb_assert (!(iter1 != iter2));
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dfiltered_iterator-selftests.c139 iter2(array, ARRAY_SIZE (array));
142 gdb_assert (iter1 == iter2);
143 gdb_assert (!(iter1 != iter2));
147 gdb_assert (!(iter1 == iter2));
148 gdb_assert (iter1 != iter2);
151 ++iter2;
152 gdb_assert (iter1 == iter2);
153 gdb_assert (!(iter1 != iter2));
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp585 impl::vars_map::const_iterator iter2 = vars.find("ident"); local
586 INV(iter2 != vars.end());
587 writer.start_tc((*iter2).second);
590 for (impl::vars_map::const_iterator iter2 = vars.begin();
591 iter2 != vars.end(); iter2++) {
592 const std::string& key = (*iter2).first;
594 writer.tc_meta_data(key, (*iter2).second);
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report.cpp155 std::vector< result_data > >::const_iterator iter2 = local
157 if (iter2 == _results.end())
159 const std::vector< result_data >& all = (*iter2).second;
/netbsd-current/sys/dev/sysmon/
H A Dsysmon_envsys.c234 prop_object_iterator_t iter, iter2; local
299 iter2 = prop_array_iterator(array_u);
300 if (!iter2) {
311 while ((obj2 = prop_object_iterator_next(iter2))) {
320 prop_object_iterator_release(iter2);
328 prop_object_iterator_release(iter2);
933 prop_object_iterator_t iter, iter2; local
949 iter2 = prop_dictionary_iterator(dict);
950 if (!iter2)
953 while ((obj = prop_object_iterator_next(iter2)) !
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp332 BasicBlock::iterator iter2 = Block2->begin(); local
337 if (iter2 != end2)
342 if (!iter1->isIdenticalTo(&*iter2))
369 ++iter2;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-simd-clone.c1198 tree iter2 = NULL_TREE; local
1242 iter2 = make_ssa_name (iter);
1243 g = gimple_build_assign (iter2, PLUS_EXPR, iter1,
1344 g = gimple_build_cond (LT_EXPR, iter2,
1374 add_phi_arg (phi, iter2, latch_edge, UNKNOWN_LOCATION);
1507 iter2 = make_ssa_name (TREE_TYPE (orig_arg));
1521 iter2 = make_ssa_name (orig_arg);
1530 add_phi_arg (phi, iter2, latch_edge, UNKNOWN_LOCATION);
1538 g = gimple_build_assign (iter2, code, iter1, addcst);
1574 iter2
[all...]
H A Dgimple-ssa-split-paths.c304 imm_use_iterator iter2; local
305 FOR_EACH_IMM_USE_FAST (use2_p, iter2, gimple_phi_result (stmt))
H A Dtree-ssa-ter.c602 ssa_op_iter iter2; local
609 FOR_EACH_SSA_TREE_OPERAND (def, stmt, iter2, SSA_OP_DEF)
H A Dddg.c377 FOR_EACH_SUBRTX (iter2, array2, PATTERN (insn2), NONCONST)
379 const_rtx x2 = *iter2;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-simd-clone.cc1208 tree iter2 = NULL_TREE; local
1252 iter2 = make_ssa_name (iter);
1253 g = gimple_build_assign (iter2, PLUS_EXPR, iter1,
1356 g = gimple_build_cond (LT_EXPR, iter2,
1386 add_phi_arg (phi, iter2, latch_edge, UNKNOWN_LOCATION);
1519 iter2 = make_ssa_name (TREE_TYPE (orig_arg));
1533 iter2 = make_ssa_name (orig_arg);
1542 add_phi_arg (phi, iter2, latch_edge, UNKNOWN_LOCATION);
1550 g = gimple_build_assign (iter2, code, iter1, addcst);
1586 iter2
[all...]
H A Dgimple-ssa-split-paths.cc343 imm_use_iterator iter2; local
344 FOR_EACH_IMM_USE_FAST (use2_p, iter2, gimple_phi_result (stmt))
H A Dtree-ssa-ter.cc602 ssa_op_iter iter2; local
609 FOR_EACH_SSA_TREE_OPERAND (def, stmt, iter2, SSA_OP_DEF)
H A Dddg.cc377 FOR_EACH_SUBRTX (iter2, array2, PATTERN (insn2), NONCONST)
379 const_rtx x2 = *iter2;
H A Dtree.cc6579 const_call_expr_arg_iterator iter1, iter2;
6581 arg2 = first_const_call_expr_arg (t2, &iter2);
6584 arg2 = next_const_call_expr_arg (&iter2))
6558 const_call_expr_arg_iterator iter1, iter2; local
H A Dtree-vect-slp.cc4270 imm_use_iterator iter2; local
4278 FOR_EACH_IMM_USE_FAST (use_p, iter2, DEF_FROM_PTR (def_p))
/netbsd-current/usr.sbin/envstat/
H A Denvstat.c416 prop_object_iterator_t iter, iter2; local
454 iter2 = prop_array_iterator(array);
455 while ((obj = prop_object_iterator_next(iter2)) != NULL) {
481 prop_object_iterator_release(iter2);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dcatz.c401 isc_ht_iter_t *iter1 = NULL, *iter2 = NULL; local
434 isc_ht_iter_create(target->entries, &iter2);
529 for (result = isc_ht_iter_first(iter2); result == ISC_R_SUCCESS;
530 result = isc_ht_iter_delcurrent_next(iter2))
533 isc_ht_iter_current(iter2, (void **)&entry);
546 isc_ht_iter_destroy(&iter2);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dcatz.c481 isc_ht_iter_t *iter1 = NULL, *iter2 = NULL; local
513 isc_ht_iter_create(catz->entries, &iter2);
682 for (result = isc_ht_iter_first(iter2); result == ISC_R_SUCCESS;
683 result = isc_ht_iter_delcurrent_next(iter2))
686 isc_ht_iter_current(iter2, (void **)&entry);
698 isc_ht_iter_destroy(&iter2);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc3982 call_expr_arg_iterator iter1, iter2;
3984 init_call_expr_arg_iterator (t2, &iter2);
3985 if (iter1.n != iter2.n)
3991 tree arg2 = next_call_expr_arg (&iter2);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c3738 call_expr_arg_iterator iter1, iter2;
3743 arg2 = first_call_expr_arg (t2, &iter2);
3746 arg2 = next_call_expr_arg (&iter2))
3732 call_expr_arg_iterator iter1, iter2; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dresolve.c7375 gfc_forall_iterator *iter, *iter2; local
7414 for (iter2 = iter; iter2; iter2 = iter2->next)
7416 if (find_forall_index (iter2->start, iter->var->symtree->n.sym, 0)
7417 || find_forall_index (iter2->end, iter->var->symtree->n.sym, 0)
7418 || find_forall_index (iter2->stride, iter->var->symtree->n.sym, 0))
7421 &iter2->start->where);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dresolve.cc7495 gfc_forall_iterator *iter, *iter2; local
7534 for (iter2 = iter; iter2; iter2 = iter2->next)
7536 if (find_forall_index (iter2->start, iter->var->symtree->n.sym, 0)
7537 || find_forall_index (iter2->end, iter->var->symtree->n.sym, 0)
7538 || find_forall_index (iter2->stride, iter->var->symtree->n.sym, 0))
7541 &iter2->start->where);
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp3645 string_iterator iter2(m2);
3652 int c2 = iter2.get(&nd2);

Completed in 701 milliseconds

12