Home
last modified time | relevance | path

Searched refs:Ext (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/elfutils/libelf/
Dabstract.h31 #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/
DInstancingTest.cpp33 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/
Dtest_suite_oid.data10 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/
Dboxed.rs13 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()
Dsubcommands.rs482 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()
Dmacros.rs51 Ext(Vec<String>) in issue_447()
/third_party/node/deps/npm/node_modules/node-gyp/test/fixtures/
DVS_2022_Community_workload.txt58 "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/
Dhash.rs12 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()
Deq.rs12 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()
Dvisit.rs114 Type::Ext(t) if gen::TERMINAL_TYPES.contains(&&t[..]) => Some(simple_visit(t, name)), in visit()
115 Type::Ext(_) | Type::Std(_) => None, in visit()
Dvisit_mut.rs114 Type::Ext(t) if gen::TERMINAL_TYPES.contains(&&t[..]) => Some(simple_visit(t, name)), in visit()
115 Type::Ext(_) | Type::Std(_) => None, in visit()
Dfold.rs99 Type::Ext(t) if gen::TERMINAL_TYPES.contains(&&t[..]) => Some(simple_visit(t, name)), in visit()
100 Type::Ext(_) | Type::Std(_) => None, in visit()
Dsnapshot.rs20 Type::Ext(ty) => { in rust_type()
54 Type::Ext(name) => name != "Span", in is_printable()
/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h87 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
DLoadCodecs.cpp166 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/
DSymbolTable_ESSL_autogen.cpp24386 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 …]
Dbuiltin_function_declarations.txt216 …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 …]
DSymbolTable_autogen.cpp39098 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 …]
DSymbolTable.h89 #define EXT_INDEX(Ext) (offsetof(ShBuiltInResources, Ext) / sizeof(int)) argument
/third_party/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp143 int compare = MyStringCompareNoCase(ext, vect[mid].Ext); in FindInSorted_Ext()
243 pair.Ext = ext; in GetIconIndex()
DSysIconUtils.h14 UString Ext; member
/third_party/lzma/CPP/7zip/Archive/
DArchiveExports.cpp111 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/
DCodeGenPrepare.cpp3764 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/
DSimplifyIndVar.cpp581 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/
Dlib.rs144 Ext(String), enumerator

12345