Home
last modified time | relevance | path

Searched refs:tenths (Results 1 – 4 of 4) sorted by relevance

/original-bsd/games/boggle/boggle/
H A Dtimer.c84 delay(tenths) in delay() argument
85 int tenths; in delay()
89 duration.tv_usec = (tenths % 10 ) * 100000L;
90 duration.tv_sec = (long) (tenths / 10);
/original-bsd/local/ukc/dump/
H A Ddumptape.c47 int tenths; /* length of tape used per block written */ variable
61 tenths = writesize/density + (cartridge ? 16 : density == 625 ? 5 : 8); in alloctape()
162 asize += tenths; in flusht()
/original-bsd/sbin/dump/
H A Dtape.c93 int tenths; /* length of tape used per block written */ variable
116 tenths = writesize / density + in alloctape()
276 asize += tenths; in flushtape()
/original-bsd/sys/hp/dev/
H A Dhil.c819 long tenths; variable
866 tenths = (ourtime.tv_sec * 100) + (ourtime.tv_usec / 10000);
898 *(long *)pp = tenths;