/third_party/lzma/CPP/7zip/Compress/ |
D | XzEncoder.cpp | 96 xzProps.numTotalThreads = (int)(prop.ulVal); in SetCoderProp() 104 return SetCheckSize(prop.ulVal); in SetCoderProp() 110 xzProps.blockSize = prop.ulVal; in SetCoderProp() 131 const UInt32 id32 = prop.ulVal; in SetCoderProp() 134 xzProps.filterProps.id = prop.ulVal; in SetCoderProp()
|
D | Lzma2Encoder.cpp | 45 lzma2Props.blockSize = prop.ulVal; in SetLzma2Prop() 55 lzma2Props.numTotalThreads = (int)(prop.ulVal); in SetLzma2Prop()
|
D | PpmdEncoder.cpp | 89 v = (UInt32)prop.ulVal; in Z7_COM7F_IMF() 112 const UInt32 v = (UInt32)prop.ulVal; in Z7_COM7F_IMF()
|
D | LzmaEncoder.cpp | 107 ep.numHashOutBits = prop.ulVal; in SetLzmaProp() 145 const UInt32 v = prop.ulVal; in SetLzmaProp()
|
D | CodecExports.cpp | 232 value->ulVal = (ULONG)codec.NumStreams; in GetMethodProperty() 324 value->ulVal = (ULONG)codec.DigestSize; in GetHasherProp()
|
D | DeltaFilter.cpp | 67 delta = (UInt32)prop.ulVal; in Z7_COM7F_IMF()
|
D | BranchMisc.cpp | 58 pc = prop.ulVal; in Z7_COM7F_IMF()
|
/third_party/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 98 return (int)val.ulVal; in Get_NumThreads() 112 res = val.ulVal; in Get_DicSize() 133 return val.ulVal; in Get_Lzma_Algo() 214 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize() 269 UInt32 blockSize = val.ulVal; in Get_BZip2_BlockSize() 288 return val.ulVal; in Get_Ppmd_MemSize()
|
D | MethodProps.cpp | 93 resValue = prop.ulVal; in ParsePropToUInt32() 117 numThreads = prop.ulVal; in ParseMtProp2() 259 return SetLogSizeProp(prop.ulVal, destProp); in PROPVARIANT_to_DictSize() 370 UInt32 level = Props[(unsigned)i].Value.ulVal; in GetLevel() 469 destProp = (UInt64)srcProp.ulVal; in ConvertProperty()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 683 props[0].ulVal = (UInt32)dict; 684 props[1].ulVal = (UInt32)pb; 685 props[2].ulVal = (UInt32)lc; 686 props[3].ulVal = (UInt32)lp; 687 props[4].ulVal = (UInt32)algo; 688 props[5].ulVal = (UInt32)fb; 697 props[8].ulVal = (UInt32)numThreads; 701 props[9].ulVal = (UInt32)mc;
|
/third_party/lzma/CPP/Common/ |
D | Sha256Reg.cpp | 57 if (prop.ulVal > 2) 59 algo = (unsigned)prop.ulVal;
|
D | CrcReg.cpp | 69 if (!SetFunctions(prop.ulVal))
|
D | MyWindows.h | 240 ULONG ulVal; member
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | PropIDUtils.cpp | 179 ConvertUInt32ToHex8Digits(prop.ulVal, dest); in ConvertPropertyToShortString2() 186 const UInt32 a = prop.ulVal; in ConvertPropertyToShortString2() 200 ConvertPosixAttribToString(dest, prop.ulVal); in ConvertPropertyToShortString2() 218 v = prop.ulVal; in ConvertPropertyToShortString2()
|
D | LoadCodecs.cpp | 357 res = prop.ulVal; in GetProp_UInt32() 538 flags = prop.ulVal; in IsSupportedDll() 548 lib.Version = prop.ulVal; in IsSupportedDll() 1213 return (UInt32)prop.ulVal; in GetCodec_NumStreams() 1266 return prop.ulVal; in GetHasherDigestSize()
|
D | OpenArchive.cpp | 495 case VT_UI4: result = prop.ulVal; break; 513 case VT_UI4: result = prop.ulVal; break; 953 case VT_UI4: size = prop.ulVal; break; 974 case VT_UI4: size = prop.ulVal; break; 1008 UInt32 val = prop.ulVal; 1228 case VT_UI4: if (isDefinedProp) *isDefinedProp = true; return prop.ulVal; 3316 mainSubfile = prop.ulVal;
|
D | ArchiveExtractCallback.cpp | 951 res.Id = prop.ulVal; // for debug in GetOwner() 970 res.Id = prop.ulVal; in GetOwner() 998 _fi.SetFromPosixAttrib(prop.ulVal); in Read_fi_Props() 1009 _fi.Attrib = prop.ulVal; in Read_fi_Props()
|
/third_party/lzma/CPP/Windows/ |
D | PropVariant.cpp | 215 SET_PROP_FUNC(UInt32, VT_UI4, ulVal) in SET_PROP_FUNC() 372 case VT_UI4: return MyCompare(ulVal, a.ulVal); in Compare()
|
D | PropVariantConv.cpp | 135 case VT_UI4: ConvertUInt32ToString(prop.ulVal, dest); return; in ConvertPropVariantToShortString() 168 case VT_UI4: ConvertUInt32ToString(prop.ulVal, dest); return; in ConvertPropVariantToShortString()
|
D | PropVariant.h | 23 p->ulVal = v; in PropVarEm_Set_UInt32() 128 CPropVariant(UInt32 value) { vt = VT_UI4; wReserved1 = 0; ulVal = value; } in CPropVariant()
|
D | PropVariantConv.h | 32 case VT_UI4: value = prop.ulVal; return true; in ConvertPropVariantToUInt64()
|
/third_party/lzma/CPP/7zip/Crypto/ |
D | MyAes.cpp | 234 if (prop.ulVal > 3) in SET_AES_FUNCS() 236 algo = prop.ulVal; in SET_AES_FUNCS()
|
/third_party/ffmpeg/libavcodec/ |
D | mf_utils.h | 161 #define FF_VAL_VT_UI4(v) FF_VARIANT_VALUE(VT_UI4, .ulVal = (v))
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 129 _processedFileInfo.Attributes = prop.ulVal; in Z7_COM7F_IMF()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 19 case VT_UI4: res = prop.ulVal; return true; in ParseSizeString()
|