HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 1 - 25 of 4075) 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;
83 VirtualMemoryTable[Index].PhysicalBase = ARM_VE_SMB_NOR0_BASE;
84 VirtualMemoryTable[Index].VirtualBase = ARM_VE_SMB_NOR0_BASE;
85 VirtualMemoryTable[Index].Length = SIZE_256KB * 255;
86 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
88 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_SMB_NOR0_BASE + (SIZE_256KB * 255);
89 VirtualMemoryTable[Index].VirtualBase = ARM_VE_SMB_NOR0_BASE + (SIZE_256KB * 255);
90 VirtualMemoryTable[Index].Length = SIZE_64KB * 4;
91 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
94 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/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/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/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/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/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);
  /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++) {
60 UINTN Index;
68 for (Index = 0; PrintBuffer[Index] != 0; Index++) {
69 if (PrintBuffer[Index] == '\n') {
72 *mCursor = (UINT8) PrintBuffer[Index];
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
Debug.c 41 UINT32 Index;
44 for (Index = 0; Index < 80 * 49; Index++) {
57 UINTN Index;
65 for (Index = 0; PrintBuffer[Index] != 0; Index++) {
66 if (PrintBuffer[Index] == '\n') {
69 *mCursor = (UINT8) PrintBuffer[Index];
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 85 Index nzlmax; // Current max size of lsub
86 Index nzlumax; // Current max size of lusup
90 Index nzumax; // Current max size of ucol
91 Index n; // Number of columns in the matrix
92 Index num_expansions;
97 Index panel_size; // a panel consists of at most <panel_size> consecutive columns
98 Index relax; // To control degree of relaxing supernodes. If the number of nodes (columns)
101 Index maxsuper; // The maximum size for a supernode in complete LU
102 Index rowblk; // The minimum row dimension for 2-D blocking to be used;
103 Index colblk; // The minimum column dimension for 2-D blocking to be used
    [all...]

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>