Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c399 unsigned curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal() local
402 processedPos += curLen; in LzmaDec_DecodeReal()
404 len -= curLen; in LzmaDec_DecodeReal()
405 if (pos + curLen <= dicBufSize) in LzmaDec_DecodeReal()
409 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()
410 dicPos += curLen; in LzmaDec_DecodeReal()
429 while (--curLen != 0); in LzmaDec_DecodeReal()