Searched refs:itb (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.c124 } itb; local
128 itb.time = tv.tv_sec;
129 itb.millitm = (tv.tv_usec / 1000);
130 itb.timezone = tz_minuteswest;
131 itb.dstflag = tz_dsttime != DST_NONE;
133 return copyout((caddr_t)&itb, (caddr_t)uap->tp,
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp380 set<T>::const_iterator ita, itb; local
382 for (ita = a.begin(), itb = b.begin(); ita != a.end() && itb != b.end();) {
383 const T &ta = *ita, &tb = *itb;
387 ++itb;

Completed in 103 milliseconds