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