HomeSort by: relevance | last modified time | path
    Searched refs:tenths (Results 1 - 3 of 3) sorted by relevancy

  /src/games/boggle/boggle/
timer.c 112 delay(int tenths)
116 duration.tv_nsec = (tenths % 10 ) * 100000000L;
117 duration.tv_sec = (long) (tenths / 10);
  /src/sbin/dump/
tape.c 115 int tenths; /* length of tape used per block written */ variable in typeref:typename:int
134 tenths = writesize / density +
343 asize += tenths;
  /src/lib/libc/time/
zic.c 1818 int tenths = 0; local in function:gethms
1829 &hh, &hhx, &mm, &mmx, &ss, &ssx, &tenths, &xr, &xs)) {
1858 ss += 5 + ((ss ^ 1) & (xr == '0')) <= tenths; /* Round to even. */

Completed in 15 milliseconds