Lines Matching defs:osr
74 unsigned int osr; /* Oversample rate */
217 if ((unsigned int)ec->rct_count >= (31 * ec->osr)) {
560 * We multiply the loop value with ->osr to obtain the
563 if (++k >= (DATA_SIZE_BITS * ec->osr))
656 struct rand_data *jent_entropy_collector_alloc(unsigned int osr,
680 if (0 == osr)
681 osr = 1; /* minimum sampling rate is 1 */
682 entropy_collector->osr = osr;
709 ec.osr = 1;