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

<<21222324252627282930>>

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
chkder.h 23 typedef DenseIndex Index;
30 const Index m = fvec.size(), n = x.size();
35 for (Index j = 0; j < n; ++j) {
45 for (Index j = 0; j < n; ++j) {
51 for (Index i = 0; i < m; ++i) {
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
event.c 79 UINTN Index;
103 Status = uefi_call_wrapper(BS->WaitForEvent, 3, 2, WaitList, &Index);
110 if (!EFI_ERROR(Status) && Index == 1) {
121 Status = uefi_call_wrapper(BS->WaitForEvent, 3, 1, &Event, &Index);
123 ASSERT (Index == 0);
init.c 116 UINTN Index, Position, Length;
133 for (Index=0; Index < NoHandles; Index++) {
134 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], &UnicodeCollationProtocol, (VOID*)&Ui);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.c 222 maximum supported processor index is returned.
375 UINTN Index;
412 for (Index = 0; Index < NumHandles; Index++) {
414 HandleBuffer[Index],
420 HandleBuffer[Index],
516 for (Index = 0; Index < NumHandles; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 176 UINTN Index;
281 for (Done = FALSE, Index = 0, PeiCoreFile = NULL; !Done; Index++) {
299 &gFdInfo[Index].Address,
300 &gFdInfo[Index].Size
321 Status = SecFfsFindPeiCore ((EFI_FIRMWARE_VOLUME_HEADER *) (UINTN) gFdInfo[Index].Address, &PeiCoreFile);
334 for (Index = 0, Done = FALSE; !Done; Index++) {
338 gSystemMemory[Index].Size = _wtoi (MemorySizeStr) * 0x100000;
695 IN UINTN Index,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Command.c 153 UINTN Index;
155 for (Index = 0; Index < ArrayCount; Index++) {
156 EblAddCommand (&EntryArray[Index]);
186 UINTN Index;
200 for (Index = 0, BestMatchCount = 0, Match = NULL; Index < mCmdTableNextFreeIndex; Index++) {
201 if (AsciiStriCmp (mCmdTable[Index]->Name, CommandName) == 0) {
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixSquareRoot.h 20 void matrix_sqrt_quasi_triangular_2x2_diagonal_block(const MatrixType& T, typename MatrixType::Index i, ResultType& sqrtT)
35 void matrix_sqrt_quasi_triangular_1x1_off_diagonal_block(const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT)
44 void matrix_sqrt_quasi_triangular_1x2_off_diagonal_block(const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT)
57 void matrix_sqrt_quasi_triangular_2x1_off_diagonal_block(const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT)
104 void matrix_sqrt_quasi_triangular_2x2_off_diagonal_block(const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT)
123 typedef typename MatrixType::Index Index
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/
BsDataHubStatusCode.c 66 UINT32 Index;
92 for (Index = 1; Index < 16; Index++) {
93 InsertTailList (&mRecordsBuffer, &Record[Index].Node);
182 UINTN Index;
224 for (Index = 0; Format[Index] != '\0' && Index < (BYTES_PER_RECORD - 1); Index += 1) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Language.c 292 UINTN Index;
299 Index = 0;
301 while (StringPtr[Index] != 0 && StringPtr[Index] != ';') {
302 Index++;
305 CopyMem (Lang, StringPtr, Index);
306 Lang[Index] = 0;
308 if (StringPtr[Index] == ';') {
309 Index++;
311 *LangCode = StringPtr + Index;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
DxeLoadFunc.c 229 UINT32 Index;
295 for (Index = 0; Index < IDT_ENTRY_COUNT; Index++) {
296 IdtTable[Index].Ia32IdtEntry.Bits.GateType = 0x8e;
297 IdtTable[Index].Ia32IdtEntry.Bits.Reserved_0 = 0;
298 IdtTable[Index].Ia32IdtEntry.Bits.Selector = SYS_CODE64_SEL;
300 IdtTable[Index].Ia32IdtEntry.Bits.OffsetLow = (UINT16) VectorAddress;
301 IdtTable[Index].Ia32IdtEntry.Bits.OffsetHigh = (UINT16) (RShiftU64 (VectorAddress, 16));
302 IdtTable[Index].Offset32To63 = (UINT32) (RShiftU64 (VectorAddress, 32));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BmpImageDecoderLib/
BmpImageDecoderLib.c 59 UINTN Index;
183 for (Index = 0; Index < 8 && Width < BmpHeader->PixelWidth; Index++) {
184 Blt->Red = BmpColorMap[((*Image) >> (7 - Index)) & 0x1].Red;
185 Blt->Green = BmpColorMap[((*Image) >> (7 - Index)) & 0x1].Green;
186 Blt->Blue = BmpColorMap[((*Image) >> (7 - Index)) & 0x1].Blue;
199 Index = (*Image) >> 4;
200 Blt->Red = BmpColorMap[Index].Red;
201 Blt->Green = BmpColorMap[Index].Green;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationPei.c 203 UINTN Index;
216 for (Index = 0; Index < NumberOfTableEntries; Index++) {
217 if (CompareGuid (&SmmConfigurationTable64[Index].VendorGuid, VendorGuid)) {
218 return (VOID *)(UINTN)SmmConfigurationTable64[Index].VendorTable;
227 for (Index = 0; Index < NumberOfTableEntries; Index++) {
228 if (CompareGuid (&SmmConfigurationTable[Index].VendorGuid, VendorGuid)) {
    [all...]
  /external/eigen/Eigen/src/Core/
Visitor.h 50 for(Index i = 1; i < mat.rows(); ++i)
52 for(Index j = 1; j < mat.cols(); ++j)
53 for(Index i = 0; i < mat.rows(); ++i)
74 EIGEN_DEVICE_FUNC Index rows() const { return m_xpr.rows(); }
75 EIGEN_DEVICE_FUNC Index cols() const { return m_xpr.cols(); }
76 EIGEN_DEVICE_FUNC Index size() const { return m_xpr.size(); }
78 EIGEN_DEVICE_FUNC CoeffReturnType coeff(Index row, Index col) const
93 * void init(const Scalar& value, Index i, Index j)
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_column_bmod.h 53 Index SparseLUImpl<Scalar,StorageIndex>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, ScalarVector& tempv,
54 BlockIndexVector segrep, BlockIndexVector repfnz, Index fpanelc, GlobalLU_t& glu)
56 Index jsupno, k, ksub, krep, ksupno;
57 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst;
58 Index fsupc, nsupc, nsupr, luptr, kfnz, no_zeros;
71 Index d_fsupc; // distance between the first column of the current panel and the
73 Index fst_col; // First column within small LU update
74 Index segsize;
    [all...]
SparseLU_panel_dfs.h 41 panel_dfs_traits(Index jcol, StorageIndex* marker)
44 bool update_segrep(Index krep, StorageIndex jj)
53 void mem_expand(IndexVector& /*glu.lsub*/, Index /*nextl*/, Index /*chmark*/) {}
55 Index m_jcol;
63 Index& nseg, IndexVector& panel_lsub, IndexVector& segrep,
66 Index& nextl_col, Index krow, Traits& traits
103 Index maxdfs = xprune(krep);
219 void SparseLUImpl<Scalar,StorageIndex>::panel_dfs(const Index m, const Index w, const Index jcol, MatrixType& A, IndexVector& perm_r, Index& nseg, ScalarVector& (…)
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 33 unsigned Index;
40 unsigned Index;
104 EXPECT_EQ(0U, Listener.EmittedEvents[0].Index);
111 EXPECT_EQ(1U, Listener.EmittedEvents[1].Index);
118 EXPECT_EQ(2U, Listener.FreedEvents[0].Index);
121 EXPECT_EQ(3U, Listener.FreedEvents[1].Index);
157 EXPECT_EQ(0U, Listener1.EmittedEvents[0].Index);
164 EXPECT_EQ(1U, Listener1.FreedEvents[0].Index);
171 EXPECT_EQ(0U, Listener2.EmittedEvents[0].Index);
178 EXPECT_EQ(1U, Listener2.EmittedEvents[1].Index);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 107 UINTN Index;
130 Index = strlen (*Argv);
131 gGdbWorkingFileName = AllocatePool (Index + strlen(".gdb") + 1);
232 for (Done = FALSE, Index = 0, PeiIndex = 0, SecFile = NULL;
234 Index++) {
243 if (Index == 0) {
257 &gFdInfo[Index].Address,
258 &gFdInfo[Index].Size
266 printf (" FD loaded from %s at 0x%08lx",FileName, (unsigned long)gFdInfo[Index].Address);
276 (EFI_PEI_FV_HANDLE)(UINTN)gFdInfo[Index].Address,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp6.c 24 @return Index The count of the built-in options.
36 UINT32 Index;
38 Index = 0;
44 OptList[Index]->OpCode = HTONS (HTTP_BOOT_DHCP6_OPT_ORO);
45 OptList[Index]->OpLen = HTONS (8);
46 OptEnt.Oro = (HTTP_BOOT_DHCP6_OPTION_ORO *) OptList[Index]->Data;
51 Index++;
52 OptList[Index] = GET_NEXT_DHCP6_OPTION (OptList[Index - 1]);
57 OptList[Index]->OpCode = HTONS (HTTP_BOOT_DHCP6_OPT_UNDI);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.c 125 UINT32 Index;
132 for (Index = 0; Index < Mode->ArpCacheEntries; Index++) {
133 if (EFI_IP4_EQUAL (&Mode->ArpCache[Index].IpAddr.v4, Ip4Addr)) {
136 &Mode->ArpCache[Index].MacAddr,
166 UINT32 Index;
195 for (Index = 0; Index < Mode->ArpCacheEntries; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 187 @param MenuNumber The index of Menu Entry.
199 UINTN Index;
205 for (Index = 0; Index < MenuNumber; Index++) {
239 UINTN Index;
270 for (Index = 0; Index < NoBlkIoHandles; Index++) {
272 BlkIoHandle[Index],
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiIbft.c 174 UINTN Index;
181 for (Index = 0; Index < 4; Index++) {
182 V6->Addr[12 + Index] = V4->Addr[Index];
207 UINTN Index;
225 Index = 0;
229 if (Index == 0) {
244 if (Index == 1 && Flag) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/
TrEEPei.c 152 UINTN Index;
156 for (Index = 0; Index < DigestList->count; Index++) {
157 if (DigestList->digests[Index].hashAlg == HashAlg) {
160 &DigestList->digests[Index].digest,
244 UINTN Index;
248 for (Index = 0; Index < sizeof(mTreeEventInfo)/sizeof(mTreeEventInfo[0]); Index++) {
    [all...]
  /external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h 32 typedef Eigen::Index Index; ///< \deprecated since Eigen 3.3
100 Index rows = mat.rows();
101 Index cols = mat.cols();
111 for (Index k = 0; /* breaks at k==cols-1 below */ ; ++k)
113 Index remainingRows = rows - k;
114 Index remainingCols = cols - k - 1;
155 Index bs,
171 Index brows = A.rows();
172 Index bcols = A.cols()
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 71 UINTN Index;
115 for (Index = 0; Index < ItemNum - 1; Index++) {
116 if (ItemOffsetList[Index] >= ItemOffsetList[Index + 1]) {
147 UINTN Index;
212 for (Index = 0; Index < FmpCapsuleHeader->EmbeddedDriverCount; Index++) {
    [all...]
  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 63 typedef typename internal::plain_row_type<MatrixType, Index>::type
75 typedef typename PermutationType::Index PermIndexType;
93 CompleteOrthogonalDecomposition(Index rows, Index cols)
233 inline Index rank() const { return m_cpqr.rank(); }
242 inline Index dimensionOfKernel() const { return m_cpqr.dimensionOfKernel(); }
281 inline Index rows() const { return m_cpqr.rows(); }
282 inline Index cols() const { return m_cpqr.cols(); }
348 inline Index nonzeroPivots() const { return m_cpqr.nonzeroPivots(); }
417 const Index rank = m_cpqr.rank()
    [all...]

Completed in 2123 milliseconds

<<21222324252627282930>>