/third_party/lzma/CPP/Windows/ |
D | PropVariant.cpp | 31 p->vt = VT_ERROR; in PropVarEm_Alloc_Bstr() 35 p->vt = VT_BSTR; in PropVarEm_Alloc_Bstr() 44 p->vt = VT_BSTR; in PropVarEm_Set_Str() 47 p->vt = VT_ERROR; in PropVarEm_Set_Str() 54 vt = VT_EMPTY; in CPropVariant() 60 vt = VT_EMPTY; in CPropVariant() 66 vt = VT_EMPTY; in CPropVariant() 72 vt = VT_EMPTY; in CPropVariant() 99 vt = VT_BSTR; in operator =() 114 vt = VT_BSTR; in operator =() [all …]
|
D | PropVariant.h | 22 p->vt = VT_UI4; in PropVarEm_Set_UInt32() 28 p->vt = VT_UI8; in PropVarEm_Set_UInt64() 34 p->vt = VT_FILETIME; in PropVarEm_Set_FileTime64_Prec() 44 p->vt = VT_BOOL; in PropVarEm_Set_Bool() 62 vt = VT_EMPTY; in CPropVariant() 118 …CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_F… in CPropVariant() 119 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; } in CPropVariant() 128 CPropVariant(UInt32 value) { vt = VT_UI4; wReserved1 = 0; ulVal = value; } in CPropVariant() 129 CPropVariant(UInt64 value) { vt = VT_UI8; wReserved1 = 0; uhVal.QuadPart = value; } in CPropVariant() 130 CPropVariant(const FILETIME &value) { vt = VT_FILETIME; wReserved1 = 0; filetime = value; } in CPropVariant()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_videotoolbox.c | 39 VTContext *vt = ist->hwaccel_ctx; in videotoolbox_retrieve_data() local 47 av_frame_unref(vt->tmp_frame); in videotoolbox_retrieve_data() 50 case kCVPixelFormatType_420YpCbCr8Planar: vt->tmp_frame->format = AV_PIX_FMT_YUV420P; break; in videotoolbox_retrieve_data() 51 case kCVPixelFormatType_422YpCbCr8: vt->tmp_frame->format = AV_PIX_FMT_UYVY422; break; in videotoolbox_retrieve_data() 52 case kCVPixelFormatType_32BGRA: vt->tmp_frame->format = AV_PIX_FMT_BGRA; break; in videotoolbox_retrieve_data() 55 …case kCVPixelFormatType_420YpCbCr8BiPlanarFullRange: vt->tmp_frame->format = AV_PIX_FMT_NV12; brea… in videotoolbox_retrieve_data() 59 …case kCVPixelFormatType_420YpCbCr10BiPlanarFullRange: vt->tmp_frame->format = AV_PIX_FMT_P010; bre… in videotoolbox_retrieve_data() 68 vt->tmp_frame->width = frame->width; in videotoolbox_retrieve_data() 69 vt->tmp_frame->height = frame->height; in videotoolbox_retrieve_data() 70 ret = av_frame_get_buffer(vt->tmp_frame, 0); in videotoolbox_retrieve_data() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | ndis_events.c | 243 VARIANT vt; in ndis_events_media_specific() local 254 0, &vt, NULL, NULL); in ndis_events_media_specific() 262 SafeArrayGetLBound(V_ARRAY(&vt), 1, &lower); in ndis_events_media_specific() 263 SafeArrayGetUBound(V_ARRAY(&vt), 1, &upper); in ndis_events_media_specific() 269 VariantClear(&vt); in ndis_events_media_specific() 275 SafeArrayGetElement(V_ARRAY(&vt), &k, &ch); in ndis_events_media_specific() 280 VariantClear(&vt); in ndis_events_media_specific() 320 VARIANT vtClass, vt; in ndis_events_indicate() local 331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL, in ndis_events_indicate() 348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) { in ndis_events_indicate() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | ndis_events.c | 243 VARIANT vt; in ndis_events_media_specific() local 254 0, &vt, NULL, NULL); in ndis_events_media_specific() 262 SafeArrayGetLBound(V_ARRAY(&vt), 1, &lower); in ndis_events_media_specific() 263 SafeArrayGetUBound(V_ARRAY(&vt), 1, &upper); in ndis_events_media_specific() 269 VariantClear(&vt); in ndis_events_media_specific() 275 SafeArrayGetElement(V_ARRAY(&vt), &k, &ch); in ndis_events_media_specific() 280 VariantClear(&vt); in ndis_events_media_specific() 320 VARIANT vtClass, vt; in ndis_events_indicate() local 331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL, in ndis_events_indicate() 348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) { in ndis_events_indicate() [all …]
|
/third_party/lzma/CPP/7zip/Compress/ |
D | XzEncoder.cpp | 94 if (prop.vt != VT_UI4) in SetCoderProp() 102 if (prop.vt != VT_UI4) in SetCoderProp() 109 if (prop.vt == VT_UI4) in SetCoderProp() 111 else if (prop.vt == VT_UI8) in SetCoderProp() 120 if (prop.vt == VT_UI8) in SetCoderProp() 129 if (prop.vt == VT_UI4) in SetCoderProp() 138 if (prop.vt != VT_BSTR) in SetCoderProp() 209 if (prop.vt == VT_UI8) in Z7_COM7F_IMF() 232 res = XzEnc_Encode(_encoder, &outWrap.vt, &inWrap.vt, progress ? &progressWrap.vt : NULL); in Z7_COM7F_IMF()
|
D | Lzma2Encoder.cpp | 44 if (prop.vt == VT_UI4) in SetLzma2Prop() 46 else if (prop.vt == VT_UI8) in SetLzma2Prop() 53 if (prop.vt != VT_UI4) in SetLzma2Prop() 86 if (prop.vt == VT_UI8) in Z7_COM7F_IMF() 115 &outWrap.vt, NULL, NULL, in Z7_COM7F_IMF() 116 &inWrap.vt, NULL, 0, in Z7_COM7F_IMF() 117 progress ? &progressWrap.vt : NULL); in Z7_COM7F_IMF()
|
D | LzmaEncoder.cpp | 90 if (prop.vt != VT_BSTR) in SetLzmaProp() 97 if (prop.vt == VT_UI8) in SetLzmaProp() 106 if (prop.vt == VT_UI4) in SetLzmaProp() 118 if (prop.vt == VT_UI8) in SetLzmaProp() 127 if (prop.vt == VT_UI8) in SetLzmaProp() 143 if (prop.vt != VT_UI4) in SetLzmaProp() 180 if (prop.vt != VT_BOOL) in Z7_COM7F_IMF() 200 if (prop.vt == VT_UI8) in Z7_COM7F_IMF() 328 SRes res = LzmaEnc_Encode(_encoder, &outWrap.vt, &inWrap.vt, in Z7_COM7F_IMF() 329 progress ? &progressWrap.vt : NULL, &g_AlignedAlloc, &g_BigAlloc); in Z7_COM7F_IMF()
|
D | CodecExports.cpp | 33 prop->vt = VT_BSTR; in SetPropFromAscii() 40 value->vt = VT_BSTR; in SetPropGUID() 207 value->vt = VT_UI8; in GetMethodProperty() 221 value->vt = VT_BOOL; in GetMethodProperty() 225 value->vt = VT_BOOL; in GetMethodProperty() 231 value->vt = VT_UI4; in GetMethodProperty() 237 value->vt = VT_BOOL; in GetMethodProperty() 314 value->vt = VT_UI8; in GetHasherProp() 325 value->vt = VT_UI4; in GetHasherProp()
|
/third_party/ffmpeg/libavformat/ |
D | imf_cpl.c | 453 FFIMFTrackFileVirtualTrack *vt = NULL; in push_main_audio_sequence() local 473 vt = &cpl->main_audio_tracks[i]; in push_main_audio_sequence() 479 if (!vt) { in push_main_audio_sequence() 489 vt = &cpl->main_audio_tracks[cpl->main_audio_track_count]; in push_main_audio_sequence() 490 imf_trackfile_virtual_track_init(vt); in push_main_audio_sequence() 492 av_uuid_copy(vt->base.id_uuid, uuid); in push_main_audio_sequence() 502 || vt->resource_count > UINT32_MAX - resource_elem_count) in push_main_audio_sequence() 504 tmp = av_fast_realloc(vt->resources, in push_main_audio_sequence() 505 &vt->resources_alloc_sz, in push_main_audio_sequence() 506 (vt->resource_count + resource_elem_count) in push_main_audio_sequence() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.td | 217 multiclass ARGUMENT<WebAssemblyRegClass reg, ValueType vt> { 220 defm ARGUMENT_#vt : 222 [(set (vt reg:$res), (WebAssemblyargument timm:$argno))]>; 232 multiclass LOCAL<WebAssemblyRegClass vt> { 240 defm COPY_#vt : I<(outs vt:$res), (ins vt:$src), (outs), (ins), [], 247 defm TEE_#vt : I<(outs vt:$res, vt:$also), (ins vt:$src), (outs), (ins), [], 254 defm LOCAL_GET_#vt : I<(outs vt:$res), (ins local_op:$local), 262 defm LOCAL_SET_#vt : I<(outs), (ins local_op:$local, vt:$src), 270 defm LOCAL_TEE_#vt : I<(outs vt:$res), (ins local_op:$local, vt:$src), 276 defm DROP_#vt : I<(outs), (ins vt:$src), (outs), (ins), [], [all …]
|
/third_party/node/deps/v8/tools/v8windbg/base/ |
D | utilities.cc | 19 vt_val.vt = VT_UNKNOWN; in BoxObject() 46 if (variant.vt != VT_UNKNOWN) return E_FAIL; in UnboxProperty() 104 vt_val.vt = carrier; in CreateTypedIntrinsic() 114 vt_val.vt = VT_UI8; in CreateULong64() 131 if (variant.vt != VT_UI8) return E_FAIL; in UnboxULong64() 140 if (variant.vt != VT_I4) return E_FAIL; in GetInt32() 150 vt_val.vt = VT_I4; in CreateInt32() 163 vt_val.vt = VT_UI4; in CreateUInt32() 176 vt_val.vt = VT_BOOL; in CreateBool() 189 vt_val.vt = VT_R8; in CreateNumber() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZPatterns.td | 117 multiclass MVCLoadStore<SDPatternOperator load, ValueType vt, Instruction insn, 119 def : Pat<(mvc_store (vt (load bdaddr12only:$src)), bdaddr12only:$dest), 128 ValueType vt, Instruction insn, bits<5> length> { 129 def : Pat<(operator (vt (load bdaddr12only:$src)), bdaddr12only:$dest), 135 multiclass BlockLoadStore<SDPatternOperator load, ValueType vt, 138 defm : MVCLoadStore<load, vt, mvc, length>; 139 defm : BinaryLoadStore<block_and1, load, vt, nc, length>; 140 defm : BinaryLoadStore<block_and2, load, vt, nc, length>; 141 defm : BinaryLoadStore<block_or1, load, vt, oc, length>; 142 defm : BinaryLoadStore<block_or2, load, vt, oc, length>; [all …]
|
/third_party/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 97 if (val.vt == VT_UI4) in Get_NumThreads() 110 if (val.vt == VT_UI4) in Get_DicSize() 115 if (val.vt == VT_UI8) in Get_DicSize() 132 if (val.vt == VT_UI4) in Get_Lzma_Algo() 158 if (val.vt == VT_BSTR) in Get_Lzma_MatchFinder_IsBt() 170 if (val.vt == VT_BOOL) in Get_Lzma_Eos() 214 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize() 215 if (val.vt == VT_UI8) { return val.uhVal.QuadPart; } in GetProp_BlockSize() 267 if (val.vt == VT_UI4) in Get_BZip2_BlockSize() 287 if (val.vt == VT_UI4) in Get_Ppmd_MemSize() [all …]
|
D | CWrappers.h | 14 ICompressProgress vt; member 24 ISeqInStream vt; member 35 ISeekInStream vt; member 45 ISeqOutStream vt; member 56 IByteIn vt; member 129 IByteOut vt; member
|
D | CWrappers.cpp | 69 vt.Progress = CompressProgress; in Init() 106 vt.Read = MyRead; in Init() 114 vt.Write = MyWrite; in Init() 153 vt.Read = InStreamWrap_Read; in Init() 154 vt.Seek = InStreamWrap_Seek; in Init() 198 CByteInBufWrap *p = Z7_CONTAINER_FROM_VTBL_CLS(pp, CByteInBufWrap, vt); in Wrap_ReadByte() 207 vt.Read = Wrap_ReadByte; in CByteInBufWrap() 292 CByteOutBufWrap *p = Z7_CONTAINER_FROM_VTBL_CLS(pp, CByteOutBufWrap, vt); in Wrap_WriteByte() 303 vt.Write = Wrap_WriteByte; in CByteOutBufWrap()
|
D | MethodProps.cpp | 58 switch (prop.vt) in PROPVARIANT_to_bool() 89 if (prop.vt == VT_UI4) in ParsePropToUInt32() 96 if (prop.vt != VT_EMPTY) in ParsePropToUInt32() 115 if (prop.vt == VT_UI4) in ParseMtProp2() 134 if (prop.vt != VT_BSTR) in ParseMtProp2() 142 if (prop.vt != VT_EMPTY) in ParseMtProp2() 258 if (prop.vt == VT_UI4) in PROPVARIANT_to_DictSize() 261 if (prop.vt == VT_BSTR) in PROPVARIANT_to_DictSize() 368 if (Props[(unsigned)i].Value.vt != VT_UI4) in GetLevel() 461 if (varType == srcProp.vt) in ConvertProperty() [all …]
|
/third_party/mesa3d/src/glx/tests/ |
D | fake_glx_screen.h | 29 this->vtable = &fake_glx_screen::vt; in fake_glx_screen() 53 static struct glx_screen_vtable vt; variable 62 this->vtable = &fake_glx_screen_direct::vt; in fake_glx_screen_direct() 66 static struct glx_screen_vtable vt; variable 75 this->vtable = &fake_glx_context::vt; in fake_glx_context() 95 static const struct glx_context_vtable vt; variable
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 232 if (prop.vt == VT_BSTR) in GetCoderClass() 239 else if (prop.vt != VT_EMPTY) in GetCoderClass() 252 if (prop.vt == VT_BOOL) in GetMethodBoolProp() 257 else if (prop.vt != VT_EMPTY) in GetMethodBoolProp() 339 if (prop.vt == VT_BOOL) in GetProp_Bool() 341 else if (prop.vt != VT_EMPTY) in GetProp_Bool() 355 if (prop.vt == VT_UI4) in GetProp_UInt32() 360 else if (prop.vt != VT_EMPTY) in GetProp_UInt32() 373 if (prop.vt == VT_BSTR) in GetProp_String() 375 else if (prop.vt != VT_EMPTY) in GetProp_String() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | FLATInstructions.td | 269 ValueType vt, 271 ValueType data_vt = vt, 288 [(set vt:$vdst, 299 ValueType vt, 301 ValueType data_vt = vt, 332 ValueType vt, 334 ValueType data_vt = vt, 342 [(set vt:$vdst, 366 ValueType vt, 369 ValueType data_vt = vt, [all …]
|
D | DSInstructions.td | 625 class DSReadPat <DS_Pseudo inst, ValueType vt, PatFrag frag, int gds=0> : GCNPat < 626 (vt (frag (DS1Addr1Offset i32:$ptr, i16:$offset))), 630 multiclass DSReadPat_mc<DS_Pseudo inst, ValueType vt, string frag> { 633 def : DSReadPat<inst, vt, !cast<PatFrag>(frag#"_m0")>; 637 def : DSReadPat<!cast<DS_Pseudo>(!cast<string>(inst)#"_gfx9"), vt, !cast<PatFrag>(frag)>; 641 class DSReadPat_D16 <DS_Pseudo inst, PatFrag frag, ValueType vt> : GCNPat < 642 (frag (DS1Addr1Offset i32:$ptr, i16:$offset), vt:$in), 658 foreach vt = Reg32Types.types in { 659 defm : DSReadPat_mc <DS_READ_B32, vt, "load_local">; 667 foreach vt = VReg_64.RegTypes in { [all …]
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.h | 1191 void St1(const VRegister& vt, const MemOperand& dst) { in LSPAIR_MACRO_LIST() 1193 st1(vt, dst); in LSPAIR_MACRO_LIST() 1195 void St1(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) { in St1() argument 1197 st1(vt, vt2, dst); in St1() 1199 void St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St1() argument 1202 st1(vt, vt2, vt3, dst); in St1() 1204 void St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St1() argument 1207 st1(vt, vt2, vt3, vt4, dst); in St1() 1209 void St1(const VRegister& vt, int lane, const MemOperand& dst) { in St1() argument 1211 st1(vt, lane, dst); in St1() [all …]
|
D | assembler-arm64.cc | 2260 void Assembler::LoadStoreStructVerify(const VRegister& vt, in LoadStoreStructVerify() argument 2269 int offset = vt.SizeInBytes(); in LoadStoreStructVerify() 2278 offset = (offset / vt.LaneCount()) * 1; in LoadStoreStructVerify() 2290 offset = (offset / vt.LaneCount()) * 2; in LoadStoreStructVerify() 2302 offset = (offset / vt.LaneCount()) * 3; in LoadStoreStructVerify() 2314 offset = (offset / vt.LaneCount()) * 4; in LoadStoreStructVerify() 2322 USE(vt); in LoadStoreStructVerify() 2328 void Assembler::LoadStoreStruct(const VRegister& vt, const MemOperand& addr, in LoadStoreStruct() argument 2330 LoadStoreStructVerify(vt, addr, op); in LoadStoreStruct() 2331 DCHECK(vt.IsVector() || vt.Is1D()); in LoadStoreStruct() [all …]
|
/third_party/lzma/C/ |
D | XzEnc.c | 232 ISeqInStream vt; member 287 ISeqOutStream vt; member 316 ISeqInStream vt; member 416 p->vt.Read = SeqInFilter_Read; in SeqInFilter_Construct() 440 ISeqInStream vt; member 447 CSbEncInStream *p = Z7_CONTAINER_FROM_VTBL(pp, CSbEncInStream, vt); in SbEncInStream_Read() 477 p->vt.Read = SbEncInStream_Read; in SbEncInStream_Construct() 799 seqSizeOutStream.vt.Write = SeqSizeOutStream_Write; in Xz_CompressBlock() 818 RINOK(XzBlock_WriteHeader(&block, &seqSizeOutStream.vt)) in Xz_CompressBlock() 821 checkInStream.vt.Read = SeqCheckInStream_Read; in Xz_CompressBlock() [all …]
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 15 VARTYPE vt; member 20 #define STAT_PROP(name, id, vt) vt, id argument 22 #define STAT_PROP2(id, vt) STAT_PROP(NULL, id, vt) argument 164 *varType = pr.vt; in Z7_COM7F_IMF()
|