PseudoRandom      255 test/cctest/test-hashing.cc       check(PseudoRandom(i, j) % kLimit);
PseudoRandom      585 test/cctest/test-regexp.cc       unsigned next = PseudoRandom(i, j) % kLimit;
PseudoRandom      606 test/cctest/test-regexp.cc       int val = PseudoRandom(j, i) % kLimit;
PseudoRandom      613 test/cctest/test-regexp.cc       val = PseudoRandom(i + j, i - j) % kLimit;
PseudoRandom      635 test/cctest/test-regexp.cc       range[j] = PseudoRandom(i + 25, j + 87) % kLimit;
PseudoRandom     1428 test/cctest/test-regexp.cc       int from = PseudoRandom(t + 87, i + 25) % kLimit;
PseudoRandom     1429 test/cctest/test-regexp.cc       int to = from + (PseudoRandom(i + 87, t + 25) % (kLimit / 20));