Home
last modified time | relevance | path

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

1234567

/external/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 …]
/external/clang/include/clang/Basic/
DOpenCLOptions.h41 #define OPENCLEXT_INTERNAL(Ext, Avail, ...) \ argument
42 bool is_##Ext##_supported(unsigned OCLVer) const { \
43 return Ext && OCLVer >= Avail; \
50 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
51 bool is_##Ext##_supported_extension(unsigned CLVer) const { \
52 return is_##Ext##_supported(CLVer) && (Core == ~0U || CLVer < Core); \
58 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
59 bool is_##Ext##_supported_core(unsigned CLVer) const { \
60 return is_##Ext##_supported(CLVer) && Core != ~0U && CLVer >= Core; \
/external/angle/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 …]
/external/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
/external/openthread/third_party/mbedtls/repo/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
/external/clang/lib/Frontend/
DTestModuleFileExtension.cpp36 auto Ext = static_cast<TestModuleFileExtension *>(getExtension()); in writeExtensionContents() local
38 OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "." in writeExtensionContents()
39 << Ext->MinorVersion; in writeExtensionContents()
45 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, in Reader() argument
47 : ModuleFileExtensionReader(Ext), Stream(InStream) in Reader()
DTestModuleFileExtension.h30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer() argument
43 Reader(ModuleFileExtension *Ext, const llvm::BitstreamCursor &InStream);
DInitPreprocessor.cpp131 const llvm::fltSemantics *Sem, StringRef Ext) { in DefineFloatMacros() argument
162 Builder.defineMacro(DefPrefix + "DENORM_MIN__", Twine(DenormMin)+Ext); in DefineFloatMacros()
166 Builder.defineMacro(DefPrefix + "EPSILON__", Twine(Epsilon)+Ext); in DefineFloatMacros()
173 Builder.defineMacro(DefPrefix + "MAX__", Twine(Max)+Ext); in DefineFloatMacros()
177 Builder.defineMacro(DefPrefix + "MIN__", Twine(Min)+Ext); in DefineFloatMacros()
960 #define OPENCLEXT(Ext) \ in InitializePredefinedMacros() argument
961 if (TI.getSupportedOpenCLOpts().is_##Ext##_supported( \ in InitializePredefinedMacros()
963 Builder.defineMacro(#Ext); in InitializePredefinedMacros()
/external/clang/test/CodeGen/
D2002-07-14-MiscTests2.c6 char *Ext; variable
10 fp (12, Ext ? Ext : "<none>"); in __bb_exit_func()
/external/llvm/unittests/ADT/
DPostOrderIteratorTest.cpp25 ExtSetTy Ext; in TEST() local
26 po_iterator_storage<ExtSetTy, true> PISExt(Ext); in TEST()
34 auto PIExt = po_ext_end(NullBB, Ext); in TEST()
/external/clang/utils/analyzer/
DSATestBuild.py320 (Root, Ext) = os.path.splitext(FileName)
321 if ((Ext == "")) :
326 (Root, Ext) = os.path.splitext(FileName)
327 if ((Ext == ".i") | (Ext == ".ii") |
328 (Ext == ".c") | (Ext == ".cpp") |
329 (Ext == ".m") | (Ext == "")) :
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h85 UString Ext; member
89 CArcExtInfo(const UString &ext): Ext(ext) {} in CArcExtInfo()
90 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {} in CArcExtInfo()
140 return Exts[0].Ext; in GetMainExt()
186 UString Ext; member
/external/grpc-grpc/tools/http2_interop/
Dtestsuite.go22 if strings.HasPrefix(path.Ext(fullName), ".Test") {
24 name = string([]byte(path.Ext(fullName))[1:])
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dtestsuite.go36 if strings.HasPrefix(path.Ext(fullName), ".Test") {
38 name = string([]byte(path.Ext(fullName))[1:])
/external/clang/lib/AST/
DDeclObjC.cpp168 for (const auto *Ext : IDecl->known_extensions()) in findPropertyDecl() local
169 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl()
226 for (const auto *Ext : ClassDecl->visible_extensions()) { in FindPropertyDeclaration() local
227 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
376 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement() local
377 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement()
470 for (const auto *Ext : D->visible_extensions()) { in isIntroducingInitializers() local
471 for (const auto *MD : Ext->instance_methods()) { in isIntroducingInitializers()
533 for (const auto *Ext : IFace->visible_extensions()) { in getDesignatedInitializers() local
534 for (const auto *MD : Ext->instance_methods()) in getDesignatedInitializers()
[all …]
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp28524 using Ext = TExtension; typedef
28528 {"radians", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
28529 {"degrees", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
28530 {"sin", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
28531 {"cos", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
28532 {"tan", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
28533 {"asin", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
28534 {"acos", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
28535 {"atan", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
28536 {"sinh", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 300, 130, Shader::ALL},
[all …]
DSymbolTable_autogen.cpp36984 using Ext = TExtension; typedef
36988 {"radians", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
36989 {"degrees", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
36990 {"sin", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
36991 {"cos", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
36992 {"tan", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
36993 {"asin", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
36994 {"acos", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
36995 {"atan", std::array<TExtension, 1>{{Ext::UNDEFINED}}, Ext::UNDEFINED, 0, 0, Shader::ALL},
36996 {"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 …]
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2797 Instruction *Ext, TypePromotionTransaction &TPT,
2811 static Value *promoteOperandForOther(Instruction *Ext,
2821 Instruction *Ext, TypePromotionTransaction &TPT, in signExtendOperandForOther() argument
2825 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in signExtendOperandForOther()
2831 Instruction *Ext, TypePromotionTransaction &TPT, in zeroExtendOperandForOther() argument
2835 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in zeroExtendOperandForOther()
2841 typedef Value *(*Action)(Instruction *Ext, TypePromotionTransaction &TPT,
2856 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
2926 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument
2928 assert((isa<SExtInst>(Ext) || isa<ZExtInst>(Ext)) && in getAction()
[all …]
/external/openthread/src/cli/
DREADME_COMMISSIONING.md18 Ext PAN ID: d63e8e3e495ebbc3
104 Ext PAN ID: d63e8e3e495ebbc3
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp109 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break; in GetHandlerProperty2()
/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp143 int compare = MyStringCompareNoCase(ext, vect[mid].Ext); in FindInSorted_Ext()
243 pair.Ext = ext; in GetIconIndex()
/external/rust/crates/protobuf-parse/src/pure/
Dmodel.rs482 Ext(ProtobufPath), enumerator
489 ProtobufOptionNamePart::Ext(n) => write!(f, "({})", n), in fmt()
500 Ext(ProtobufOptionNameExt), enumerator
525 ProtobufOptionName::Ext(n) => write!(f, "{}", n), in fmt()
/external/pdfium/core/fpdfapi/cmaps/
DBUILD.gn49 "Japan1/Ext-RKSJ-H_2.cpp",
50 "Japan1/Ext-RKSJ-V_2.cpp",
/external/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 …]

1234567