Searched refs:kHashingSeed (Results 1 – 1 of 1) sorted by relevance
158 static constexpr uint32_t kHashingSeed = 7; in ShufflePool() local159 static_assert(kNumVmos % kHashingSeed != 0, "Bad Hashing seed"); in ShufflePool()162 hashing_index = (hashing_index + kHashingSeed) % kNumVmos; in ShufflePool()
Completed in 2 milliseconds