Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/lzma/
H A DLzFind.c244 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() local
245 if (limit2 < limit) in MatchFinder_SetLimits()
246 limit = limit2; in MatchFinder_SetLimits()
247 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()
248 if (limit2 <= p->keepSizeAfter) in MatchFinder_SetLimits()
250 if (limit2 > 0) in MatchFinder_SetLimits()
251 limit2 = 1; in MatchFinder_SetLimits()
254 limit2 -= p->keepSizeAfter; in MatchFinder_SetLimits()
255 if (limit2 < limit) in MatchFinder_SetLimits()
256 limit = limit2; in MatchFinder_SetLimits()
H A DLzmaDec.c477 SizeT limit2 = limit; in LzmaDec_DecodeReal2() local
482 limit2 = p->dicPos + rem; in LzmaDec_DecodeReal2()
484 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2()