Home | History | Annotate | Download | only in C

Lines Matching defs:limit2

249   UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos;

250 if (limit2 < limit)
251 limit = limit2;
252 limit2 = p->streamPos - p->pos;
253 if (limit2 <= p->keepSizeAfter)
255 if (limit2 > 0)
256 limit2 = 1;
259 limit2 -= p->keepSizeAfter;
260 if (limit2 < limit)
261 limit = limit2;