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

/vbox/src/VBox/Storage/testcase/
H A DtstVD.cpp228 uint32_t u32y; member in struct:RndCtx
255 pCtx->u32y = u32Seed;
261 return pCtx->u32y;
311 pCtx->u32y ^= pCtx->u32y<<13,
312 pCtx->u32y ^= pCtx->u32y>>17,
313 pCtx->u32y ^= pCtx->u32y<<5,
314 pCtx->u32x + pCtx->u32y );
[all...]

Completed in 58 milliseconds