HomeSort by relevance Sort by last modified time
    Searched refs:modlength_ (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
finelock_queue.h 107 int64 modlength_; // 'm' mod value for linear congruential member in class:FineLockPEQueue
finelock_queue.cc 96 modlength_ = modlength;
343 next_try = (a_ * next_try + c_) % (modlength_);
347 next_try = (a_ * next_try + c_) % (modlength_);

Completed in 149 milliseconds