Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c149 UInt32 checkDicSize = p->checkDicSize; in LzmaDec_DecodeReal() local
171 if (checkDicSize != 0 || processedPos != 0) in LzmaDec_DecodeReal()
221 if (checkDicSize == 0 && processedPos == 0) in LzmaDec_DecodeReal()
383 if (checkDicSize == 0) in LzmaDec_DecodeReal()
388 else if (distance >= checkDicSize) in LzmaDec_DecodeReal()
466 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
467 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
485 if (p->checkDicSize == 0) in LzmaDec_DecodeReal2()
493 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
536 if (p->checkDicSize != 0 || p->processedPos != 0) in LzmaDec_TryDummy()
[all …]
H A DLzmaDec.h56 UInt32 checkDicSize; member