Home | History | Annotate | Download | only in lib

Lines Matching refs:headx

140 /* item num restriction: maximum number of extended item heads in headx */
174 picoacph_headx_t headx[PICOCEP_MAXNR_HEADX];
176 picoos_uint16 headxWritePos; /* next free position; headx is empty if headxBottom == headxWritePos */
300 /* headx and cbuf */
1649 &(cep->headx[cep->headxWritePos].head),
1661 cep->headx[cep->headxWritePos].frame
1665 headx[cep->headxWritePos].cind
1669 cep->headx[cep->headxWritePos].cind = 0;
1766 && (cep->headx[cep->headxBottom].frame
1769 /* output item in headx/cbuf */
1773 &(cep->headx[cep->headxBottom].head),
1774 &(cep->cbuf[cep->headx[cep->headxBottom].cind]),
1775 cep->headx[cep->headxBottom].head.len, cep->outBuf,
1778 /* consume item in headx/cbuf */
1779 PICODBG_DEBUG(("PARSE consuming item of headx/cbuf"));