Home | History | Annotate | Download | only in src

Lines Matching full:succ

94     if (Succ(head_) == tail_) {
98 head_ = Succ(head_);
108 tail_ = Succ(tail_);
122 int Succ(int index) { return (index + 1) % kBufferSize; }