HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 101 - 125 of 6172) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/u-boot/board/intel/bayleybay/acpi/
mainboard.asl 9 Name(_HID, EISAID("PNP0C0C"))
18 Name(_HID, EISAID("PNP0303"))
19 Name(_CRS, ResourceTemplate()
35 Name(_HID, EISAID("PNP0F03"))
36 Name(_CRS, ResourceTemplate()
  /external/clang/include/clang/Basic/
LangOptions.h 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
40 #define LANGOPT(Name, Bits, Default, Description)
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
42 unsigned Name : Bits;
97 /// \brief The name of the handler function to be called when -ftrapv is
103 /// \brief The name of the current module, of which the main source file
125 /// \brief Name of the IR file that contains the result of the OpenMP target
132 #define LANGOPT(Name, Bits, Default, Description)
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeStreamMerger.cpp 61 #define TYPE_RECORD(EnumName, EnumVal, Name) \
62 Error visit##Name(Name##Record &Record) override;
63 #define MEMBER_RECORD(EnumName, EnumVal, Name) \
64 TYPE_RECORD(EnumName, EnumVal, Name)
65 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
66 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
112 #define TYPE_RECORD(EnumName, EnumVal, Name) \
113 Error TypeStreamMerger::visit##Name(Name##Record &Record) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AutoUpgrade.cpp 68 static bool ShouldUpgradeX86Intrinsic(Function *F, StringRef Name) {
74 if (Name=="ssse3.pabs.b.128" || // Added in 6.0
75 Name=="ssse3.pabs.w.128" || // Added in 6.0
76 Name=="ssse3.pabs.d.128" || // Added in 6.0
77 Name.startswith("fma4.vfmadd.s") || // Added in 7.0
78 Name.startswith("fma.vfmadd.") || // Added in 7.0
79 Name.startswith("fma.vfmsub.") || // Added in 7.0
80 Name.startswith("fma.vfmaddsub.") || // Added in 7.0
81 Name.startswith("fma.vfmsubadd.") || // Added in 7.0
82 Name.startswith("fma.vfnmadd.") || // Added in 7.
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
AD7298.asi 18 Name(_HID, "INT3494") // Galileo Version 1 Low-Speed ADC.
19 Name(_CID, "INT3494")
20 Name(RBUF, ResourceTemplate()
ADC108S102.asi 18 Name(_HID, "INT3495") // GalileoGen2 Low-Speed ADC.
19 Name(_CID, "INT3495")
20 Name(RBUF, ResourceTemplate()
CAT24C08.asi 18 Name(_HID, "INT3499") // ONSEMI CAT24C08 I2C 8KB EEPROM.
19 Name(_CID, "INT3499")
21 Name(RBUF, ResourceTemplate()
PCA9685.asi 18 Name(_HID, "INT3492") // NXP PCA9685 i2c-accessible PWM/LED controller.
19 Name(_CID, "INT3492")
21 Name(RBUF, ResourceTemplate()
  /external/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
gpio.asl 12 Name(_HID, "INT33FC")
13 Name(_CID, "INT33FC")
14 Name(_UID, 1)
16 Name(RBUF, ResourceTemplate()
41 Name(_HID, "INT33FC")
42 Name(_CID, "INT33FC")
43 Name(_UID, 2)
45 Name(RBUF, ResourceTemplate()
70 Name(_HID, "INT33FC")
71 Name(_CID, "INT33FC"
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/
D03Pci.asl 25 Name (_HID, "HISI0080") // PCI Express Root Bridge
26 Name (_CID, "PNP0A03") // Compatible PCI Root Bridge
27 Name(_SEG, 0) // Segment of this Root complex
28 Name(_BBN, 0) // Base Bus Number
29 Name(_CCA, 1)
31 Name (RBUF, ResourceTemplate () {
65 }) // Name(RBUF)
71 Name (_HID, "HISI0081") // HiSi PCIe RC config base address
72 Name (_CRS, ResourceTemplate (){
104 Name (_HID, "HISI0080") // PCI Express Root Bridge
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
section-alignment.s 9 # CHECK-LABEL: Name: .text
10 # CHECK-NOT: Name
15 # CHECK-LABEL: Name: text1
16 # CHECK-NOT: Name
21 # CHECK-LABEL: Name: text2
22 # CHECK-NOT: Name
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
section-alignment.s 9 # CHECK-LABEL: Name: .text
10 # CHECK-NOT: Name
15 # CHECK-LABEL: Name: text1
16 # CHECK-NOT: Name
21 # CHECK-LABEL: Name: text2
22 # CHECK-NOT: Name
  /external/llvm/include/llvm/IR/
IRBuilder.h 63 void InsertHelper(Instruction *I, const Twine &Name,
66 I->setName(Name);
260 /// Name is specified, it is the name of the global variable created.
261 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
451 Value *PassThru = nullptr, const Twine &Name = "");
461 const Twine& Name = "");
478 const Twine &Name = "");
488 const Twine &Name = "");
497 const Twine &Name = "")
    [all...]
  /art/runtime/
runtime_options.h 45 #define DECLARE_KEY(Type, Name) static const Key<Type> Name
55 // that are declared 'static constexpr T Name = Value' don't need to have a matching definition.
74 // List of key declarations, shorthand for 'static const Key<T> Name'
75 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/
D05Pci.asl 46 Name (_HID, "PNP0A08") // PCI Express Root Bridge
47 Name (_CID, "PNP0A03") // Compatible PCI Root Bridge
48 Name(_SEG, 2) // Segment of this Root complex
49 Name(_BBN, 0x80) // Base Bus Number
50 Name(_CCA, 1)
52 Name (RBUF, ResourceTemplate () {
86 }) // Name(RBUF)
91 Name (_HID, "HISI0081") // HiSi PCIe RC config base address
92 Name (_CID, "PNP0C02") // Motherboard reserved resource
93 Name (_CRS, ResourceTemplate (){
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_callable.py 11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import
36 args.extend(Attr(Name(u'collections'), Name(u'Callable')))
37 return Call(Name(u'isinstance'), args, prefix=node.prefix)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Attribute.py 2 # name value pair
19 ## name value pair
27 self.Name = None
  /external/llvm/include/llvm/ExecutionEngine/Orc/
GlobalMappingLayer.h 55 void setGlobalMapping(const std::string &Name, TargetAddress Addr) {
56 SymbolTable[Name] = Addr;
60 void eraseGlobalMapping(const std::string &Name) {
61 SymbolTable.erase(Name);
70 /// @param Name The name of the symbol to search for.
73 JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) {
74 auto I = SymbolTable.find(Name);
77 return BaseLayer.findSymbol(Name, ExportedSymbolsOnly);
84 /// @param Name The name of the symbol to search for
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 80 static uint64_t getSymbolAddressInProcess(const std::string &Name);
86 virtual uint64_t getSymbolAddress(const std::string &Name) {
87 return getSymbolAddressInProcess(Name);
101 RuntimeDyld::SymbolInfo findSymbol(const std::string &Name) override {
102 return RuntimeDyld::SymbolInfo(getSymbolAddress(Name),
110 virtual uint64_t getSymbolAddressInLogicalDylib(const std::string &Name) {
125 findSymbolInLogicalDylib(const std::string &Name) override {
126 return RuntimeDyld::SymbolInfo(getSymbolAddressInLogicalDylib(Name),
133 /// If \p AbortOnFailure is false and no function with the given name is
139 virtual void *getPointerToNamedFunction(const std::string &Name,
    [all...]
  /external/llvm/include/llvm/MC/
MCFixupKindInfo.h 26 /// A target specific name for the fixup kind. The names will be unique for
28 const char *Name;
  /external/llvm/lib/IR/
IntrinsicInst.cpp 50 StringRef Name) {
51 assert(Name.startswith("llvm."));
53 // Do successive binary searches of the dotted name components. For
65 while (CmpEnd < Name.size() && High - Low > 0) {
67 CmpEnd = Name.find('.', CmpStart + 1);
68 CmpEnd = CmpEnd == StringRef::npos ? Name.size() : CmpEnd;
73 std::tie(Low, High) = std::equal_range(Low, High, Name.data(), Cmp);
81 if (Name == NameFound ||
82 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
RuntimeDyld.h 41 virtual uint8_t *startFunctionBody(const char *Name, uintptr_t &Size) = 0;
45 virtual void endFunctionBody(const char *Name, uint8_t *FunctionStart,
65 void *getSymbolAddress(StringRef Name);
70 void reassignSymbolAddress(StringRef Name, uint8_t *Addr);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCFixupKindInfo.h 26 /// A target specific name for the fixup kind. The names will be unique for
28 const char *Name;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
GlobalMappingLayer.h 59 void setGlobalMapping(const std::string &Name, JITTargetAddress Addr) {
60 SymbolTable[Name] = Addr;
64 void eraseGlobalMapping(const std::string &Name) {
65 SymbolTable.erase(Name);
74 /// @param Name The name of the symbol to search for.
77 JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) {
78 auto I = SymbolTable.find(Name);
81 return BaseLayer.findSymbol(Name, ExportedSymbolsOnly);
88 /// @param Name The name of the symbol to search for
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 80 static uint64_t getSymbolAddressInProcess(const std::string &Name);
86 virtual uint64_t getSymbolAddress(const std::string &Name) {
87 return getSymbolAddressInProcess(Name);
101 JITSymbol findSymbol(const std::string &Name) override {
102 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported);
109 virtual uint64_t getSymbolAddressInLogicalDylib(const std::string &Name) {
124 findSymbolInLogicalDylib(const std::string &Name) override {
125 return JITSymbol(getSymbolAddressInLogicalDylib(Name),
132 /// If \p AbortOnFailure is false and no function with the given name is
138 virtual void *getPointerToNamedFunction(const std::string &Name,
    [all...]

Completed in 720 milliseconds

1 2 3 45 6 7 8 91011>>