HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 1 - 25 of 5270) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
CpuDeadLoop.c 39 volatile UINTN Index;
41 for (Index = 0; Index == 0;);
  /device/linaro/bootloader/edk2/EmbeddedPkg/EblExternCmd/
Main.c 44 UINTN Index;
47 for (Index = 0; Index < Argc; Index++) {
48 AsciiPrint ("Argv[%d] = %a\n", Index, Argv[Index]);
  /system/update_engine/payload_generator/
graph_types.cc 21 const Vertex::Index Vertex::kInvalidIndex = static_cast<Vertex::Index>(-1);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
CpuDeadLoop.c 35 volatile UINTN Index;
37 for (Index = 0; Index == 0;);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/
ArmVExpressCommon.c 36 UINTN Index;
40 for (Index = 0; ArmVExpressPlatforms[Index].Id != ARM_FVP_VEXPRESS_UNKNOWN; Index++) {
41 if (ArmVExpressPlatforms[Index].Id == PlatformId) {
42 *Platform = &ArmVExpressPlatforms[Index];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
EfiGetConfigTable.c 50 UINTN Index;
53 for (Index = 0; Index < gST->NumberOfTableEntries; Index++) {
54 if (EfiCompareGuid (TableGuid, &(gST->ConfigurationTable[Index].VendorGuid))) {
55 *Table = gST->ConfigurationTable[Index].VendorTable;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
EfiCompareGuid.c 48 UINTN Index;
53 for (Index = 0; Index < 16; ++Index) {
54 if (*(((UINT8*) Guid1) + Index) != *(((UINT8*) Guid2) + Index)) {
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
processor.c 35 UINTN Index;
37 for (Index = 0; Index < NUMBER_OF_PACKAGES; Index++) {
43 AssetTags[Index] = EmptyString;
44 SocketNames[Index] = SocketString;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupFunctions.c 42 UINT8 Index;
44 Index = 0;
45 while (AsciiString[Index] != 0) {
46 UnicodeString[Index] = (CHAR16)AsciiString[Index];
47 Index++;
56 UINT16 Index;
59 Index = 0;
60 while (Data[Index] != 0 && Data[Index+1] != 0) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/
ArmJunoMem.c 47 UINTN Index = 0;
82 VirtualMemoryTable[Index].PhysicalBase = ARM_VE_SMB_NOR0_BASE;
83 VirtualMemoryTable[Index].VirtualBase = ARM_VE_SMB_NOR0_BASE;
84 VirtualMemoryTable[Index].Length = SIZE_256KB * 255;
85 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
87 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_SMB_NOR0_BASE + (SIZE_256KB * 255);
88 VirtualMemoryTable[Index].VirtualBase = ARM_VE_SMB_NOR0_BASE + (SIZE_256KB * 255);
89 VirtualMemoryTable[Index].Length = SIZE_64KB * 4;
90 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
93 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_SMB_PERIPH_BASE;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiHandle.c 54 UINTN Index;
56 for (Index = 0; Index < sizeof (mHandle) * 8; Index++) {
57 if ((mHandle[Index / 8] & (1 << (Index % 8))) == 0) {
58 mHandle[Index / 8] = (UINT8) (mHandle[Index / 8] | (1 << (Index % 8)));
59 *Handle = (FRAMEWORK_EFI_HII_HANDLE) Index;
    [all...]
  /frameworks/base/core/java/android/view/
FrameMetrics.java 190 Index.FLAGS,
191 Index.INTENDED_VSYNC,
192 Index.VSYNC,
193 Index.OLDEST_INPUT_EVENT,
194 Index.NEWEST_INPUT_EVENT,
195 Index.HANDLE_INPUT_START,
196 Index.ANIMATION_START,
197 Index.PERFORM_TRAVERSALS_START,
198 Index.DRAW_START,
199 Index.SYNC_QUEUED
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbCmdHelp.c 37 UINTN Index;
43 for (Index = 0; DebuggerPrivate->DebuggerCommandSet[Index].CommandName != NULL; Index++) {
44 EDBPrint (DebuggerPrivate->DebuggerCommandSet[Index].ClassName);
45 if (StrCmp (DebuggerPrivate->DebuggerCommandSet[Index].CommandTitle, L"") != 0) {
47 EDBPrint (DebuggerPrivate->DebuggerCommandSet[Index].CommandTitle);
57 for (Index = 0; DebuggerPrivate->DebuggerCommandSet[Index].CommandName != NULL; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/
CTA9x4Mem.c 46 UINTN Index = 0;
64 VirtualMemoryTable[Index].PhysicalBase = ARM_VE_REMAP_BASE;
65 VirtualMemoryTable[Index].VirtualBase = ARM_VE_REMAP_BASE;
66 VirtualMemoryTable[Index].Length = ARM_VE_REMAP_SZ;
67 VirtualMemoryTable[Index].Attributes = CacheAttributes;
71 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_DRAM_BASE;
72 VirtualMemoryTable[Index].VirtualBase = ARM_VE_DRAM_BASE;
73 VirtualMemoryTable[Index].Length = ARM_VE_DRAM_SZ;
74 VirtualMemoryTable[Index].Attributes = CacheAttributes;
77 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_SMB_MB_ON_CHIP_PERIPH_BASE;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/
RTSMMem.c 49 UINTN Index = 0;
98 VirtualMemoryTable[Index].PhysicalBase = ARM_VE_REMAP_BASE;
99 VirtualMemoryTable[Index].VirtualBase = ARM_VE_REMAP_BASE;
100 VirtualMemoryTable[Index].Length = ARM_VE_REMAP_SZ;
101 VirtualMemoryTable[Index].Attributes = CacheAttributes;
104 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_DRAM_BASE;
105 VirtualMemoryTable[Index].VirtualBase = ARM_VE_DRAM_BASE;
106 VirtualMemoryTable[Index].Length = ARM_VE_DRAM_SZ;
107 VirtualMemoryTable[Index].Attributes = CacheAttributes;
110 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_ON_CHIP_PERIPH_BASE;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/ShellCTestApp/
ShellCTestApp.c 42 UINTN Index;
46 for (Index = 1; Index < Argc; Index++) {
47 Print(L"Argv[%d]: \"%s\"\n", Index, Argv[Index]);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/
BeagleBoardMem.c 41 UINTN Index = 0;
58 VirtualMemoryTable[Index].PhysicalBase = PcdGet64 (PcdSystemMemoryBase);
59 VirtualMemoryTable[Index].VirtualBase = PcdGet64 (PcdSystemMemoryBase);
60 VirtualMemoryTable[Index].Length = PcdGet64 (PcdSystemMemorySize);
61 VirtualMemoryTable[Index].Attributes = CacheAttributes;
64 VirtualMemoryTable[++Index].PhysicalBase = SOC_REGISTERS_L3_PHYSICAL_BASE;
65 VirtualMemoryTable[Index].VirtualBase = SOC_REGISTERS_L3_PHYSICAL_BASE;
66 VirtualMemoryTable[Index].Length = SOC_REGISTERS_L3_PHYSICAL_LENGTH;
67 VirtualMemoryTable[Index].Attributes = SOC_REGISTERS_L3_ATTRIBUTES;
70 VirtualMemoryTable[++Index].PhysicalBase = SOC_REGISTERS_L4_PHYSICAL_BASE;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
ReadMsr64.c 20 IN UINT32 Index
24 mov ecx, Index
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
ReadMsr64.c 28 IN UINT32 Index
31 return __readmsr (Index);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
ReadMsr64.c 21 Reads and returns the 64-bit MSR specified by Index. No parameter checking is
22 performed on Index, and some Index values may cause CPU exceptions. The
23 caller must either guarantee that Index is valid, or the caller must set up
27 @param Index The 32-bit MSR index to read.
29 @return The value of the MSR identified by Index.
35 IN UINT32 Index
39 mov ecx, Index
ReadPmc.c 19 Index. This function is only available on IA-32 and x64.
21 @param Index The 32-bit Performance Counter index to read.
23 @return The value of the PMC specified by Index.
29 IN UINT32 Index
33 mov ecx, Index
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
ReadMsr64.c 26 @param Index Register index of MSR.
34 IN UINT32 Index
37 return __readmsr (Index);
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
FrameTimingStats.java 28 Index.FLAGS,
29 Index.INTENDED_VSYNC,
30 Index.VSYNC,
31 Index.OLDEST_INPUT_EVENT,
32 Index.NEWEST_INPUT_EVENT,
33 Index.HANDLE_INPUT_START,
34 Index.ANIMATION_START,
35 Index.PERFORM_TRAVERSALS_START,
36 Index.DRAW_START,
37 Index.SYNC_QUEUED
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDimensionList.h 20 * \brief Special case of tensor index list used to list all the dimensions of a tensor of rank n.
25 template <typename Index, std::size_t Rank> struct DimensionList {
27 const Index operator[] (const Index i) const { return i; }
32 template<typename Index, std::size_t Rank> struct array_size<DimensionList<Index, Rank> > {
35 template<typename Index, std::size_t Rank> struct array_size<const DimensionList<Index, Rank> > {
39 template<DenseIndex n, typename Index, std::size_t Rank> const Index array_get(DimensionList<Index, Rank>&)
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
Debug.c 44 UINT32 Index;
47 for (Index = 0; Index < 80 * 49; Index++) {
61 UINTN Index;
69 for (Index = 0; PrintBuffer[Index] != 0; Index++) {
70 if (PrintBuffer[Index] == '\n') {
73 *mCursor = (UINT8) PrintBuffer[Index];
    [all...]

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011>>