Searched refs:lastin (Results 1 – 1 of 1) sorted by relevance
72 int64 lastin; in PopRandom() local93 lastin = (nextin_ - 1 + q_size_) % q_size_; in PopRandom()94 entries = (lastin - nextout_ + q_size_) % q_size_; in PopRandom()