OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npts
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/timed/timed/
networkdelta.c
163
int
npts
; /* # of points above & below guess */
local in function:median
182
npts
= 0;
192
npts
++;
196
npts
--;
211
(long)a, pass,
npts
);
216
if (
npts
>= 2) { /* guess was too low */
222
} else if (
npts
<= -2) { /* guess was two high */
236
(long)a, pass,
npts
);
245
if (
npts
== 0) /* yes, return an average */
247
else if (
npts
> 0
[
all
...]
networkdelta.c
163
int
npts
; /* # of points above & below guess */
local in function:median
182
npts
= 0;
192
npts
++;
196
npts
--;
211
(long)a, pass,
npts
);
216
if (
npts
>= 2) { /* guess was too low */
222
} else if (
npts
<= -2) { /* guess was two high */
236
(long)a, pass,
npts
);
245
if (
npts
== 0) /* yes, return an average */
247
else if (
npts
> 0
[
all
...]
Completed in 51 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025