Home | History | Annotate | Download | only in src

Lines Matching full:succ

561     if (Succ(head_) == static_cast<int>(base::NoBarrier_Load(&tail_))) {
565 head_ = Succ(head_);
583 Succ(base::NoBarrier_Load(&tail_))));
589 int Succ(int index) { return (index + 1) % kBufferSize; }