Searched refs:s15 (Results 1 – 2 of 2) sorted by relevance
303 long s15 = x[q]; in nextLong() local314 s15 ^= s0; in nextLong()315 x[q] = Long.rotateLeft(s0, 25) ^ s15 ^ (s15 << 27); in nextLong()316 x[p] = Long.rotateLeft(s15, 36); in nextLong()
317 long s15 = x[q]; in nextLong() local341 s15 ^= s0; in nextLong()342 x[q] = Long.rotateLeft(s0, 25) ^ s15 ^ (s15 << 27); in nextLong()343 x[p] = Long.rotateLeft(s15, 36); in nextLong()