Searched refs:it1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_tsyncpci.c412 ioctl_trans_di *it1; local
474 it1 = (ioctl_trans_di*)alloca(itAllocationLength1);
475 if (it1 == NULL) {
481 it1->dest = TSYNC_TMSCL_DEST_ID;
482 it1->iid = TSYNC_TMSCL_IID;
483 it1->inPayloadOffset = TSYNC_TMSCL_IN_PYLD_OFF;
484 it1->inLength = TSYNC_TMSCL_IN_LEN;
485 it1->outPayloadOffset = TSYNC_TMSCL_OUT_PYLD_OFF;
486 it1->maxOutLength = TSYNC_TMSCL_MAX_OUT_LEN;
487 it1
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c3291 const ucl_object_t *it1, *it2; local
3324 it1 = kv_A (*vec1, i);
3327 if (it1 == NULL && it2 != NULL) {
3330 else if (it2 == NULL && it1 != NULL) {
3333 else if (it1 != NULL && it2 != NULL) {
3334 ret = ucl_object_compare (it1, it2);
3347 while ((it1 = ucl_object_iterate (o1, &iter, true)) != NULL) {
3348 it2 = ucl_object_lookup (o2, ucl_object_key (it1));
3353 ret = ucl_object_compare (it1, it2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp620 auto it1 = ValueBBs.find(BB); local
621 if (it1 != ValueBBs.end()) {
623 for (std::pair<VNType, Instruction *> &VI : reverse(it1->second)) {

Completed in 85 milliseconds