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

/barrelfish-master/lib/libc/gen/
H A Darc4random.c79 static int arc4_count; variable
176 arc4_count = 1600000;
184 if (arc4_count <= 0 || !rs_initialized || arc4_stir_pid != pid) {
238 arc4_count -= 4;
252 if (--arc4_count <= 0)

Completed in 99 milliseconds