Lines Matching refs:dicSize
636 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len)
637 p->checkDicSize = p->prop.dicSize;
677 if (total_processed < p->prop.dicSize) then
683 (p->checkDicSize == p->prop.dicSize)
690 UInt32 rem = p->prop.dicSize - p->processedPos;
696 if (p->checkDicSize == 0 && p->processedPos >= p->prop.dicSize)
697 p->checkDicSize = p->prop.dicSize;
1260 UInt32 dicSize;
1266 dicSize = data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24);
1268 if (dicSize < LZMA_DIC_MIN)
1269 dicSize = LZMA_DIC_MIN;
1270 p->dicSize = dicSize;
1316 UInt32 dictSize = propNew.dicSize;