Searched refs:limit2 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c265 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
266 if (limit2 < limit)
267 limit = limit2;
268 limit2 = p->streamPos - p->pos;
269 if (limit2 <= p->keepSizeAfter)
271 if (limit2 > 0)
272 limit2 = 1;
275 limit2 -= p->keepSizeAfter;
276 if (limit2 < limit)
277 limit = limit2;
[all...]
H A DLzmaDec.c494 SizeT limit2 = limit; local
499 limit2 = p->dicPos + rem;
501 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));

Completed in 31 milliseconds