Home | History | Annotate | Download | only in src

Lines Matching refs:BUFSIZE

305         if (main_data_end > BUFSIZE)   /* check overflow on the buffer */
307 pVars->frame_start -= BUFSIZE;
309 pVars->mainDataStream.usedBits -= (BUFSIZE << 3);
562 pMainData->pBuffer[module(pMainData->offset++, BUFSIZE)] = (uint8)val;
576 if ((offset + temp) < BUFSIZE)
585 if ((offset + temp) < BUFSIZE)
607 pVars->mainDataStream.offset = module(pVars->mainDataStream.offset, BUFSIZE);
614 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset++ , BUFSIZE)));
615 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset++ , BUFSIZE)));
619 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset , BUFSIZE)));
669 BUFSIZE*sizeof(*pVars->mainDataBuffer));