Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A 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()