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

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AmlOption.c 23 @param[in] TermIndex Index of the data to retrieve from the object.
25 for the specified index.
132 @param[in] Index Index of the data to retrieve from the object. In general, indexes read from left-to-right
133 in the ACPI encoding, with index 0 always being the ACPI opcode.
135 for the specified index.
147 IN AML_OP_PARSE_INDEX Index,
160 ASSERT ((Index <= AmlByteEncoding->MaxIndex) || (Index == AML_OP_PARSE_INDEX_GET_SIZE));
169 if (Index != AML_OP_PARSE_INDEX_GET_SIZE) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FvbInfo.c 237 UINTN Index;
255 for (Index=0; Index < sizeof (mPlatformFtwFvbInfo)/sizeof (mPlatformFtwFvbInfo[0]); Index += 1) {
256 if (mPlatformFtwFvbInfo[Index].BaseAddress == FvBaseAddress) {
257 FvHeader = &mPlatformFtwFvbInfo[Index].FvbInfo;
286 UINTN Index;
316 for (Index=0; Index < sizeof (mPlatformFvbMediaInfo)/sizeof (mPlatformFvbMediaInfo[0]); Index += 1) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/
QNCAccessLib.c 127 UINTN Index;
131 for (Index =0; Index < DataNumber; Index++) {
134 QNCMmio8 (MmIoAddress, 0) = ((UINT8 *)pData)[Index];
135 if (QNCMmio8 (MmIoAddress, 0) != ((UINT8*)pData)[Index]) {
142 QNCMmio16 (MmIoAddress, 0) = ((UINT16 *)pData)[Index];
143 if (QNCMmio16 (MmIoAddress, 0) != ((UINT16 *)pData)[Index]) {
150 QNCMmio32 (MmIoAddress, 0) = ((UINT32 *)pData)[Index];
151 if (QNCMmio32 (MmIoAddress, 0) != ((UINT32 *)pData)[Index]) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c 215 UINT32 Index;
225 Index = 0;
226 Arg = CheckList[Index];
249 Arg = CheckList[++Index];
369 UINTN Index;
373 for (Index = 0; Index < Size; Index++) {
374 ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_IFCONFIG_INFO_MAC_ADDR_BODY), gShellNetwork1HiiHandle, Node[Index]);
375 if (Index + 1 < Size) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
Cpu0Tst.asl 151 Decrement(Local1) // Index of LFM
152 Store(DerefOf(Index(DerefOf(Index(Local0,Local1)),1)), Local2) // LFM Power
159 Store(Local4,Index(DerefOf(Index(TSSI,Local3)),1))
160 Store(Local4,Index(DerefOf(Index(TSSM,Local3)),1))
183 Decrement(LFMI) // Index of LFM entry in TSSM
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/
SmmSwDispatch2OnSmmSwDispatchThunk.c 204 UINTN Index;
229 for (Index = 0; Index < gSmst->NumberOfCpus; Index++) {
234 Index,
244 SwContext.SwSmiCpuIndex = Index;
303 UINTN Index;
310 for (Index = 1; Index < gSmmSwDispatch2.MaximumSwiValue; Index++) {
    [all...]
  /external/eigen/Eigen/src/Core/
VectorBlock.h 35 * It is the return type of DenseBase::segment(Index,Index) and DenseBase::segment<int>(Index) and
54 * \sa class Block, DenseBase::segment(Index,Index,Index,Index), DenseBase::segment(Index,Index)
75 inline VectorBlock(VectorType& vector, Index start, Index size
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
ComplexEigenSolver.h 63 typedef Eigen::Index Index; ///< \deprecated since Eigen 3.3
107 explicit ComplexEigenSolver(Index size)
226 ComplexEigenSolver& setMaxIterations(Index maxIters)
233 Index getMaxIterations()
289 const Index n = m_eivalues.size();
296 for(Index k=n-1 ; k>=0 ; k--)
300 for(Index i=k-1 ; i>=0 ; i--)
319 for(Index k=0 ; k<n ; k++)
329 const Index n = m_eivalues.size()
    [all...]
  /external/eigen/Eigen/src/LU/
PartialPivLU_LAPACKE.h 47 static lapack_int blocked_lu(Index rows, Index cols, EIGTYPE* lu_data, Index luStride, lapack_int* row_transpositions, lapack_int& nb_transpositions, lapack_int maxBlockSize=256) \
  /external/eigen/Eigen/src/SparseCore/
MappedSparseMatrix.h 42 inline MappedSparseMatrix(Index rows, Index cols, Index nnz, StorageIndex* outerIndexPtr, StorageIndex* innerIndexPtr, Scalar* valuePtr, StorageIndex* innerNonZeroPtr = 0)
  /external/eigen/Eigen/src/misc/
RealSvd2x2.h 18 template<typename MatrixType, typename RealScalar, typename Index>
19 void real_2x2_jacobi_svd(const MatrixType& matrix, Index p, Index q,
  /external/eigen/doc/examples/
make_circulant2.cpp 13 const typename ArgType::Scalar& operator() (Index row, Index col) const {
14 Index index = row - col; local
15 if (index < 0) index += m_vec.size();
16 return m_vec(index);
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIADataStream.cpp 39 DIADataStream::getItemAtIndex(uint32_t Index) const {
42 StreamData->Item(Index, 0, &RecordSize, nullptr);
47 if (S_OK != StreamData->Item(Index, RecordSize, &RecordSize, &Record[0]))
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 75 unsigned Index) {
76 unsigned Cost = BasicTTIImplBase::getVectorInstrCost(Opcode, Val, Index);
79 if (Index == -1u)
  /external/pdfium/third_party/bigint/
BigIntegerUtils.hh 26 BigInteger dataToBigInteger(const T* data, BigInteger::Index length, BigInteger::Sign sign);
51 BigInteger dataToBigInteger(const T* data, BigInteger::Index length, BigInteger::Sign sign) {
60 BigInteger::Index blockNum, pieceNum, pieceNumHere;
BigUnsignedInABase.hh 51 BigUnsignedInABase(int, Index c) : NumberlikeArray<Digit>(0, c) {}
73 BigUnsignedInABase(const Digit *d, Index l, Base base);
114 Digit getDigit(Index i) const { return i >= len ? 0 : blk[i]; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ObjectCodeEmitter.h 45 /// start of the section for that constant pool index.
49 /// containing the constant pool entry for that index.
53 /// start of the section for that jump table index.
144 /// getJumpTableEntryAddress - Return the address of the jump table with index
145 /// 'Index' in the function that last called initJumpTableInfo.
146 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const;
153 /// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
155 virtual uintptr_t getConstantPoolEntryAddress(unsigned Index) const;
157 /// getConstantPoolEntrySection - Return the section of the 'Index' entry in
159 virtual uintptr_t getConstantPoolEntrySection(unsigned Index) const
    [all...]
  /external/swiftshader/third_party/subzero/crosstest/
test_select_main.cpp 43 PRNG Index;
48 setElement(Cond, j, Index() % 2);
49 setElement(Value1, j, Values[Index() % NumValues]);
50 setElement(Value2, j, Values[Index() % NumValues]);
79 PRNG Index;
84 setElement(Cond, j, Index() % 2);
85 setElement(Value1, j, Values[Index() % NumValues]);
86 setElement(Value2, j, Values[Index() % NumValues]);
109 PRNG Index;
114 setElement(Cond, j, Index() % 2)
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTranslator.cpp 32 SizeT Index) {
33 if (Index == 0)
37 StrBuf << Prefix << Index;
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
remote_method_type.h 51 template <std::size_t Index>
52 using Method = typename std::tuple_element<Index, Methods>::type;
56 return ElementForType<MethodType, MethodTypes...>::Index;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
99 : Index(static_cast<uint32_t>(Kind)) {}
101 : Index(static_cast<uint32_t>(Kind) | static_cast<uint32_t>(Mode)) {}
103 uint32_t getIndex() const { return Index; }
104 void setIndex(uint32_t I) { Index = I; }
105 bool isSimple() const { return Index < FirstNonSimpleIndex; }
111 return static_cast<SimpleTypeKind>(Index & SimpleKindMask)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
FunctionImportUtils.h 30 /// Module summary index passed in for function importing/exporting handling.
87 Module &M, const ModuleSummaryIndex &Index,
89 : M(M), ImportIndex(Index), GlobalsToImport(GlobalsToImport) {
114 Module &M, const ModuleSummaryIndex &Index,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
99 : Index(static_cast<uint32_t>(Kind)) {}
101 : Index(static_cast<uint32_t>(Kind) | static_cast<uint32_t>(Mode)) {}
103 uint32_t getIndex() const { return Index; }
104 void setIndex(uint32_t I) { Index = I; }
105 bool isSimple() const { return Index < FirstNonSimpleIndex; }
111 return static_cast<SimpleTypeKind>(Index & SimpleKindMask)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
FunctionImportUtils.h 30 /// Module summary index passed in for function importing/exporting handling.
87 Module &M, const ModuleSummaryIndex &Index,
89 : M(M), ImportIndex(Index), GlobalsToImport(GlobalsToImport) {
114 Module &M, const ModuleSummaryIndex &Index,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
99 : Index(static_cast<uint32_t>(Kind)) {}
101 : Index(static_cast<uint32_t>(Kind) | static_cast<uint32_t>(Mode)) {}
103 uint32_t getIndex() const { return Index; }
104 void setIndex(uint32_t I) { Index = I; }
105 bool isSimple() const { return Index < FirstNonSimpleIndex; }
111 return static_cast<SimpleTypeKind>(Index & SimpleKindMask)
    [all...]

Completed in 2076 milliseconds

<<31323334353637383940>>