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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/lzma_src/C/
H A DLzFind.c239 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
240 if (limit2 < limit)
241 limit = limit2;
242 limit2 = p->streamPos - p->pos;
243 if (limit2 <= p->keepSizeAfter)
245 if (limit2 > 0)
246 limit2 = 1;
249 limit2 -= p->keepSizeAfter;
250 if (limit2 < limit)
251 limit = limit2;
[all...]
H A DLzmaDec.c467 SizeT limit2 = limit; local
472 limit2 = p->dicPos + rem;
474 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));

Completed in 99 milliseconds