Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c146 UInt32 checkDicSize = p->checkDicSize; in LzmaDec_DecodeReal() local
166 if (checkDicSize != 0 || processedPos != 0) in LzmaDec_DecodeReal()
210 if (checkDicSize == 0 && processedPos == 0) in LzmaDec_DecodeReal()
366 if (checkDicSize == 0) in LzmaDec_DecodeReal()
371 else if (distance >= checkDicSize) in LzmaDec_DecodeReal()
440 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
441 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
459 if (p->checkDicSize == 0) in LzmaDec_DecodeReal2()
467 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
510 if (p->checkDicSize != 0 || p->processedPos != 0) in LzmaDec_TryDummy()
[all …]
DLzmaDec.h60 UInt32 checkDicSize; member
DLzma2Dec.c163 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= size) in LzmaDec_UpdateWithUncompressed()
164 p->checkDicSize = p->prop.dicSize; in LzmaDec_UpdateWithUncompressed()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c147 UInt32 checkDicSize = p->checkDicSize; in LzmaDec_DecodeReal() local
167 if (checkDicSize != 0 || processedPos != 0) in LzmaDec_DecodeReal()
211 if (checkDicSize == 0 && processedPos == 0) in LzmaDec_DecodeReal()
367 if (checkDicSize == 0) in LzmaDec_DecodeReal()
372 else if (distance >= checkDicSize) in LzmaDec_DecodeReal()
441 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
442 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
460 if (p->checkDicSize == 0) in LzmaDec_DecodeReal2()
468 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
511 if (p->checkDicSize != 0 || p->processedPos != 0) in LzmaDec_TryDummy()
[all …]
DLzmaDec.h61 UInt32 checkDicSize; member
/external/lzma/C/
DLzmaDec.c146 UInt32 checkDicSize = p->checkDicSize; in LzmaDec_DecodeReal() local
166 if (checkDicSize != 0 || processedPos != 0) in LzmaDec_DecodeReal()
210 if (checkDicSize == 0 && processedPos == 0) in LzmaDec_DecodeReal()
366 if (checkDicSize == 0) in LzmaDec_DecodeReal()
371 else if (distance >= checkDicSize) in LzmaDec_DecodeReal()
440 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
441 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
459 if (p->checkDicSize == 0) in LzmaDec_DecodeReal2()
467 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
510 if (p->checkDicSize != 0 || p->processedPos != 0) in LzmaDec_TryDummy()
[all …]
DLzmaDec.h60 UInt32 checkDicSize; member
DLzma2Dec.c163 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= size) in LzmaDec_UpdateWithUncompressed()
164 p->checkDicSize = p->prop.dicSize; in LzmaDec_UpdateWithUncompressed()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch970 + UInt32 checkDicSize = p->checkDicSize;
990 + if (checkDicSize != 0 || processedPos != 0)
1034 + if (checkDicSize == 0 && processedPos == 0)
1190 + if (checkDicSize == 0)
1195 + else if (distance >= checkDicSize)
1264 + if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len)
1265 + p->checkDicSize = p->prop.dicSize;
1283 + if (p->checkDicSize == 0)
1291 + p->checkDicSize = p->prop.dicSize;
1334 + if (p->checkDicSize != 0 || p->processedPos != 0)
[all …]