Searched refs:thi (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c163 unsigned tlo, thi; local
168 thi = regp[unit]->high_time; /* read 4 higher order bytes */
186 thi = SWAP(thi); /* copy of data */
188 pp->day = BCD2INT3((thi & 0x0FFF0000) >> 16);
189 pp->hour = BCD2INT2((thi & 0x0000FF00) >> 8);
190 pp->minute = BCD2INT2(thi & 0x000000FF);
199 pp->hour, pp->minute, pp->second, pp->nsec, status, thi,
/freebsd-13-stable/contrib/diff/src/
H A Danalyze.c122 lin x, y, oldx, tlo = fd[d - 1], thi = fd[d + 1]; local
124 if (tlo >= thi)
127 x = thi;
149 lin x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1]; local
151 if (tlo < thi)
154 x = thi - 1;
/freebsd-13-stable/usr.sbin/pmcannotate/
H A Dpmcannotate.c313 u_int thi; local
320 thi = th * totalsamples / 100;
322 if (agg->ag_nsamples < thi)
/freebsd-13-stable/sbin/nvmecontrol/
H A Dlogpage.c716 NVME_LOGPAGE(thi,

Completed in 145 milliseconds