Searched refs:histogram (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c247 isc_uint32_t histogram[11]; local
268 histogram[j] = 0;
286 histogram[i]++;
291 /* Fold histogram[10] (p_value = 1.0) into histogram[9] for
294 histogram[9] += histogram[10];
295 histogram[10] = 0;
326 printf("hist%u=%u ", j, histogram[j]);
328 numer = (histogram[
[all...]

Completed in 10 milliseconds