HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 26 - 50 of 4075) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionBlocking.h 24 template <typename LhsMapper, typename RhsMapper, typename Index, int ShardingType=ShardByCol>
31 EIGEN_DEVICE_FUNC TensorContractionBlocking(Index k, Index m, Index n, Index num_threads = 1) :
42 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Index kc() const { return kc_; }
43 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Index mc() const { return mc_; }
44 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Index nc() const { return nc_; }
47 Index kc_;
48 Index mc_
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
Sprint.c 125 UINTN Index;
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 AsciiFormat[Index] = (CHAR8) FormatString[Index];
133 AsciiFormat[Index] = '\0';
135 Index = VSPrint (AsciiResult, EFI_DRIVER_LIB_MAX_PRINT_BUFFER, AsciiFormat, Marker);
137 for (Index = 0; (Index < (BufferSize - 1)) && AsciiResult[Index] != '\0'; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/
Sprint.c 125 UINTN Index;
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 UnicodeFormat[Index] = (CHAR16) FormatString[Index];
133 UnicodeFormat[Index] = '\0';
135 Index = VSPrint (UnicodeResult, sizeof (UnicodeResult), UnicodeFormat, Marker);
137 for (Index = 0; (Index < (BufferSize - 1)) && UnicodeResult[Index] != '\0'; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
Sprint.c 125 UINTN Index;
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 AsciiFormat[Index] = (CHAR8) FormatString[Index];
133 AsciiFormat[Index] = '\0';
135 Index = VSPrint (AsciiResult, EFI_DRIVER_LIB_MAX_PRINT_BUFFER, AsciiFormat, Marker);
137 for (Index = 0; (Index < (BufferSize - 1)) && AsciiResult[Index] != '\0'; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Unicode/
Sprint.c 125 UINTN Index;
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 UnicodeFormat[Index] = (CHAR16) FormatString[Index];
133 UnicodeFormat[Index] = '\0';
135 Index = VSPrint (UnicodeResult, sizeof (UnicodeResult), UnicodeFormat, Marker);
137 for (Index = 0; (Index < (BufferSize - 1)) && UnicodeResult[Index] != '\0'; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
SPrint.c 125 UINTN Index;
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 AsciiFormat[Index] = (CHAR8) FormatString[Index];
133 AsciiFormat[Index] = '\0';
135 Index = VSPrint (AsciiResult, EFI_DRIVER_LIB_MAX_PRINT_BUFFER, AsciiFormat, Marker);
137 for (Index = 0; (Index < (BufferSize - 1)) && AsciiResult[Index] != '\0'; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/
SPrint.c 125 UINTN Index;
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 UnicodeFormat[Index] = (CHAR16) FormatString[Index];
133 UnicodeFormat[Index] = '\0';
135 Index = VSPrint (UnicodeResult, sizeof (UnicodeResult), UnicodeFormat, Marker);
137 for (Index = 0; (Index < (BufferSize - 1)) && UnicodeResult[Index] != '\0'; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
SPrint.c 123 UINTN Index;
127 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
128 AsciiFormat[Index] = (CHAR8) FormatString[Index];
131 AsciiFormat[Index] = '\0';
133 Index = VSPrint (AsciiResult, EFI_DRIVER_LIB_MAX_PRINT_BUFFER, AsciiFormat, Marker);
135 for (Index = 0; (Index < (BufferSize - 1)) && AsciiResult[Index] != '\0'; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/
SPrint.c 125 UINTN Index;
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 UnicodeFormat[Index] = (CHAR16) FormatString[Index];
133 UnicodeFormat[Index] = '\0';
135 Index = VSPrint (UnicodeResult, sizeof (UnicodeResult), UnicodeFormat, Marker);
137 for (Index = 0; (Index < (BufferSize - 1)) && UnicodeResult[Index] != '\0'; Index++) {
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 24 typedef SparseIndex Index;
61 memcpy(m_upperProfile, other.m_upperProfile, m_upperProfileSize * sizeof (Index));
62 memcpy(m_lowerProfile, other.m_lowerProfile, m_lowerProfileSize * sizeof (Index));
87 void reserve(Index size, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize) {
88 Index newAllocatedSize = size + upperSize + lowerSize;
98 void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize, float (…)
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
CTA15-A7Mem.c 46 UINTN Index = 0;
64 VirtualMemoryTable[Index].PhysicalBase = ARM_VE_SEC_NOR0_BASE;
65 VirtualMemoryTable[Index].VirtualBase = ARM_VE_SEC_NOR0_BASE;
66 VirtualMemoryTable[Index].Length = ARM_VE_SEC_NOR0_SZ;
67 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
69 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_SEC_RAM0_BASE;
70 VirtualMemoryTable[Index].VirtualBase = ARM_VE_SEC_RAM0_BASE;
71 VirtualMemoryTable[Index].Length = ARM_VE_SEC_RAM0_SZ;
72 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
76 VirtualMemoryTable[Index].PhysicalBase = ARM_VE_SMB_NOR0_BASE;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
PlatformErratas.c 59 UINT32 Index;
69 for (Index = 0; Index < IOH_MAX_EHCI_USB_CONTROLLERS; Index++, TempBar0Addr += IOH_USB_CONTROLLER_MMIO_RANGE) {
71 if ((PciRead16 (IohEhciPciReg[Index] + R_IOH_USB_VENDOR_ID)) != V_IOH_USB_VENDOR_ID) {
78 SaveCmdReg = PciRead16 (IohEhciPciReg[Index] + R_IOH_USB_COMMAND);
79 SaveBar0Reg = PciRead32 (IohEhciPciReg[Index] + R_IOH_USB_MEMBAR);
84 PciWrite32 ((IohEhciPciReg[Index] + R_IOH_USB_MEMBAR), TempBar0Addr);
85 PciWrite16 (IohEhciPciReg[Index] + R_IOH_USB_COMMAND, SaveCmdReg | B_IOH_USB_COMMAND_MSE);
100 PciWrite32 ((IohEhciPciReg[Index] + R_IOH_USB_MEMBAR), SaveBar0Reg);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
Cmos.c 22 Reads the 8-bits of CMOS data at the location specified by Index.
25 @param Index The CMOS location to read.
33 IN UINTN Index
36 IoWrite8 (0x70, (UINT8) Index);
44 Writes 8-bits of CMOS data to the location specified by Index
47 @param Index The CMOS location to write.
56 IN UINTN Index,
60 IoWrite8 (0x70, (UINT8) Index);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXRegisterInfo.cpp 37 unsigned Index;
47 Index = 0;
48 while (!MI.getOperand(Index).isFI()) {
49 ++Index;
50 assert(Index < MI.getNumOperands() &&
54 int FrameIndex = MI.getOperand(Index).getIndex();
70 // This frame index is post stack slot re-use assignments
71 //MI.getOperand(Index).ChangeToRegister(Reg, false);
72 MI.getOperand(Index).ChangeToImmediate(FrameIndex);
73 //MI.getOperand(Index) = ESOp
    [all...]
  /system/update_engine/payload_generator/
tarjan.h 38 void Execute(Vertex::Index vertex,
40 std::vector<Vertex::Index>* out);
42 void Tarjan(Vertex::Index vertex, Graph* graph);
44 Vertex::Index index_;
45 Vertex::Index required_vertex_;
46 std::vector<Vertex::Index> stack_;
47 std::vector<std::vector<Vertex::Index>> components_;
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/HelloWorld/
HelloWorld.c 40 UINT32 Index;
42 Index = 0;
48 for (Index = 0; Index < PcdGet32 (PcdHelloWorldPrintTimes); Index ++) {
  /external/eigen/Eigen/src/SparseLU/
SparseLUImpl.h 35 Index expand(VectorType& vec, Index& length, Index nbElts, Index keep_prev, Index& num_expansions);
36 Index memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, GlobalLU_t& glu);
    [all...]
SparseLU_Memory.h 39 inline Index LUnumTempV(Index& m, Index& w, Index& t, Index& b)
45 inline Index LUTempSpace(Index&m, Index& w)
47 return (2*w + 4 + LUNoMarker) * m * sizeof(Index) + (w + 1) * m * sizeof(Scalar);
63 Index SparseLUImpl<Scalar,StorageIndex>::expand(VectorType& vec, Index& length, Index nbElts, Index kee (…)
    [all...]
  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 74 template<typename Index> struct GemmParallelInfo
78 Index volatile sync;
81 Index lhs_start;
82 Index lhs_length;
85 template<bool Condition, typename Functor, typename Index>
86 void parallelize_gemm(const Functor& func, Index rows, Index cols, Index depth, bool transpose)
108 Index size = transpose ? rows : cols;
109 Index pb_max_threads = std::max<Index>(1,size / Functor::Traits::nr)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
InstallConfigurationTable.c 43 UINTN Index;
58 for (Index = 0; Index < gDxeCoreST->NumberOfTableEntries; Index++) {
59 if (CompareGuid (Guid, &(gDxeCoreST->ConfigurationTable[Index].VendorGuid))) {
64 if (Index < gDxeCoreST->NumberOfTableEntries) {
73 gDxeCoreST->ConfigurationTable[Index].VendorTable = Table;
92 &(EfiConfigurationTable[Index]),
93 &(gDxeCoreST->ConfigurationTable[Index + 1]),
94 (gDxeCoreST->NumberOfTableEntries - Index) * sizeof (EFI_CONFIGURATION_TABLE)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
InstallConfigurationTable.c 47 UINTN Index;
62 for (Index = 0; Index < gSmmCoreSmst.NumberOfTableEntries; Index++) {
63 if (CompareGuid (Guid, &(ConfigurationTable[Index].VendorGuid))) {
68 if (Index < gSmmCoreSmst.NumberOfTableEntries) {
77 ConfigurationTable[Index].VendorTable = Table;
90 &(ConfigurationTable[Index]),
91 &(ConfigurationTable[Index + 1]),
92 (gSmmCoreSmst.NumberOfTableEntries - Index) * sizeof (EFI_CONFIGURATION_TABLE)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
Crc32.c 47 UINTN Index;
55 for (Index = 0, Ptr = Data; Index < DataSize; Index++, Ptr++) {
77 UINTN Index;
81 for (Index = 0; Index < 32; Index++) {
82 if ((Value & (1 << Index)) != 0) {
83 NewValue = NewValue | (1 << (31 - Index));
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
Support.c 34 UINTN Index;
45 for (Index = 0; Index < NumberOfDesc; Index++) {
47 if (Desc[Index].Type == EfiConventionalMemory) {
49 Temp = DivU64x32 ((BaseAddress - Desc[Index].PhysicalStart), EFI_PAGE_SIZE) + NoPages;
51 if ((Desc[Index].PhysicalStart < BaseAddress) && (Desc[Index].NumberOfPages >= Temp)) {
52 if (Desc[Index].NumberOfPages > Temp) {
55 Desc[*NoDesc].NumberOfPages = Desc[Index].NumberOfPages - Temp;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/
RTSMMem.c 47 UINTN Index = 0;
97 VirtualMemoryTable[Index].PhysicalBase = ARM_VE_REMAP_BASE;
98 VirtualMemoryTable[Index].VirtualBase = ARM_VE_REMAP_BASE;
99 VirtualMemoryTable[Index].Length = ARM_VE_REMAP_SZ;
104 VirtualMemoryTable[Index].Attributes = DDR_ATTRIBUTES_CACHED;
106 VirtualMemoryTable[Index].Attributes = DDR_ATTRIBUTES_UNCACHED;
110 VirtualMemoryTable[Index].Attributes = CacheAttributes;
114 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_DRAM_BASE;
115 VirtualMemoryTable[Index].VirtualBase = ARM_VE_DRAM_BASE;
116 VirtualMemoryTable[Index].Length = ARM_VE_DRAM_SZ;
    [all...]
  /external/clang/lib/Sema/
TypeLocBuilder.cpp 50 unsigned NewIndex = Index + NewCapacity - Capacity;
52 &Buffer[Index],
53 Capacity - Index);
60 Index = NewIndex;
74 if (LocalSize > Index) {
75 size_t RequiredCapacity = Capacity + (LocalSize - Index);
100 memmove(&Buffer[Index - 4], &Buffer[Index], NumBytesAtAlign4);
101 Index -= 4;
111 memmove(&Buffer[Index + 4], &Buffer[Index], NumBytesAtAlign4)
    [all...]

Completed in 945 milliseconds

12 3 4 5 6 7 8 91011>>