Home | History | Annotate | Download | only in src

Lines Matching full:succ

95     if (Succ(head_) == tail_) {
99 head_ = Succ(head_);
109 tail_ = Succ(tail_);
123 int Succ(int index) { return (index + 1) % kBufferSize; }