Home
last modified time | relevance | path

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

/system/utest/libfzl/
A Dvmo-pool-tests.cpp158 static constexpr uint32_t kHashingSeed = 7; in ShufflePool() local
159 static_assert(kNumVmos % kHashingSeed != 0, "Bad Hashing seed"); in ShufflePool()
162 hashing_index = (hashing_index + kHashingSeed) % kNumVmos; in ShufflePool()

Completed in 2 milliseconds