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

/bind-9.6-ESV-R11/lib/isc/
H A Dentropy.c96 isc_uint32_t rotate; /*%< how many bits to rotate by */ member in struct:__anon150
286 if (rp->rotate == 0)
290 ((val << rp->rotate) | (val >> (32 - rp->rotate)));
293 * If we have looped around the pool, increment the rotate
302 rp->rotate = (rp->rotate + 7) & 31;
660 pool->rotate = 0;
669 pool->rotate
[all...]

Completed in 35 milliseconds