Home
last modified time | relevance | path

Searched defs:rnd_delta_estimator (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/sys/
H A Drndsource.h51 typedef struct rnd_delta_estimator { struct
52 uint64_t x;
53 uint64_t dx;
54 uint64_t d2x;
55 uint64_t insamples;
56 uint64_t outbits;