Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dfinelock_queue.cc96 modlength_ = modlength; in FineLockPEQueue()
343 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()
347 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()
Dfinelock_queue.h107 int64 modlength_; // 'm' mod value for linear congruential variable