Lines Matching defs:rotate
92 isc_uint32_t rotate; /*%< how many bits to rotate by */
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 = 0;
1091 " rotate %u entropy %u pseudo %u nsources %u"
1094 ent->pool.cursor, ent->pool.rotate,