Home | History | Annotate | Download | only in lib

Lines Matching refs:headxBottom

175     picoos_uint16 headxBottom; /* bottom */
176 picoos_uint16 headxWritePos; /* next free position; headx is empty if headxBottom == headxWritePos */
301 cep->headxBottom = cep->headxWritePos = 0;
1765 if ((cep->headxBottom < cep->headxWritePos)
1766 && (cep->headx[cep->headxBottom].frame
1773 &(cep->headx[cep->headxBottom].head),
1774 &(cep->cbuf[cep->headx[cep->headxBottom].cind]),
1775 cep->headx[cep->headxBottom].head.len, cep->outBuf,
1780 cep->headxBottom++;
1901 cep->headxBottom = cep->headxWritePos = 0;