Home
last modified time | relevance | path

Searched refs:it2 (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp130 it2 != ie2; ++it2) in ExecuteOneTest()
222 ie2 = succ_closure_end(*it); it2 != ie2; ++it2) in DAGDeltaAlgorithmImpl()
223 PredClosure[*it2].insert(*it); in DAGDeltaAlgorithmImpl()
238 it2 != ie2; ++it2) { in DAGDeltaAlgorithmImpl()
239 if (it2 != succ_begin(*it)) in DAGDeltaAlgorithmImpl()
241 llvm::errs() << "->" << *it2; in DAGDeltaAlgorithmImpl()
264 it2 != ie2; ++it2) { in DAGDeltaAlgorithmImpl()
265 if (it2 != pred_closure_begin(*it)) in DAGDeltaAlgorithmImpl()
267 llvm::errs() << *it2; in DAGDeltaAlgorithmImpl()
278 it2 != ie2; ++it2) { in DAGDeltaAlgorithmImpl()
[all …]
/netbsd/usr.bin/locate/bigram/
H A Dlocate.bigram.c83 const struct bigram *it1=item1, *it2=item2; in compare_bigrams() local
85 if (it1->count != it2->count) in compare_bigrams()
86 return it2->count - it1->count; in compare_bigrams()
87 else if (it1->b1 != it2->b1) in compare_bigrams()
88 return it2->b1 - it1->b1; in compare_bigrams()
90 return it2->b2 - it2->b2; in compare_bigrams()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_tsyncpci.c415 ioctl_trans_di *it2; in tsync_poll() local
504 if (it2 == NULL) { in tsync_poll()
510 it2->dest = TSYNC_LEAP_DEST_ID; in tsync_poll()
511 it2->iid = TSYNC_LEAP_IID; in tsync_poll()
512 it2->inPayloadOffset = TSYNC_LEAP_IN_PYLD_OFF; in tsync_poll()
513 it2->inLength = TSYNC_LEAP_IN_LEN; in tsync_poll()
514 it2->outPayloadOffset = TSYNC_LEAP_OUT_PYLD_OFF; in tsync_poll()
515 it2->maxOutLength = TSYNC_LEAP_MAX_OUT_LEN; in tsync_poll()
516 it2->actualOutLength = 0; in tsync_poll()
517 it2->status = 0; in tsync_poll()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/brig/brigfrontend/
H A Dbrig-util.cc558 for (reg_use_it it2 = begin_it2; it2 != end_it2; it2++) in gccbrig_print_reg_use_info() local
560 fprintf (dump, "(%lu) ", (long unsigned int) it2->second); in gccbrig_print_reg_use_info()
561 print_node_brief (dump, "", it2->first, 0); in gccbrig_print_reg_use_info()
/netbsd/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-util.cc558 for (reg_use_it it2 = begin_it2; it2 != end_it2; it2++) in gccbrig_print_reg_use_info() local
560 fprintf (dump, "(%lu) ", (long unsigned int) it2->second); in gccbrig_print_reg_use_info()
561 print_node_brief (dump, "", it2->first, 0); in gccbrig_print_reg_use_info()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dthumb32.s304 .macro it2 cond ncond a b m= macro
309 it2 \cond \ncond \a \b \c
332 it2 eq ne t t
333 it2 eq ne e t
334 it2 eq ne t e
335 it2 eq ne e e
347 it2 ne eq t t
348 it2 ne eq e t
349 it2 ne eq t e
350 it2 ne eq e e
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dthumb32.s304 .macro it2 cond ncond a b m= macro
309 it2 \cond \ncond \a \b \c
332 it2 eq ne t t
333 it2 eq ne e t
334 it2 eq ne t e
335 it2 eq ne e e
347 it2 ne eq t t
348 it2 ne eq e t
349 it2 ne eq t e
350 it2 ne eq e e
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgcov.c1169 for (vector<function_info *>::iterator it2 = fns->begin (); in output_json_intermediate_file() local
1170 it2 != fns->end (); it2++) in output_json_intermediate_file()
1172 if (!(*it2)->is_group) in output_json_intermediate_file()
1173 last_non_group_fn = *it2; in output_json_intermediate_file()
1175 vector<line_info> &lines = (*it2)->lines; in output_json_intermediate_file()
1180 (*it2)->m_name); in output_json_intermediate_file()
2733 for (vector<line_info>::iterator it2 = fn->lines.begin (); in accumulate_line_counts() local
2734 it2 != fn->lines.end (); it2++) in accumulate_line_counts()
2736 line_info *line = &(*it2); in accumulate_line_counts()
H A Dgcov.cc1255 for (vector<function_info *>::iterator it2 = fns->begin (); in output_json_intermediate_file() local
1256 it2 != fns->end (); it2++) in output_json_intermediate_file()
1258 if (!(*it2)->is_group) in output_json_intermediate_file()
1259 last_non_group_fns.push_back (*it2); in output_json_intermediate_file()
1261 vector<line_info> &lines = (*it2)->lines; in output_json_intermediate_file()
1267 (*it2)->m_name); in output_json_intermediate_file()
2814 for (vector<line_info>::iterator it2 = fn->lines.begin (); in accumulate_line_counts() local
2815 it2 != fn->lines.end (); it2++) in accumulate_line_counts()
2817 line_info *line = &(*it2); in accumulate_line_counts()
H A Dipa-icf.c2751 for (subdivide_hash_map::iterator it2 = split_map.begin (); in subdivide_classes_by_sensitive_refs() local
2752 it2 != split_map.end (); ++it2) in subdivide_classes_by_sensitive_refs()
2757 for (unsigned k = 0; k < (*it2).second.length (); k++) in subdivide_classes_by_sensitive_refs()
2758 add_item_to_class (new_cls, (*it2).second[k]); in subdivide_classes_by_sensitive_refs()
2777 for (subdivide_hash_map::iterator it2 = split_map.begin (); in subdivide_classes_by_sensitive_refs() local
2778 it2 != split_map.end (); ++it2) in subdivide_classes_by_sensitive_refs()
2780 delete (*it2).first; in subdivide_classes_by_sensitive_refs()
2781 (*it2).second.release (); in subdivide_classes_by_sensitive_refs()
H A Dipa-icf.cc2834 for (subdivide_hash_map::iterator it2 = split_map.begin (); in subdivide_classes_by_sensitive_refs() local
2835 it2 != split_map.end (); ++it2) in subdivide_classes_by_sensitive_refs()
2840 for (unsigned k = 0; k < (*it2).second.length (); k++) in subdivide_classes_by_sensitive_refs()
2841 add_item_to_class (new_cls, (*it2).second[k]); in subdivide_classes_by_sensitive_refs()
2860 for (subdivide_hash_map::iterator it2 = split_map.begin (); in subdivide_classes_by_sensitive_refs() local
2861 it2 != split_map.end (); ++it2) in subdivide_classes_by_sensitive_refs()
2863 delete (*it2).first; in subdivide_classes_by_sensitive_refs()
2864 (*it2).second.release (); in subdivide_classes_by_sensitive_refs()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c1169 for (vector<function_info *>::iterator it2 = fns->begin (); in output_json_intermediate_file() local
1170 it2 != fns->end (); it2++) in output_json_intermediate_file()
1172 if (!(*it2)->is_group) in output_json_intermediate_file()
1173 last_non_group_fn = *it2; in output_json_intermediate_file()
1175 vector<line_info> &lines = (*it2)->lines; in output_json_intermediate_file()
1180 (*it2)->m_name); in output_json_intermediate_file()
2733 for (vector<line_info>::iterator it2 = fn->lines.begin (); in accumulate_line_counts() local
2734 it2 != fn->lines.end (); it2++) in accumulate_line_counts()
2736 line_info *line = &(*it2); in accumulate_line_counts()
H A Dipa-icf.c2751 for (subdivide_hash_map::iterator it2 = split_map.begin (); in subdivide_classes_by_sensitive_refs() local
2752 it2 != split_map.end (); ++it2) in subdivide_classes_by_sensitive_refs()
2757 for (unsigned k = 0; k < (*it2).second.length (); k++) in subdivide_classes_by_sensitive_refs()
2758 add_item_to_class (new_cls, (*it2).second[k]); in subdivide_classes_by_sensitive_refs()
2777 for (subdivide_hash_map::iterator it2 = split_map.begin (); in subdivide_classes_by_sensitive_refs() local
2778 it2 != split_map.end (); ++it2) in subdivide_classes_by_sensitive_refs()
2780 delete (*it2).first; in subdivide_classes_by_sensitive_refs()
2781 (*it2).second.release (); in subdivide_classes_by_sensitive_refs()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp1024 it2 = RD->field_begin(); *it2 != it->first; ++it2) in print() local
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Dbuffer.c1591 struct evbuffer_ptr it, it2; in evbuffer_search_eol() local
1619 memcpy(&it2, &it, sizeof(it)); in evbuffer_search_eol()
1620 extra_drain = evbuffer_strspn(&it2, "\r\n"); in evbuffer_search_eol()
1641 memcpy(&it2, &it, sizeof(it)); in evbuffer_search_eol()
1642 if (evbuffer_ptr_subtract(buffer, &it2, 1)<0) in evbuffer_search_eol()
1644 if (evbuffer_getchr(&it2) == '\r') { in evbuffer_search_eol()
1645 memcpy(&it, &it2, sizeof(it)); in evbuffer_search_eol()
/netbsd/external/bsd/libevent/dist/
H A Dbuffer.c1605 struct evbuffer_ptr it, it2; in evbuffer_search_eol() local
1633 memcpy(&it2, &it, sizeof(it)); in evbuffer_search_eol()
1634 extra_drain = evbuffer_strspn(&it2, "\r\n"); in evbuffer_search_eol()
1655 memcpy(&it2, &it, sizeof(it)); in evbuffer_search_eol()
1656 if (evbuffer_ptr_subtract(buffer, &it2, 1)<0) in evbuffer_search_eol()
1658 if (evbuffer_getchr(&it2) == '\r') { in evbuffer_search_eol()
1659 memcpy(&it, &it2, sizeof(it)); in evbuffer_search_eol()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2208 struct itimerval it1, it2; in TEST() local
2224 res = setitimer(ITIMER_VIRTUAL, &it1, &it2); in TEST()
2226 EXPECT_NOT_POISONED(it2.it_interval.tv_sec); in TEST()
2227 EXPECT_NOT_POISONED(it2.it_interval.tv_usec); in TEST()
2228 EXPECT_NOT_POISONED(it2.it_value.tv_sec); in TEST()
2229 EXPECT_NOT_POISONED(it2.it_value.tv_usec); in TEST()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c6236 tree it2; in cp_omp_finish_iterators() local
6237 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) in cp_omp_finish_iterators()
6239 tree var2 = TREE_VEC_ELT (it2, 0); in cp_omp_finish_iterators()
6240 tree begin2 = TREE_VEC_ELT (it2, 1); in cp_omp_finish_iterators()
6241 tree end2 = TREE_VEC_ELT (it2, 2); in cp_omp_finish_iterators()
6242 tree step2 = TREE_VEC_ELT (it2, 3); in cp_omp_finish_iterators()
6263 if (it2) in cp_omp_finish_iterators()
H A Dsemantics.cc6608 tree it2; in cp_omp_finish_iterators() local
6609 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) in cp_omp_finish_iterators()
6611 tree var2 = TREE_VEC_ELT (it2, 0); in cp_omp_finish_iterators()
6612 tree begin2 = TREE_VEC_ELT (it2, 1); in cp_omp_finish_iterators()
6613 tree end2 = TREE_VEC_ELT (it2, 2); in cp_omp_finish_iterators()
6614 tree step2 = TREE_VEC_ELT (it2, 3); in cp_omp_finish_iterators()
6635 if (it2) in cp_omp_finish_iterators()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c6236 tree it2; in cp_omp_finish_iterators() local
6237 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) in cp_omp_finish_iterators()
6239 tree var2 = TREE_VEC_ELT (it2, 0); in cp_omp_finish_iterators()
6240 tree begin2 = TREE_VEC_ELT (it2, 1); in cp_omp_finish_iterators()
6241 tree end2 = TREE_VEC_ELT (it2, 2); in cp_omp_finish_iterators()
6242 tree step2 = TREE_VEC_ELT (it2, 3); in cp_omp_finish_iterators()
6263 if (it2) in cp_omp_finish_iterators()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.c13799 tree it2; in c_omp_finish_iterators() local
13800 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) in c_omp_finish_iterators()
13802 tree var2 = TREE_VEC_ELT (it2, 0); in c_omp_finish_iterators()
13803 tree begin2 = TREE_VEC_ELT (it2, 1); in c_omp_finish_iterators()
13804 tree end2 = TREE_VEC_ELT (it2, 2); in c_omp_finish_iterators()
13805 tree step2 = TREE_VEC_ELT (it2, 3); in c_omp_finish_iterators()
13835 if (it2) in c_omp_finish_iterators()
H A Dc-typeck.cc14032 tree it2; in c_omp_finish_iterators() local
14033 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) in c_omp_finish_iterators()
14035 tree var2 = TREE_VEC_ELT (it2, 0); in c_omp_finish_iterators()
14036 tree begin2 = TREE_VEC_ELT (it2, 1); in c_omp_finish_iterators()
14037 tree end2 = TREE_VEC_ELT (it2, 2); in c_omp_finish_iterators()
14038 tree step2 = TREE_VEC_ELT (it2, 3); in c_omp_finish_iterators()
14068 if (it2) in c_omp_finish_iterators()
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c13799 tree it2; in c_omp_finish_iterators() local
13800 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) in c_omp_finish_iterators()
13802 tree var2 = TREE_VEC_ELT (it2, 0); in c_omp_finish_iterators()
13803 tree begin2 = TREE_VEC_ELT (it2, 1); in c_omp_finish_iterators()
13804 tree end2 = TREE_VEC_ELT (it2, 2); in c_omp_finish_iterators()
13805 tree step2 = TREE_VEC_ELT (it2, 3); in c_omp_finish_iterators()
13835 if (it2) in c_omp_finish_iterators()
/netbsd/external/gpl3/gdb/dist/gold/
H A Dmips.cc5210 typename std::list<reloc_high<size, big_endian> >::iterator it2 = in rello16() local
5212 while (it2 != got16_relocs.end()) in rello16()
5214 reloc_high<size, big_endian> got16 = *it2; in rello16()
5228 it2 = got16_relocs.erase(it2); in rello16()
5231 ++it2; in rello16()
/netbsd/external/gpl3/binutils/dist/gold/
H A Dmips.cc5210 typename std::list<reloc_high<size, big_endian> >::iterator it2 = in rello16() local
5212 while (it2 != got16_relocs.end()) in rello16()
5214 reloc_high<size, big_endian> got16 = *it2; in rello16()
5228 it2 = got16_relocs.erase(it2); in rello16()
5231 ++it2; in rello16()

12