HomeSort by: relevance | last modified time | path
    Searched defs:thi (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_gpsvme.c 165 unsigned tlo, thi; local
170 thi = regp[unit]->high_time; /* read 4 higher order bytes */
188 thi = SWAP(thi); /* copy of data */
190 pp->day = BCD2INT3((thi & 0x0FFF0000) >> 16);
191 pp->hour = BCD2INT2((thi & 0x0000FF00) >> 8);
192 pp->minute = BCD2INT2(thi & 0x000000FF);
201 pp->hour, pp->minute, pp->second, pp->nsec, status, thi,
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fstrcmp.c 217 int thi; local
220 thi = fd[d + 1];
222 if (tlo >= thi)
225 x = thi;
259 int thi; local
262 thi = bd[d + 1];
263 if (tlo < thi)
266 x = thi - 1;
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
fstrcmp.c 217 int thi; local
220 thi = fd[d + 1];
222 if (tlo >= thi)
225 x = thi;
259 int thi; local
262 thi = bd[d + 1];
263 if (tlo < thi)
266 x = thi - 1;
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
fstrcmp.c 217 int thi; local
220 thi = fd[d + 1];
222 if (tlo >= thi)
225 x = thi;
259 int thi; local
262 thi = bd[d + 1];
263 if (tlo < thi)
266 x = thi - 1;
  /src/lib/libm/ld80/
b_tgammal.c 120 long double p, z, thi, tlo, xhi, xlo; local
137 thi = xhi * u.a;
140 /* Compute thi + tlo + ln2pi_hi + ln2pi_lo + p. */
144 u.a += thi;
145 u.b = thi - u.a;
201 long double p, q, thi, tlo; local
211 thi = (float)z;
212 tlo = (z - thi) + c;
213 tlo *= (thi + z);
216 thi *= thi
    [all...]
  /src/external/gpl2/diffutils/dist/src/
analyze.c 127 lin x, y, oldx, tlo = fd[d - 1], thi = fd[d + 1]; local
129 if (tlo >= thi)
132 x = thi;
154 lin x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1]; local
156 if (tlo < thi)
159 x = thi - 1;
  /src/external/gpl2/xcvs/dist/diff/
analyze.c 129 int x, y, oldx, tlo = fd[d - 1], thi = fd[d + 1]; local
131 if (tlo >= thi)
134 x = thi;
156 int x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1]; local
158 if (tlo < thi)
161 x = thi - 1;

Completed in 18 milliseconds