/external/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 65 return (int)Props[i].Value.ulVal; in Get_NumThreads() 76 res = Props[i].Value.ulVal; in Get_DicSize() 89 return Props[i].Value.ulVal; in Get_Lzma_Algo() 98 return Props[i].Value.ulVal; in Get_Lzma_DicSize() 135 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize() 151 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
|
D | MethodProps.cpp | 55 resValue = prop.ulVal; in ParsePropToUInt32() 76 numThreads = prop.ulVal; in ParseMtProp() 127 UInt32 v = prop.ulVal; in PROPVARIANT_to_DictSize() 213 UInt32 level = Props[i].Value.ulVal; in GetLevel()
|
D | CreateCoder.cpp | 39 res = prop.ulVal; in ReadNumberOfStreams()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 459 props[0].ulVal = (UInt32)dict; in main2() 460 props[1].ulVal = (UInt32)pb; in main2() 461 props[2].ulVal = (UInt32)lc; in main2() 462 props[3].ulVal = (UInt32)lp; in main2() 463 props[4].ulVal = (UInt32)algo; in main2() 464 props[5].ulVal = (UInt32)fb; in main2() 473 props[8].ulVal = (UInt32)numThreads; in main2() 477 props[9].ulVal = (UInt32)mc; in main2()
|
/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Encoder.cpp | 49 if (prop.vt != VT_UI4) return E_INVALIDARG; lzma2Props.blockSize = prop.ulVal; break; in SetLzma2Prop() 51 … if (prop.vt != VT_UI4) return E_INVALIDARG; lzma2Props.numTotalThreads = (int)(prop.ulVal); break; in SetLzma2Prop()
|
D | CodecExports.cpp | 174 value->ulVal = (ULONG)codec.NumInStreams; in GetMethodProperty() 241 value->ulVal = (ULONG)codec.DigestSize; in GetHasherProp()
|
D | DeltaFilter.cpp | 73 delta = (UInt32)prop.ulVal; in SetCoderProperties()
|
D | PpmdEncoder.cpp | 78 UInt32 v = (UInt32)prop.ulVal; in SetCoderProperties()
|
D | LzmaEncoder.cpp | 96 UInt32 v = prop.ulVal; in SetLzmaProp()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | PropIDUtils.cpp | 74 ConvertUInt32ToHex8Digits(prop.ulVal, dest); in ConvertPropertyToShortString() 81 ConvertWinAttribToString(dest, prop.ulVal); in ConvertPropertyToShortString() 89 UInt32 a = prop.ulVal; in ConvertPropertyToShortString() 129 ConvertUInt64ToHex(prop.ulVal, dest + 2); in ConvertPropertyToShortString()
|
D | OpenArchive.cpp | 500 case VT_UI4: result = prop.ulVal; defined = true; break; in Archive_GetArcProp_UInt() 517 case VT_UI4: result = prop.ulVal; defined = true; break; in Archive_GetArcProp_Int() 718 case VT_UI4: size = prop.ulVal; break; in Archive_GetItem_Size() 739 case VT_UI4: size = prop.ulVal; break; in GetItemSize() 940 case VT_UI4: if (isDefinedProp) *isDefinedProp = true; return prop.ulVal; in GetOpenArcErrorFlags() 2884 mainSubfile = prop.ulVal; in Open()
|
D | LoadCodecs.cpp | 281 res = prop.ulVal; in GetProp_UInt32() 897 return prop.ulVal; in GetHasherDigestSize()
|
D | ArchiveExtractCallback.cpp | 685 _fi.Attrib = prop.ulVal; in GetStream()
|
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 156 SET_PROP_FUNC(UInt32, VT_UI4, ulVal) in SET_PROP_FUNC() 289 case VT_UI4: return MyCompare(ulVal, a.ulVal); in Compare()
|
D | PropVariantConv.cpp | 68 case VT_UI4: ConvertUInt32ToString(prop.ulVal, dest); return; in ConvertPropVariantToShortString() 89 case VT_UI4: ConvertUInt32ToString(prop.ulVal, dest); return; in ConvertPropVariantToShortString()
|
D | PropVariant.h | 20 p->ulVal = v; in PropVarEm_Set_UInt32() 68 CPropVariant(UInt32 value) { vt = VT_UI4; wReserved1 = 0; ulVal = value; } in CPropVariant()
|
D | PropVariantConv.h | 22 case VT_UI4: value = prop.ulVal; return true; in ConvertPropVariantToUInt64()
|
/external/lzma/CPP/Common/ |
D | CrcReg.cpp | 100 if (!SetFunctions(prop.ulVal)) in SetCoderProperties()
|
D | MyWindows.h | 168 ULONG ulVal; member
|
/external/lzma/CPP/7zip/Crypto/ |
D | MyAes.cpp | 105 if (!SetFunctions(prop.ulVal)) in SetCoderProperties()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 121 _processedFileInfo.Attributes = prop.ulVal; in GetStream()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 331 ui.Attrib = prop.ulVal; in UpdateItems()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 736 file.Attrib = prop.ulVal; in GetStream7()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 292 _processedFileInfo.Attrib = prop.ulVal; in GetStream()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 915 UInt32 delta = (UInt32)prop.Value.ulVal; in UpdateItems()
|