Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc556 const int next_seed = seed + 1; in GetNextRandomSeed() local
557 return (next_seed > kMaxRandomSeed) ? 1 : next_seed; in GetNextRandomSeed()