Home | History | Annotate | Download | only in C

Lines Matching defs:limit2

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

252 if (limit2 < limit)
253 limit = limit2;
254 limit2 = p->streamPos - p->pos;
255 if (limit2 <= p->keepSizeAfter)
257 if (limit2 > 0)
258 limit2 = 1;
261 limit2 -= p->keepSizeAfter;
262 if (limit2 < limit)
263 limit = limit2;