Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dqueue.cc72 int64 lastin; in PopRandom() local
93 lastin = (nextin_ - 1 + q_size_) % q_size_; in PopRandom()
94 entries = (lastin - nextout_ + q_size_) % q_size_; in PopRandom()