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

/bind-9.11.3/lib/isc/
H A Dentropy.c92 isc_uint32_t rotate; /*%< how many bits to rotate by */ member in struct:__anon218
282 if (rp->rotate == 0)
286 ((val << rp->rotate) | (val >> (32 - rp->rotate)));
289 * If we have looped around the pool, increment the rotate
298 rp->rotate = (rp->rotate + 7) & 31;
665 pool->rotate = 0;
674 pool->rotate
[all...]

Completed in 34 milliseconds