Searched refs:z2Second (Results 1 – 2 of 2) sorted by relevance
100 final int z2Second = ((z2 & 0x00020000) != 0) ? (z2Prime ^ 0xb729fcec) : z2Prime; in next() local101 final int z4 = z0 ^ (z1 ^ (z1 >>> 20)) ^ z2Second ^ z3; in next()
102 final int z2Second = ((z2 & 0x00020000) != 0) ? (z2Prime ^ 0xb729fcec) : z2Prime; in next() local103 int z4 = z0 ^ (z1 ^ (z1 >>> 20)) ^ z2Second ^ z3; in next()