OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 19 02:09:48 GMT 2025