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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_gpsvme.c165 unsigned tlo, thi; local
169 tlo = regp[unit]->low_time; /* latch and read first 4 bytes */
187 tlo = SWAP(tlo); /* little to big endian swap on */
193 pp->second = BCD2INT2(tlo >> 24);
196 pp->nsec = 1000000*BCD2INT3((tlo & 0x00FFF000) >> 12) +
197 BCD2INT3(tlo & 0x00000FFF);
201 tlo);
/macosx-10.10/BerkeleyDB-21/db/mod_db4/
H A DMakefile.in26 rm -f *.o *.a *.so *.lo *.tlo *.to config.cache config.log *.out core
/macosx-10.10/gnudiff-19/diffutils/src/
H A Danalyze.c125 lin x, y, oldx, tlo = fd[d - 1], thi = fd[d + 1]; local
127 if (tlo >= thi)
128 x = tlo + 1;
152 lin x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1]; local
154 if (tlo < thi)
155 x = tlo;
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalcalg3.el1335 (let ((tlo (if (math-lessp '(float 2 0) lo)
1340 (math-float tlo) (math-float hi) 'inf))
1341 hi tlo)))

Completed in 75 milliseconds