Searched refs:frog (Results 1 – 1 of 1) sorted by relevance
325 uint32 frog = 123983; in TEST_P() local329 frog *= static_cast<uint32>(k0); in TEST_P()330 frog ^= frog >> 17; in TEST_P()331 frog += counter++; in TEST_P()333 static_cast<int>(frog) >= 0 ? static_cast<int>(frog) : last_key ^ 1; in TEST_P()472 uint32 frog = 123987 + n; in StressTestIterators() local476 frog *= static_cast<uint32>(k0); in StressTestIterators()477 frog ^= frog >> 17; in StressTestIterators()478 frog += counter++; in StressTestIterators()480 static_cast<int>(frog) >= 0 ? static_cast<int>(frog) : last_key ^ 1; in StressTestIterators()[all …]