Searched defs:sample_count (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dentropy.c260 static unsigned int sample_count = ADAPTIVE_PROPORTION_WINDOW_SIZE; local
281 if ( sample_count == ADAPTIVE_PROPORTION_WINDOW_SIZE ) {
287 sample_count = 0;
297 sample_count++;

Completed in 53 milliseconds