HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 401 - 425 of 656) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 412 LCD_INSTANCE *Instance;
414 Instance = LCD_INSTANCE_FROM_GOP_THIS(This);
417 InitializeDisplay (Instance);
LcdGraphicsOutputDxe.h 69 IN LCD_INSTANCE* Instance
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.c 453 UINT32 Instance;
504 Instance = 0;
512 &Instance,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Graphics.c 452 UINT32 Instance;
503 Instance = 0;
511 &Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Ppi/
Ppi.c 299 // Find the old PPI instance in the database. If we can not find it,
341 @param Instance Instance Number to discover.
355 IN UINTN Instance,
369 // Search the data base for the matching instance of the GUIDed PPI.
384 if (Instance == 0) {
397 Instance--;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
BootLogoLib.c 63 UINT32 Instance;
147 Instance = 0;
160 &Instance,
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 412 LCD_INSTANCE *Instance;
414 Instance = LCD_INSTANCE_FROM_GOP_THIS(This);
417 InitializeDisplay (Instance);
LcdGraphicsOutputDxe.h 69 IN LCD_INSTANCE* Instance
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
MemorySubClass.c 206 ArrayLink.MemoryArrayLink.Instance = ArrayInstance;
406 DeviceStartAddress.PhysicalMemoryDeviceLink.Instance = ArrayInstance;
409 DeviceStartAddress.PhysicalMemoryArrayLink.Instance = ArrayInstance;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciRootBridge.c 21 #define CPUIO_FROM_ROOT_BRIDGE_INSTANCE(Instance) (Instance->HostBridge->CpuIo)
22 #define METRONOME_FROM_ROOT_BRIDGE_INSTANCE(Instance) (Instance->HostBridge->Metronome)
25 * PCI Root Bridge Instance Templates
684 // Allocate Memory for the Instance from a Template
697 // Attach the Root Bridge to the PCI Host Bridge Instance
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtLedStatusCode/
RtLedStatusCode.c 338 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
PeiMain.h 181 /// Pei Core private data structure instance
271 /// Pei Core Instance Data Macros
487 @param Instance Instance Number to discover.
501 IN UINTN Instance,
766 @param SectionInstance Section instance to find.
790 @param Instance This instance of the firmware volume to find. The value 0 is the Boot Firmware
803 IN UINTN Instance,
930 @param Instance Instance Number of this status code.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/
FirmwarePerformancePei.c 46 @param[in] Instance The enumeration of a hardware or software entity within
47 the system. Valid instance numbers start with 1.
63 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
FirmwarePerformanceSmm.c 63 @param[in] Instance The enumeration of a hardware or software entity within
64 the system. Valid instance numbers start with 1.
79 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/
DiskIo.h 57 DISK_IO_PRIVATE_DATA *Instance;
105 @param This Protocol instance pointer.
127 @param This Protocol instance pointer.
149 @param This Protocol instance pointer.
180 @param This Protocol instance pointer.
214 @param This Protocol instance pointer.
357 EFI_COMPONENT_NAME_PROTOCOL instance.
408 EFI_COMPONENT_NAME_PROTOCOL instance.
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.h 170 IN UINT32 Instance,
185 Instance - TODO: add argument description
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 504 UINT32 Instance;
514 Instance = Stream->InstanceNum;
515 if(Instance < NUM_SPECIAL) {
516 gMD->StdIo[Instance] = Stream;
699 Allocate the instance structure and populate it with the information for
723 // Get pointer to instance.
  /external/clang/include/clang/AST/
NSAPI.h 190 /// \param Instance if true it will return the selector for the init* method
193 bool Instance) const;
  /external/skia/src/gpu/instanced/
InstancedRenderingTypes.h 26 * Per-instance data. These values get fed into instanced vertex attribs.
28 struct Instance {
29 uint32_t fInfo; //!< Packed info about the instance. See InfoBits.
  /external/webrtc/webrtc/base/
profiler.cc 91 Profiler* Profiler::Instance() {
92 RTC_DEFINE_STATIC_LOCAL(Profiler, instance, ());
93 return &instance;
thread.h 41 static ThreadManager* Instance();
237 // ThreadManager::Instance() cannot be used while ThreadManager is
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 58 static GraphicsComposerHidlEnvironment* Instance() {
59 static GraphicsComposerHidlEnvironment* instance = new GraphicsComposerHidlEnvironment; local
60 return instance;
76 GraphicsComposerHidlEnvironment::Instance()->getServiceName<IComposer>()));
708 ::testing::AddGlobalTestEnvironment(GraphicsComposerHidlEnvironment::Instance());
710 GraphicsComposerHidlEnvironment::Instance()->init(&argc, argv);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
NSAPI.h 190 /// \param Instance if true it will return the selector for the init* method
193 bool Instance) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
NSAPI.h 190 /// \param Instance if true it will return the selector for the init* method
193 bool Instance) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
NSAPI.h 190 /// \param Instance if true it will return the selector for the init* method
193 bool Instance) const;

Completed in 969 milliseconds

<<11121314151617181920>>