Home
last modified time | relevance | path

Searched refs:frog (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc325 uint32 frog = 123983; in TEST_P() local
329 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() local
476 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 …]