/third_party/elfutils/libelf/ |
D | abstract.h | 31 #define Ehdr(Bits, Ext) \ argument 32 START (Bits, Ehdr, Ext##Ehdr) \ 35 TYPE_NAME (ElfW2(Bits, Ext##Half), e_type) \ 36 TYPE_NAME (ElfW2(Bits, Ext##Half), e_machine) \ 37 TYPE_NAME (ElfW2(Bits, Ext##Word), e_version) \ 38 TYPE_NAME (ElfW2(Bits, Ext##Addr), e_entry) \ 39 TYPE_NAME (ElfW2(Bits, Ext##Off), e_phoff) \ 40 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \ 41 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \ 42 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \ [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | InstancingTest.cpp | 33 Ext enumerator 108 else if (vendor == Ext) in runTest() 137 else if (vendor == Ext) in runTest() 158 else if (vendor == Ext) in runTest() 350 TEST_INDEXED(0, TriFan, Buffer, Ext) 351 TEST_INDEXED(0, TriFan, Memory, Ext) 352 TEST_INDEXED(1, TriFan, Buffer, Ext) 353 TEST_INDEXED(1, TriFan, Memory, Ext) 362 TEST_INDEXED(0, Quad, Buffer, Ext) 363 TEST_INDEXED(0, Quad, Memory, Ext) [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_oid.data | 10 OID get Ext Key Usage - id-kp-serverAuth 13 OID get Ext Key Usage - id-kp-clientAuth 16 OID get Ext Key Usage - id-kp-codeSigning 19 OID get Ext Key Usage - id-kp-emailProtection 22 OID get Ext Key Usage - id-kp-timeStamping 25 OID get Ext Key Usage - id-kp-OCSPSigning 28 OID get Ext Key Usage - id-kp-wisun-fan-device 31 OID get Ext Key Usage invalid oid 34 OID get Ext Key Usage wrong oid - id-ce-authorityKeyIdentifier
|
/third_party/rust/crates/clap/tests/derive/ |
D | boxed.rs | 13 arg: Box<Ext>, 18 struct Ext { struct 27 arg: Box::new(Ext { arg: 1 }) in boxed_flatten_subcommand() argument 43 arg: Box::new(Ext { arg: 42 }) in update_boxed_flatten_subcommand()
|
D | subcommands.rs | 482 Ext(Vec<String>), in update_ext_subcommand() enumerator 498 let mut opt = Opt::Ext(vec!["12".into(), "14".into()]); in update_ext_subcommand() 506 let mut opt = Opt::Ext(vec!["12".into(), "14".into()]); in update_ext_subcommand() 511 let mut opt = Opt::Ext(vec!["12".into(), "14".into()]); in update_ext_subcommand()
|
D | macros.rs | 51 Ext(Vec<String>) in issue_447()
|
/third_party/node/deps/npm/node_modules/node-gyp/test/fixtures/ |
D | VS_2022_Community_workload.txt | 58 "Microsoft.VisualCpp.CA.Ext.Hostx64.TargetARM64", 59 "Microsoft.VC.14.34.17.4.CA.Ext.Hostx64.TargetARM64.base", 60 "Microsoft.VC.14.34.17.4.CA.Ext.Hostx64.TargetARM64.Res.base", 61 "Microsoft.VisualCpp.CA.Ext.Hostx86.TargetARM64", 62 "Microsoft.VC.14.34.17.4.CA.Ext.Hostx86.TargetARM64.base", 63 "Microsoft.VC.14.34.17.4.CA.Ext.Hostx86.TargetARM64.Res.base", 64 "Microsoft.VisualCpp.CA.Ext.HostARM64.TargetARM64", 65 "Microsoft.VC.14.34.17.4.CA.Ext.HostARM64.TargetARM64.base", 66 "Microsoft.VC.14.34.17.4.CA.Ext.HostARM64.TargetARM64.Res.base", 110 "Microsoft.VisualCpp.CA.Ext.HostARM64.Targetx64", [all …]
|
/third_party/rust/crates/syn/codegen/src/ |
D | hash.rs | 12 Type::Ext(ty) => ty == "Span", in skip() 49 Type::Ext(ty) if ty == "TokenStream" => { in expand_impl_body() 52 Type::Ext(ty) if ty == "Literal" => { in expand_impl_body() 107 if let Type::Ext(ty) = ty { in expand_impl_body()
|
D | eq.rs | 12 Type::Ext(ty) => ty == "Span", in always_eq() 45 Type::Ext(ty) if ty == "TokenStream" => { in expand_impl_body() 48 Type::Ext(ty) if ty == "Literal" => { in expand_impl_body() 90 Type::Ext(ty) if ty == "TokenStream" => { in expand_impl_body()
|
D | visit.rs | 114 Type::Ext(t) if gen::TERMINAL_TYPES.contains(&&t[..]) => Some(simple_visit(t, name)), in visit() 115 Type::Ext(_) | Type::Std(_) => None, in visit()
|
D | visit_mut.rs | 114 Type::Ext(t) if gen::TERMINAL_TYPES.contains(&&t[..]) => Some(simple_visit(t, name)), in visit() 115 Type::Ext(_) | Type::Std(_) => None, in visit()
|
D | fold.rs | 99 Type::Ext(t) if gen::TERMINAL_TYPES.contains(&&t[..]) => Some(simple_visit(t, name)), in visit() 100 Type::Ext(_) | Type::Std(_) => None, in visit()
|
D | snapshot.rs | 20 Type::Ext(ty) => { in rust_type() 54 Type::Ext(name) => name != "Span", in is_printable()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.h | 87 UString Ext; member 91 CArcExtInfo(const UString &ext): Ext(ext) {} in CArcExtInfo() 92 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {} in CArcExtInfo() 183 return Exts[0].Ext; in GetMainExt() 237 UString Ext; member
|
D | LoadCodecs.cpp | 166 if (ext.IsEqualTo_NoCase(Exts[i].Ext)) in FindExtension() 179 extInfo.Ext = exts[i]; in AddExts() 747 if (arc.Ext) in Load() 748 e = arc.Ext; in Load() 920 iconPair.Ext = s.Left((unsigned)pos); in LoadIcons() 931 if (ext.IsEqualTo_NoCase(pair.Ext)) in FindIconIndex()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | SymbolTable_ESSL_autogen.cpp | 24386 using Ext = TExtension; typedef 24390 {"radians", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 24391 {"degrees", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 24392 {"sin", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 24393 {"cos", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 24394 {"tan", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 24395 {"asin", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 24396 {"acos", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 24397 {"atan", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 24398 {"sinh", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 300, 130, Shader::ALL}, [all …]
|
D | builtin_function_declarations.txt | 216 …T METADATA {"essl_level": "ESSL3_1_BUILTINS", "essl_extension": "EXT_gpu_shader5", "suffix": "Ext"} 517 …true", "essl_extension": "OES_texture_cube_map_array, EXT_texture_cube_map_array", "suffix": "Ext"} 566 …true", "essl_extension": "OES_texture_cube_map_array, EXT_texture_cube_map_array", "suffix": "Ext"} 582 …true", "essl_extension": "OES_texture_cube_map_array, EXT_texture_cube_map_array", "suffix": "Ext"} 593 …sSideEffects": "true", "essl_extension": "OES_texture_buffer, EXT_texture_buffer", "suffix": "Ext"} 597 …UILTINS", "hasSideEffects": "true", "essl_extension": "ANGLE_texture_multisample", "suffix": "Ext"} 601 …ideEffects": "true", "essl_extension": "OES_texture_storage_multisample_2d_array", "suffix": "Ext"} 628 …sSideEffects": "true", "essl_extension": "OES_texture_buffer, EXT_texture_buffer", "suffix": "Ext"} 632 …UILTINS", "hasSideEffects": "true", "essl_extension": "ANGLE_texture_multisample", "suffix": "Ext"} 636 …ideEffects": "true", "essl_extension": "OES_texture_storage_multisample_2d_array", "suffix": "Ext"} [all …]
|
D | SymbolTable_autogen.cpp | 39098 using Ext = TExtension; typedef 39102 {"radians", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 39103 {"degrees", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 39104 {"sin", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 39105 {"cos", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 39106 {"tan", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 39107 {"asin", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 39108 {"acos", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 39109 {"atan", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL}, 39110 {"sinh", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 300, 130, Shader::ALL}, [all …]
|
D | SymbolTable.h | 89 #define EXT_INDEX(Ext) (offsetof(ShBuiltInResources, Ext) / sizeof(int)) argument
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | SysIconUtils.cpp | 143 int compare = MyStringCompareNoCase(ext, vect[mid].Ext); in FindInSorted_Ext() 243 pair.Ext = ext; in GetIconIndex()
|
D | SysIconUtils.h | 14 UString Ext; member
|
/third_party/lzma/CPP/7zip/Archive/ |
D | ArchiveExports.cpp | 111 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break; in GetHandlerProperty2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3764 Instruction *Ext, TypePromotionTransaction &TPT, 3778 static Value *promoteOperandForOther(Instruction *Ext, 3788 Instruction *Ext, TypePromotionTransaction &TPT, in signExtendOperandForOther() argument 3792 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in signExtendOperandForOther() 3798 Instruction *Ext, TypePromotionTransaction &TPT, in zeroExtendOperandForOther() argument 3802 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in zeroExtendOperandForOther() 3808 using Action = Value *(*)(Instruction *Ext, TypePromotionTransaction &TPT, 3824 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts, 3934 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument 3936 assert((isa<SExtInst>(Ext) || isa<ZExtInst>(Ext)) && in getAction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 581 Instruction *Ext = nullptr; in eliminateTrunc() local 592 Ext = new ZExtInst(Op1, IVTy, "zext", ICI); in eliminateTrunc() 596 Ext = new SExtInst(Op1, IVTy, "sext", ICI); in eliminateTrunc() 600 L->makeLoopInvariant(Ext, Changed); in eliminateTrunc() 602 ICmpInst *NewICI = new ICmpInst(ICI, Pred, IV, Ext); in eliminateTrunc()
|
/third_party/rust/crates/syn/json/src/ |
D | lib.rs | 144 Ext(String), enumerator
|