Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_algs.c241 size_t largestcount = 0; in n2rng_renyi_entropy() local
250 if (count > largestcount) { in n2rng_renyi_entropy()
251 largestcount = count; in n2rng_renyi_entropy()
267 if (count > largestcount) { in n2rng_renyi_entropy()
268 largestcount = count; in n2rng_renyi_entropy()
284 entp->Hinf = -(lg2(largestcount) + in n2rng_renyi_entropy()