Searched defs:bufLimit (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c70 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
153 And it decodes new LZMA-symbols while (buf < bufLimit), but "buf" is without last normalization
165 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) argument
445 while (dicPos < limit && buf < bufLimit);
490 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) argument
501 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
506 while (p->dicPos < limit && p->buf < bufLimit && p->remainLen < kMatchSpecLenStart);
527 const Byte *bufLimit = buf + inSize; local
543 /* if (bufLimit - buf >= 7) return DUMMY_LIT; */
677 /* if (bufLimit
811 const Byte *bufLimit; local
[all...]

Completed in 24 milliseconds