Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/random/
Dyarrow.c282 random_state.outputblocks = 0; in random_yarrow_read()
293 if (++random_state.outputblocks >= in random_yarrow_read()
296 random_state.outputblocks = 0; in random_yarrow_read()
309 if (++random_state.outputblocks >= in random_yarrow_read()
312 random_state.outputblocks = 0; in random_yarrow_read()
Dyarrow.h47 u_int outputblocks; /* count output blocks for gates */ member