Home | History | Annotate | Download | only in lib

Lines Matching refs:rear

65     picoos_uint16 rear; /* next free position to write */
91 this->rear = 0;
149 this->buf[this->rear++] = ch;
150 this->rear %= this->size;
302 this->buf[this->rear++] = (picoos_char)buf[i];
303 this->rear %= this->size;