Searched refs:dicSize (Results 1 – 11 of 11) sorted by relevance
59 UInt32 dicSize; in Lzma2Dec_GetOldProps() local62 dicSize = (prop == 40) ? 0xFFFFFFFF : LZMA2_DIC_SIZE_FROM_PROP(prop); in Lzma2Dec_GetOldProps()64 props[1] = (Byte)(dicSize); in Lzma2Dec_GetOldProps()65 props[2] = (Byte)(dicSize >> 8); in Lzma2Dec_GetOldProps()66 props[3] = (Byte)(dicSize >> 16); in Lzma2Dec_GetOldProps()67 props[4] = (Byte)(dicSize >> 24); in Lzma2Dec_GetOldProps()167 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= size) in LzmaDec_UpdateWithUncompressed()168 p->checkDicSize = p->prop.dicSize; in LzmaDec_UpdateWithUncompressed()
601 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()602 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()631 UInt32 rem = p->prop.dicSize - p->processedPos; in LzmaDec_DecodeReal2()642 if (p->checkDicSize == 0 && p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()643 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()1082 UInt32 dicSize; in LzmaProps_Decode() local1088 dicSize = data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24); in LzmaProps_Decode()1090 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()1091 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()1092 p->dicSize = dicSize; in LzmaProps_Decode()[all …]
34 UInt32 dicSize; member
489 UInt32 dicSize = LzmaEncProps_GetDictSize(&p->props.lzmaProps); in Lzma2Enc_WriteProperties() local491 if (dicSize <= LZMA2_DIC_SIZE_FROM_PROP(i)) in Lzma2Enc_WriteProperties()
466 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()467 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()487 UInt32 rem = p->prop.dicSize - p->processedPos; in LzmaDec_DecodeReal2()492 if (p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()493 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()926 UInt32 dicSize; in LzmaProps_Decode() local932 dicSize = data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24); in LzmaProps_Decode()934 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()935 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()936 p->dicSize = dicSize; in LzmaProps_Decode()[all …]
27 UInt32 dicSize; member
29 UInt32 dicSize = GetUi32(p); in CheckDicSize() local30 if (dicSize == 1) in CheckDicSize()33 if (dicSize == ((UInt32)2 << i) || dicSize == ((UInt32)3 << i)) in CheckDicSize()35 return (dicSize == 0xFFFFFFFF); in CheckDicSize()
136 UInt32 dicSize; in SetMainMethod() local140 case k_LZMA2: dicSize = oneMethodInfo.Get_Lzma_DicSize(); break; in SetMainMethod()141 case k_PPMD: dicSize = oneMethodInfo.Get_Ppmd_MemSize(); break; in SetMainMethod()142 case k_Deflate: dicSize = (UInt32)1 << 15; break; in SetMainMethod()143 case k_BZip2: dicSize = oneMethodInfo.Get_BZip2_BlockSize(); break; in SetMainMethod()147 _numSolidBytes = (UInt64)dicSize << 7; in SetMainMethod()
418 UInt32 dicSize = GetUi32((const Byte *)props + 1); in SetMethodToProp() local419 char *dest = s + GetStringForSizeValue(s, dicSize); in SetMethodToProp()
730 UInt32 dicSize = GetUi32(_inByteBack->GetPtr() + 1); in ReadUnpackInfo() local731 if (folders.ParsedMethods.LzmaDic < dicSize) in ReadUnpackInfo()732 folders.ParsedMethods.LzmaDic = dicSize; in ReadUnpackInfo()
513 dicSize dd ? define