OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smoother
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/timed/timed/
correct.c
120
static int
smoother
= 0;
local in function:adjclock
141
if (
smoother
<= 4)
142
smoother
++;
143
ndelta = (unsigned long)delta >>
smoother
;
146
~((1 << ((sizeof(long) * NBBY) -
smoother
))
156
} else if (
smoother
> 0) {
157
smoother
--;
164
smoother
= 0;
correct.c
120
static int
smoother
= 0;
local in function:adjclock
141
if (
smoother
<= 4)
142
smoother
++;
143
ndelta = (unsigned long)delta >>
smoother
;
146
~((1 << ((sizeof(long) * NBBY) -
smoother
))
156
} else if (
smoother
> 0) {
157
smoother
--;
164
smoother
= 0;
Completed in 137 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025