| /src/external/gpl2/xcvs/dist/lib/ |
| strcasecmp.c | 55 mbui_iterator_t iter1; local 58 mbui_init (iter1, s1); 61 while (mbui_avail (iter1) && mbui_avail (iter2)) 63 int cmp = mb_casecmp (mbui_cur (iter1), mbui_cur (iter2)); 68 mbui_advance (iter1); 71 if (mbui_avail (iter1))
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| filtered_iterator-selftests.c | 156 iter1(array, ARRAY_SIZE (array)); 161 SELF_CHECK (iter1 == iter2); 162 SELF_CHECK (!(iter1 != iter2)); 165 ++iter1; 166 SELF_CHECK (!(iter1 == iter2)); 167 SELF_CHECK (iter1 != iter2); 171 SELF_CHECK (iter1 == iter2); 172 SELF_CHECK (!(iter1 != iter2)); 183 filtered_iterator<int *, even_numbers_only> iter1 189 SELF_CHECK (iter1 == iter2) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| filtered_iterator-selftests.c | 136 iter1(array, ARRAY_SIZE (array)); 141 SELF_CHECK (iter1 == iter2); 142 SELF_CHECK (!(iter1 != iter2)); 145 ++iter1; 146 SELF_CHECK (!(iter1 == iter2)); 147 SELF_CHECK (iter1 != iter2); 151 SELF_CHECK (iter1 == iter2); 152 SELF_CHECK (!(iter1 != iter2));
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| FlattenCFG.cpp | 330 BasicBlock::iterator iter1 = Block1->begin(); local 336 if (iter1 == end1) { 342 if (!iter1->isIdenticalTo(&*iter2)) 347 if (iter1->mayHaveSideEffects()) { 348 Instruction *CurI = &*iter1; 356 if (iter1->mayReadFromMemory()) 359 if (iter1->mayWriteToMemory()) { 363 if (!AA || !AA->isNoAlias(&*iter1, &*BI)) 368 ++iter1;
|
| /src/usr.sbin/btdevctl/ |
| db.c | 232 prop_object_iterator_t iter0, iter1; local 247 iter1 = prop_dictionary_iterator(ldev); 248 if (iter1 == NULL) 251 while ((key = prop_object_iterator_next(iter1)) != NULL) { 270 prop_object_iterator_release(iter1);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-simd-clone.cc | 1207 tree iter1 = make_ssa_name (iter); local 1209 ipa_simd_modify_function_body (node, adjustments, retval, iter1); 1253 g = gimple_build_assign (iter2, PLUS_EXPR, iter1, 1282 shift_cnt = iter1; 1293 tree idx = make_ssa_name (TREE_TYPE (iter1)); 1294 g = gimple_build_assign (idx, RSHIFT_EXPR, iter1, 1303 shift_cnt = make_ssa_name (TREE_TYPE (iter1)); 1304 g = gimple_build_assign (shift_cnt, BIT_AND_EXPR, iter1, 1305 build_int_cst (TREE_TYPE (iter1), c)); 1323 mask_array, iter1, NULL, NULL) [all...] |
| ddg.cc | 373 FOR_EACH_SUBRTX (iter1, array1, PATTERN (insn1), NONCONST) 375 const_rtx x1 = *iter1;
|
| tree.cc | 6592 const_call_expr_arg_iterator iter1, iter2; 6593 for (arg1 = first_const_call_expr_arg (t1, &iter1), 6596 arg1 = next_const_call_expr_arg (&iter1), 6571 const_call_expr_arg_iterator iter1, iter2; local
|
| tree-vect-slp.cc | 4320 ssa_op_iter iter1; local 4324 FOR_EACH_PHI_OR_STMT_DEF (def_p, orig_info->stmt, iter1, SSA_OP_DEF)
|
| fold-const.cc | 3531 const_call_expr_arg_iterator iter0, iter1; 3534 a1 = first_const_call_expr_arg (arg1, &iter1); 3537 a1 = next_const_call_expr_arg (&iter1))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-simd-clone.cc | 1482 tree iter1 = make_ssa_name (iter); local 1484 ipa_simd_modify_function_body (node, adjustments, retval, iter1); 1528 g = gimple_build_assign (iter2, PLUS_EXPR, iter1, 1557 shift_cnt = iter1; 1568 tree idx = make_ssa_name (TREE_TYPE (iter1)); 1569 g = gimple_build_assign (idx, RSHIFT_EXPR, iter1, 1578 shift_cnt = make_ssa_name (TREE_TYPE (iter1)); 1579 g = gimple_build_assign (shift_cnt, BIT_AND_EXPR, iter1, 1580 build_int_cst (TREE_TYPE (iter1), c)); 1606 mask_array, iter1, NULL, NULL) [all...] |
| ddg.cc | 373 FOR_EACH_SUBRTX (iter1, array1, PATTERN (insn1), NONCONST) 375 const_rtx x1 = *iter1;
|
| tree-vect-slp.cc | 5930 ssa_op_iter iter1; local 5934 FOR_EACH_PHI_OR_STMT_DEF (def_p, orig_info->stmt, iter1, SSA_OP_DEF)
|
| fold-const.cc | 3758 const_call_expr_arg_iterator iter0, iter1; 3761 a1 = first_const_call_expr_arg (arg1, &iter1); 3764 a1 = next_const_call_expr_arg (&iter1))
|
| tree.cc | 6660 const_call_expr_arg_iterator iter1, iter2; 6661 for (arg1 = first_const_call_expr_arg (t1, &iter1), 6664 arg1 = next_const_call_expr_arg (&iter1), 6639 const_call_expr_arg_iterator iter1, iter2; local
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| catz.c | 401 isc_ht_iter_t *iter1 = NULL, *iter2 = NULL; local 432 isc_ht_iter_create(newzone->entries, &iter1); 448 for (result = isc_ht_iter_first(iter1); result == ISC_R_SUCCESS; 449 result = delcur ? isc_ht_iter_delcurrent_next(iter1) 450 : isc_ht_iter_next(iter1)) 459 isc_ht_iter_current(iter1, (void **)&nentry); 460 isc_ht_iter_currentkey(iter1, &key, &keysize); 524 isc_ht_iter_destroy(&iter1);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| catz.c | 499 isc_ht_iter_t *iter1 = NULL, *iter2 = NULL; local 530 isc_ht_iter_create(newcatz->entries, &iter1); 544 for (result = isc_ht_iter_first(iter1); result == ISC_R_SUCCESS; 545 result = delcur ? isc_ht_iter_delcurrent_next(iter1) 546 : isc_ht_iter_next(iter1)) 557 isc_ht_iter_current(iter1, (void **)&nentry); 558 isc_ht_iter_currentkey(iter1, &key, &keysize); 689 isc_ht_iter_destroy(&iter1);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| tree.cc | 3980 call_expr_arg_iterator iter1, iter2; 3981 init_call_expr_arg_iterator (t1, &iter1); 3983 if (iter1.n != iter2.n) 3986 while (more_call_expr_args_p (&iter1)) 3988 tree arg1 = next_call_expr_arg (&iter1);
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| input.cpp | 3644 string_iterator iter1(m1); 3649 int c1 = iter1.get(&nd1); 4586 string_iterator iter1(*m); 4588 int c = iter1.get(0);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| tree.cc | 4056 call_expr_arg_iterator iter1, iter2; 4057 init_call_expr_arg_iterator (t1, &iter1); 4059 if (iter1.n != iter2.n) 4062 while (more_call_expr_args_p (&iter1)) 4064 tree arg1 = next_call_expr_arg (&iter1);
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 16931 call_expr_arg_iterator iter1, iter2; 16934 for (arg1 = first_call_expr_arg (t1, &iter1), 16937 arg1 = next_call_expr_arg (&iter1), 16890 call_expr_arg_iterator iter1, iter2; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 16038 call_expr_arg_iterator iter1, iter2; 16041 for (arg1 = first_call_expr_arg (t1, &iter1), 16044 arg1 = next_call_expr_arg (&iter1), 15999 call_expr_arg_iterator iter1, iter2; local
|