Home | History | Annotate | Download | only in functional

Lines Matching refs:getUint32

845 			const Stage		layoutLoc	= Stage(rng.getUint32()&0x3);
846 const Stage declareLoc = Stage((rng.getUint32()&0x3) | layoutLoc);
847 const Stage verifyLoc = Stage((rng.getUint32()&0x3) & declareLoc);
890 Stage(rng.getUint32()&0x3),
891 Stage(rng.getUint32()&0x3),
892 Stage(rng.getUint32()&0x3),
893 Stage(rng.getUint32()&0x3),
898 (rng.getUint32()&0x3) | layoutLocs[0],
899 (rng.getUint32()&0x3) | layoutLocs[1],
900 (rng.getUint32()&0x3) | layoutLocs[2],
901 (rng.getUint32()&0x3) | layoutLocs[3],
915 Stage(rng.getUint32()&0x3 & declareLocs[0]),
916 Stage(rng.getUint32()&0x3 & declareLocs[1]),
917 Stage(rng.getUint32()&0x3 & declareLocs[2]),
918 Stage(rng.getUint32()&0x3 & declareLocs[3]),
1030 const Stage layoutLoc = Stage(rng.getUint32()&0x3);
1031 const Stage declareLoc = Stage((rng.getUint32()&0x3) | layoutLoc);
1032 const Stage verifyLoc = Stage((rng.getUint32()&0x3) & declareLoc);