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

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaDec.h60 UInt32 checkDicSize; member in struct:__anon12433
H A DLzmaDec.c146 UInt32 checkDicSize = p->checkDicSize; local
166 if (checkDicSize != 0 || processedPos != 0)
210 if (checkDicSize == 0 && processedPos == 0)
366 if (checkDicSize == 0)
371 else if (distance >= checkDicSize)
440 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len)
441 p->checkDicSize = p->prop.dicSize;
459 if (p->checkDicSize == 0)
467 p->checkDicSize
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.h61 UInt32 checkDicSize; member in struct:__anon14026
H A DLzmaDec.c147 UInt32 checkDicSize = p->checkDicSize; local
167 if (checkDicSize != 0 || processedPos != 0)
211 if (checkDicSize == 0 && processedPos == 0)
367 if (checkDicSize == 0)
372 else if (distance >= checkDicSize)
441 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len)
442 p->checkDicSize = p->prop.dicSize;
460 if (p->checkDicSize == 0)
468 p->checkDicSize
[all...]
/external/lzma/C/
H A DLzmaDec.h60 UInt32 checkDicSize; member in struct:__anon25868
H A DLzmaDec.c146 UInt32 checkDicSize = p->checkDicSize; local
166 if (checkDicSize != 0 || processedPos != 0)
210 if (checkDicSize == 0 && processedPos == 0)
366 if (checkDicSize == 0)
371 else if (distance >= checkDicSize)
440 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len)
441 p->checkDicSize = p->prop.dicSize;
459 if (p->checkDicSize == 0)
467 p->checkDicSize
[all...]

Completed in 575 milliseconds