HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 601 - 625 of 1147) sorted by null

<<21222324252627282930>>

  /external/clang/bindings/python/tests/cindex/
test_tokens.py 2 from clang.cindex import Index
  /external/eigen/Eigen/src/Core/util/
Macros.h 356 typedef typename Eigen::internal::traits<Derived>::Index Index; \
373 typedef typename Eigen::internal::traits<Derived>::Index Index; \
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 147 /// from the runtime. It has no index.
337 /// The index into the profile data.
338 std::unique_ptr<InstrProfReaderIndexBase> Index;
346 uint64_t getVersion() const { return Index->getVersion(); }
348 : DataBuffer(std::move(DataBuffer)), Index(nullptr) {}
379 Index->setValueProfDataEndianness(Endianness);
  /external/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 143 unsigned Index = 0;
149 I2X.insert(std::make_pair(MI, Index));
153 DUM.insert(std::make_pair(Index, DefUseInfo(Defs, Uses)));
154 Index++;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_dead_sources.c 11 sub->Src[RC_PAIR_PRESUB_SRC].Index);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h 90 /* Index - integer (range 0...23) indicating bottle neck & jitter as estimated by other side */
100 /* Update receiving estimates. Used when we only receive BWE index, no iSAC data packet. */
103 int16_t Index,
177 int32_t index);
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.h 84 CBasePin * GetPin ( IN int Index);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
fldst01.s 42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
fldst02.s 42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
fldst03.s 42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
fldst04.s 42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
fldst05.s 42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
fldst06.s 42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
fldst07.s 42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
fldst08.s 42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 143 const unsigned Index = Next - '0';
144 if (Index < Args.size()) {
145 OS << Args[Index];
  /external/clang/test/CodeGenCXX/
temp-order.cpp 13 unsigned Product, Index;
15 TempTracker() : Product(1), Index(0) {}
30 TT.Product *= pow(P, ++TT.Index);
  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 40 typedef DenseIndex Index;
53 inline explicit ParametrizedLine(Index _dim) : m_origin(_dim), m_direction(_dim) {}
71 inline Index dim() const { return m_direction.size(); }
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 271 template<typename Scalar, int Flags, typename Index>
272 MappedSparseMatrix<Scalar,Flags,Index> map_superlu(SluMatrix& sluMat)
277 Index outerSize = (Flags&RowMajor)==RowMajor ? sluMat.ncol : sluMat.nrow;
279 return MappedSparseMatrix<Scalar,Flags,Index>(
297 typedef typename MatrixType::Index Index;
315 inline Index rows() const { return m_matrix.rows(); }
316 inline Index cols() const { return m_matrix.cols(); }
486 typedef typename Base::Index Index;
    [all...]
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMonestep.h 32 Index df_ret = m_functor.df(x, m_fjac);
56 for (Index j = 0; j < n; ++j)
76 for (Index j = 0; j < n; ++j)
  /external/eigen/unsupported/test/
matrix_power.cpp 19 static void run(MatrixType& result, typename MatrixType::Index size)
23 for (typename MatrixType::Index i = 0; i < size; ++i)
32 static void run(MatrixType& result, typename MatrixType::Index size)
polynomialsolver.cpp 33 typedef typename POLYNOMIAL::Index Index;
39 const Index deg = pols.size()-1;
  /external/llvm/include/llvm/ADT/
MapVector.h 141 size_t Index = Next - Vector.begin();
143 assert(I.second != Index && "Index was already erased!");
144 if (I.second > Index)
180 // Move the value and update the index in the map.
  /external/llvm/include/llvm/CodeGen/
FaultMaps.h 174 FunctionFaultInfoAccessor getFunctionFaultInfoAt(uint32_t Index) const {
175 assert(Index < getNumFaultingPCs() && "index out of bounds!");
177 FunctionFaultInfoAccessor::Size * Index;
  /external/llvm/include/llvm/MC/
MCSymbol.h 122 /// Index field, for use by the object file implementation.
123 mutable uint32_t Index = 0;
304 /// Get the (implementation defined) index.
306 return Index;
309 /// Set the (implementation defined) index.
311 Index = Value;

Completed in 438 milliseconds

<<21222324252627282930>>