/third_party/lzma/CPP/7zip/Common/ |
D | PropId.cpp | 13 VT_UI4, 14 VT_UI4, 21 VT_UI4, 30 VT_UI4, 31 VT_UI4, 46 VT_UI4, // or VT_UI8 kpidVolume 52 VT_UI4, 58 VT_UI4, // kpidChecksum 64 VT_UI4, 65 VT_UI4, [all …]
|
D | MethodProps.cpp | 89 if (prop.vt == VT_UI4) in ParsePropToUInt32() 115 if (prop.vt == VT_UI4) in ParseMtProp2() 258 if (prop.vt == VT_UI4) in PROPVARIANT_to_DictSize() 368 if (Props[(unsigned)i].Value.vt != VT_UI4) in GetLevel() 385 { VT_UI4, "" }, 386 { VT_UI4, "d" }, 387 { VT_UI4, "mem" }, 388 { VT_UI4, "o" }, 389 { VT_UI4, "c" }, 390 { VT_UI4, "pb" }, [all …]
|
D | MethodProps.h | 97 if (val.vt == VT_UI4) in Get_NumThreads() 110 if (val.vt == VT_UI4) in Get_DicSize() 132 if (val.vt == VT_UI4) in Get_Lzma_Algo() 214 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize() 267 if (val.vt == VT_UI4) in Get_BZip2_BlockSize() 287 if (val.vt == VT_UI4) in Get_Ppmd_MemSize()
|
/third_party/lzma/CPP/7zip/Compress/ |
D | XzEncoder.cpp | 96 if (prop.vt != VT_UI4) in SetCoderProp() 104 if (prop.vt != VT_UI4) in SetCoderProp() 111 if (prop.vt == VT_UI4) in SetCoderProp() 131 if (prop.vt == VT_UI4) in SetCoderProp()
|
D | Lzma2Encoder.cpp | 44 if (prop.vt == VT_UI4) in SetLzma2Prop() 53 if (prop.vt != VT_UI4) in SetLzma2Prop()
|
D | PpmdEncoder.cpp | 88 else if (prop.vt == VT_UI4) in SetCoderProperties() 110 if (prop.vt != VT_UI4) in SetCoderProperties()
|
D | CodecExports.cpp | 229 value->vt = VT_UI4; in GetMethodProperty() 323 value->vt = VT_UI4; in GetHasherProp()
|
D | DeltaFilter.cpp | 63 if (prop.vt != VT_UI4) in SetCoderProperties()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 37 { NID::kWinAttrib, { NULL, kpidAttrib, VT_UI4 } }, 40 { NID::kCRC, { NULL, kpidCRC, VT_UI4 } }, 49 { 99, { NULL, kpidBlock, VT_UI4 } }
|
/third_party/lzma/CPP/Windows/ |
D | PropVariant.cpp | 215 SET_PROP_FUNC(UInt32, VT_UI4, ulVal) in SET_PROP_FUNC() 225 case VT_UI4: \ 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 | 22 p->vt = VT_UI4; 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/UI/Common/ |
D | PropIDUtils.cpp | 177 if (prop.vt != VT_UI4) in ConvertPropertyToShortString2() 184 if (prop.vt != VT_UI4) in ConvertPropertyToShortString2() 198 if (prop.vt != VT_UI4) in ConvertPropertyToShortString2() 217 if (prop.vt == VT_UI4) in ConvertPropertyToShortString2()
|
D | OpenArchive.cpp | 504 case VT_UI4: result = prop.ulVal; break; in Archive_GetArcProp_UInt() 522 case VT_UI4: result = prop.ulVal; break; in Archive_GetArcProp_Int() 962 case VT_UI4: size = prop.ulVal; break; in Archive_GetItem_Size() 983 case VT_UI4: size = prop.ulVal; break; in GetItem_Size() 1015 if (prop.vt == VT_UI4) in GetItem_MTime() 1235 case VT_UI4: if (isDefinedProp) *isDefinedProp = true; return prop.ulVal; in GetOpenArcErrorFlags() 3324 if (prop.vt == VT_UI4) in Open()
|
D | LoadCodecs.cpp | 361 if (prop.vt == VT_UI4) in GetProp_UInt32() 1210 if (prop.vt == VT_UI4) in GetCodec_NumStreams() 1262 if (prop.vt != VT_UI4) in GetHasherDigestSize()
|
/third_party/lzma/CPP/Common/ |
D | Sha256Reg.cpp | 58 if (prop.vt != VT_UI4) in SetCoderProperties()
|
D | CrcReg.cpp | 70 if (prop.vt != VT_UI4) in SetCoderProperties()
|
D | MyWindows.h | 156 VT_UI4 = 19, enumerator
|
/third_party/node/deps/v8/tools/v8windbg/base/ |
D | utilities.cc | 86 case VT_UI4: in CreateTypedIntrinsic() 163 vt_val.vt = VT_UI4; in CreateUInt32()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 683 props[p].vt = VT_UI4; in main2() 698 props[8].vt = VT_UI4; in main2() 702 props[9].vt = VT_UI4; in main2()
|
/third_party/ffmpeg/libavcodec/ |
D | mf_utils.h | 150 #define FF_VAL_VT_UI4(v) FF_VARIANT_VALUE(VT_UI4, .ulVal = (v))
|
/third_party/lzma/CPP/7zip/Crypto/ |
D | MyAes.cpp | 191 if (prop.vt != VT_UI4) in SetCoderProperties()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 127 if (prop.vt != VT_UI4) in GetStream()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 19 case VT_UI4: res = prop.ulVal; return true; in ParseSizeString()
|