Home
last modified time | relevance | path

Searched refs:Ext (Results 1 – 25 of 159) 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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h41 const char *Ext; // If this is a pointer to a named symbol member
67 return Source.Ext; in getExternalSymbol()
84 static ELFSym *getExtSym(const char *Ext) { in getExtSym()
86 Sym->Source.Ext = Ext; in getExtSym()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptCppFilter.cpp93 StringRef Ext = Line.rsplit('.').second; in parseLine() local
95 if (Ext.equals_lower("h") || Ext.equals_lower("c")) { in parseLine()
/external/golang-protobuf/proto/
Dany_test.go172 [test_proto.Ext.more]: <
175 [test_proto.Ext.text]: "bar"
183 [test_proto.Ext.more]: <
192 [test_proto.Ext.more]: <
195 [test_proto.Ext.text]: "bar"
Dextensions_test.go54 ext1 := &pb.Ext{}
110 ExtensionType: (*pb.Ext)(nil),
115 ext3 := &pb.Ext{Data: proto.String("foo")}
180 ext1 := &pb.Ext{}
238 ext0 := &pb.Ext{}
436 ext1 := &pb.Ext{
439 ext2 := &pb.Ext{
456 x, ok := e.(*pb.Ext)
484 if err := proto.SetExtension(msg, pb.E_Ext_More, (*pb.Ext)(nil)); err == nil {
486 …} else if want := fmt.Sprintf("proto: SetExtension called with nil value of type %T", new(pb.Ext))…
[all …]
Dtext_parser_test.go54 SetExtension(msg, E_Ext_More, &Ext{
506 buildExtStructTest(`count: 42 [test_proto.Ext.more]:<data:"Hello, world!" >`),
507 buildExtStructTest(`count: 42 [test_proto.Ext.more] {data:"Hello, world!"}`),
508 buildExtDataTest(`count: 42 [test_proto.Ext.text]:"Hello, world!" [test_proto.Ext.number]:1729`),
Ddiscard_test.go115 proto.SetExtension(m, pb.E_Ext_More, &pb.Ext{
126 proto.SetExtension(m, pb.E_Ext_More, &pb.Ext{Data: proto.String("extension")})
Dequal_test.go57 ext1 := &pb.Ext{Data: String("Kirk")}
58 ext2 := &pb.Ext{Data: String("Picard")}
/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
DLoadCodecs.cpp165 if (ext.IsEqualTo_NoCase(Exts[i].Ext)) in FindExtension()
178 extInfo.Ext = exts[i]; in AddExts()
605 if (arc.Ext) in Load()
606 e = arc.Ext; in Load()
771 iconPair.Ext = s.Left(pos); in LoadIcons()
782 if (ext.IsEqualTo_NoCase(pair.Ext)) in FindIconIndex()
/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/grpc-grpc/tools/http2_interop/
Dtestsuite.go22 if strings.HasPrefix(path.Ext(fullName), ".Test") {
24 name = string([]byte(path.Ext(fullName))[1:])
/external/icu/icu4c/source/data/mappings/
Dnoop-cns-11643.ucm11 # for every byte sequence valid in ISO-2022-CN(-Ext). Chrome and Android
13 # rare, if used at all. However, not supporting ISO-2022-CN(-Ext) gets
/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/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp143 int compare = MyStringCompareNoCase(ext, vect[mid].Ext); in FindInSorted_Ext()
243 pair.Ext = ext; in GetIconIndex()
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp109 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break; in GetHandlerProperty2()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3354 Instruction *Ext, TypePromotionTransaction &TPT,
3368 static Value *promoteOperandForOther(Instruction *Ext,
3378 Instruction *Ext, TypePromotionTransaction &TPT, in signExtendOperandForOther() argument
3382 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in signExtendOperandForOther()
3388 Instruction *Ext, TypePromotionTransaction &TPT, in zeroExtendOperandForOther() argument
3392 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in zeroExtendOperandForOther()
3398 using Action = Value *(*)(Instruction *Ext, TypePromotionTransaction &TPT,
3414 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
3526 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument
3528 assert((isa<SExtInst>(Ext) || isa<ZExtInst>(Ext)) && in getAction()
[all …]

1234567