Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp129 it2 != ie2; ++it2) in ExecuteOneTest()
217 it2 != ie2; ++it2) in DAGDeltaAlgorithmImpl()
218 PredClosure[*it2].insert(Change); in DAGDeltaAlgorithmImpl()
233 it2 != ie2; ++it2) { in DAGDeltaAlgorithmImpl()
234 if (it2 != succ_begin(*it)) in DAGDeltaAlgorithmImpl()
236 llvm::errs() << "->" << *it2; in DAGDeltaAlgorithmImpl()
258 it2 != ie2; ++it2) { in DAGDeltaAlgorithmImpl()
259 if (it2 != pred_closure_begin(Change)) in DAGDeltaAlgorithmImpl()
261 llvm::errs() << *it2; in DAGDeltaAlgorithmImpl()
271 it2 != ie2; ++it2) { in DAGDeltaAlgorithmImpl()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_tsyncpci.c413 ioctl_trans_di *it2; in tsync_poll() local
502 if (it2 == NULL) { in tsync_poll()
508 it2->dest = TSYNC_LEAP_DEST_ID; in tsync_poll()
509 it2->iid = TSYNC_LEAP_IID; in tsync_poll()
510 it2->inPayloadOffset = TSYNC_LEAP_IN_PYLD_OFF; in tsync_poll()
511 it2->inLength = TSYNC_LEAP_IN_LEN; in tsync_poll()
512 it2->outPayloadOffset = TSYNC_LEAP_OUT_PYLD_OFF; in tsync_poll()
513 it2->maxOutLength = TSYNC_LEAP_MAX_OUT_LEN; in tsync_poll()
514 it2->actualOutLength = 0; in tsync_poll()
515 it2->status = 0; in tsync_poll()
[all …]
/freebsd/usr.sbin/ctld/
H A Duclparse.c397 ucl_object_iter_t it = NULL, it2 = NULL; in uclparse_auth_group() local
432 it2 = NULL; in uclparse_auth_group()
447 it2 = NULL; in uclparse_auth_group()
462 it2 = NULL; in uclparse_auth_group()
480 it2 = NULL; in uclparse_auth_group()
498 ucl_object_iter_t it = NULL, it2 = NULL; in uclparse_portal_group() local
547 while ((tmp = ucl_iterate_object(obj, &it2, in uclparse_portal_group()
569 while ((tmp = ucl_iterate_object(obj, &it2, in uclparse_portal_group()
605 while ((tmp = ucl_iterate_object(obj, &it2, in uclparse_portal_group()
697 ucl_object_iter_t it = NULL, it2 = NULL; in uclparse_target() local
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp464 set<string>::iterator it2; in main() local
468 for (it2 = defined[idx].begin(); it2 != defined[idx].end(); ++it2) in main()
469 hide.insert(*it2); in main()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc142 ParamGenerator<int>::iterator it2 = it; in TEST() local
143 EXPECT_TRUE(*it == *it2) << "Initialized iterators must point to the " in TEST()
148 EXPECT_FALSE(*it == *it2); in TEST()
149 it2 = it; in TEST()
150 EXPECT_TRUE(*it == *it2) << "Assigned iterators must point to the " in TEST()
165 it2 = it; in TEST()
167 ++it2; in TEST()
168 EXPECT_TRUE(*it == *it2); in TEST()
/freebsd/contrib/libucl/src/
H A Ducl_util.c3665 const ucl_object_t *it1, *it2; local
3706 it2 = kv_A (*vec2, i);
3708 if (it1 == NULL && it2 != NULL) {
3711 else if (it2 == NULL && it1 != NULL) {
3714 else if (it1 != NULL && it2 != NULL) {
3715 ret = ucl_object_compare (it1, it2);
3729 it2 = ucl_object_lookup (o2, ucl_object_key (it1));
3730 if (it2 == NULL) {
3734 ret = ucl_object_compare (it1, it2);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp1036 it2 = RD->field_begin(); *it2 != it->first; ++it2) in print() local
/freebsd/contrib/ntp/sntp/libevent/
H A Dbuffer.c1601 struct evbuffer_ptr it, it2; in evbuffer_search_eol() local
1629 memcpy(&it2, &it, sizeof(it)); in evbuffer_search_eol()
1630 extra_drain = evbuffer_strspn(&it2, "\r\n"); in evbuffer_search_eol()
1651 memcpy(&it2, &it, sizeof(it)); in evbuffer_search_eol()
1652 if (evbuffer_ptr_subtract(buffer, &it2, 1)<0) in evbuffer_search_eol()
1654 if (evbuffer_getchr(&it2) == '\r') { in evbuffer_search_eol()
1655 memcpy(&it, &it2, sizeof(it)); in evbuffer_search_eol()
/freebsd/contrib/libevent/
H A Dbuffer.c1601 struct evbuffer_ptr it, it2; in evbuffer_search_eol() local
1629 memcpy(&it2, &it, sizeof(it)); in evbuffer_search_eol()
1630 extra_drain = evbuffer_strspn(&it2, "\r\n"); in evbuffer_search_eol()
1651 memcpy(&it2, &it, sizeof(it)); in evbuffer_search_eol()
1652 if (evbuffer_ptr_subtract(buffer, &it2, 1)<0) in evbuffer_search_eol()
1654 if (evbuffer_getchr(&it2) == '\r') { in evbuffer_search_eol()
1655 memcpy(&it, &it2, sizeof(it)); in evbuffer_search_eol()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1493 ExpectationSet::const_iterator it2 = it1; in TEST() local
1494 ++it2; in TEST()
1495 EXPECT_TRUE(*it1 == e1 || *it2 == e1); // e1 must be in the set. in TEST()
1496 EXPECT_TRUE(*it1 == e2 || *it2 == e2); // e2 must be in the set too. in TEST()
/freebsd/share/termcap/
H A Dtermcap973 it2|intertube2|intertec data systems intertube 2:\