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

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c163 unsigned tlo, thi; local
167 tlo = regp[unit]->low_time; /* latch and read first 4 bytes */
185 tlo = SWAP(tlo); /* little to big endian swap on */
191 pp->second = BCD2INT2(tlo >> 24);
194 pp->nsec = 1000000*BCD2INT3((tlo & 0x00FFF000) >> 12) +
195 BCD2INT3(tlo & 0x00000FFF);
200 tlo);
/freebsd-11.0-release/contrib/diff/src/
H A Danalyze.c122 lin x, y, oldx, tlo = fd[d - 1], thi = fd[d + 1]; local
124 if (tlo >= thi)
125 x = tlo + 1;
149 lin x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1]; local
151 if (tlo < thi)
152 x = tlo;

Completed in 108 milliseconds