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

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprngpriv.h89 UINT poolEstBits[TOTAL_SOURCES]; member in struct:PRNG
H A Dprng.c261 p->poolEstBits[i] = 0;
424 p->poolEstBits[i] = 0;
509 p->poolEstBits[poolnum] += estbits;
560 temp[i] = _MIN((int)(ratio*p->poolSize[i]*4),(int)p->poolEstBits[i]);
562 temp[i] = _MIN (p->poolSize[i] * 4, p->poolEstBits[i]);
567 for(i=COMP_SOURCES;i<TOTAL_SOURCES;i++) {temp[i] = p->poolEstBits[i];}

Completed in 14 milliseconds