/external/lzma/CPP/7zip/Common/ |
D | PropId.cpp | 19 VT_UI8, 20 VT_UI8, 39 VT_UI8, 41 VT_UI8, 43 VT_UI8, 44 VT_UI8, 48 VT_UI8, 49 VT_UI8, 50 VT_UI8, 51 VT_UI8, [all …]
|
D | CreateCoder.cpp | 91 if (prop.vt != VT_UI8) in Load() 128 if (prop.vt != VT_UI8) in Load()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 23 { NID::kSize, { NULL, kpidSize, VT_UI8 } }, 24 { NID::kPackInfo, { NULL, kpidPackSize, VT_UI8 } }, 27 { 100, { "Pack0", kpidPackedSize0, VT_UI8 } }, 28 { 101, { "Pack1", kpidPackedSize1, VT_UI8 } }, 29 { 102, { "Pack2", kpidPackedSize2, VT_UI8 } }, 30 { 103, { "Pack3", kpidPackedSize3, VT_UI8 } }, 31 { 104, { "Pack4", kpidPackedSize4, VT_UI8 } }, 38 { NID::kStartPos, { NULL, kpidPosition, VT_UI8 } },
|
D | 7zHandlerOut.cpp | 517 if (prop.vt != VT_UI8) in UpdateItems()
|
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 204 SET_PROP_FUNC(UInt64, VT_UI8, uhVal.QuadPart) in SET_PROP_FUNC() 225 case VT_UI8: in SET_PROP_FUNC() 265 case VT_UI8: in Copy() 339 case VT_UI8: return MyCompare(uhVal.QuadPart, a.uhVal.QuadPart); in Compare()
|
D | PropVariantConv.cpp | 79 case VT_UI8: ConvertUInt64ToString(prop.uhVal.QuadPart, dest); return; in ConvertPropVariantToShortString() 100 case VT_UI8: ConvertUInt64ToString(prop.uhVal.QuadPart, dest); return; in ConvertPropVariantToShortString()
|
D | PropVariant.h | 28 p->vt = VT_UI8; in PropVarEm_Set_UInt64() 72 CPropVariant(UInt64 value) { vt = VT_UI8; wReserved1 = 0; uhVal.QuadPart = value; } in CPropVariant()
|
D | PropVariantConv.h | 21 case VT_UI8: value = (UInt64)prop.uhVal.QuadPart; return true; in ConvertPropVariantToUInt64()
|
/external/lzma/CPP/7zip/Compress/ |
D | CodecExports.cpp | 186 value->vt = VT_UI8; in GetMethodProperty() 292 value->vt = VT_UI8; in GetHasherProp()
|
D | Lzma2Encoder.cpp | 44 else if (prop.vt == VT_UI8) in SetLzma2Prop()
|
D | PpmdEncoder.cpp | 68 if (prop.vt == VT_UI8 && prop.uhVal.QuadPart < (UInt32)(Int32)-1) in SetCoderProperties()
|
D | LzmaEncoder.cpp | 81 if (prop.vt == VT_UI8) in SetLzmaProp()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | PropIDUtils.cpp | 133 if (prop.vt != VT_UI8) in ConvertPropertyToShortString() 147 else if (prop.vt == VT_UI8) in ConvertPropertyToShortString()
|
D | OpenArchive.cpp | 501 case VT_UI8: result = (UInt64)prop.uhVal.QuadPart; defined = true; break; in Archive_GetArcProp_UInt() 518 case VT_UI8: result = (Int64)prop.uhVal.QuadPart; defined = true; break; in Archive_GetArcProp_Int() 926 case VT_UI8: size = (UInt64)prop.uhVal.QuadPart; break; in Archive_GetItem_Size() 947 case VT_UI8: size = (UInt64)prop.uhVal.QuadPart; break; in GetItemSize() 1169 case VT_UI8: if (isDefinedProp) *isDefinedProp = true; return (UInt32)prop.uhVal.QuadPart; in GetOpenArcErrorFlags()
|
D | LoadCodecs.cpp | 1027 if (prop.vt != VT_UI8) in GetCodec_Id() 1048 if (prop.vt != VT_UI8) in GetHasherId()
|
D | ArchiveExtractCallback.cpp | 654 if (prop.vt != VT_UI8) in GetStream()
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 142 VT_UI8 = 21, enumerator
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 792 if (prop.vt != VT_UI8) in UpdateItems()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 54 case VT_UI8: in VariantFromVARIANT()
|