HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 326 - 350 of 983) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c 171 * Returns : Code Book Index if successfull.
185 OMX_INT Index;
194 for (Index=0; pCodeBook->codeLen != 0; Index++)
202 return Index;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM_Bitstream.c 171 * Returns : Code Book Index if successfull.
185 OMX_INT Index;
194 for (Index=0; pCodeBook->codeLen != 0; Index++)
202 return Index;
  /frameworks/compile/slang/
slang_rs_export_func.cpp 146 unsigned Index = 0;
148 FE = ERT->fields_end(); FI != FE; FI++, Index++) {
152 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
160 size_t T2Offset = ParamTySL->getElementOffset(Index);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 46 *idx = semantic.Index;
50 *idx = semantic.Index;
54 *idx = semantic.Index + 2; /* sharing with COLOR */
59 assert(semantic.Index == 0);
63 *idx = semantic.Index;
68 semantic.Index);
72 *idx = semantic.Index;
96 * index = 3, we'll emit "dcl_texcoord3 v1".
102 unsigned index)
108 assert(index < 16)
182 unsigned usage, index; local
373 unsigned usage, index; local
431 unsigned usage, index; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 46 *idx = semantic.Index;
50 *idx = semantic.Index;
54 *idx = semantic.Index + 2; /* sharing with COLOR */
59 assert(semantic.Index == 0);
63 *idx = semantic.Index;
68 semantic.Index);
72 *idx = semantic.Index;
96 * index = 3, we'll emit "dcl_texcoord3 v1".
102 unsigned index)
108 assert(index < 16)
182 unsigned usage, index; local
373 unsigned usage, index; local
431 unsigned usage, index; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRLexer.h 87 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex;
88 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRLexer.h 87 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex;
88 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRLexer.h 87 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex;
88 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRLexer.h 78 - (NSInteger) index;
87 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex;
88 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex;
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 13 A simple command line tool for dumping a source file using the Clang Index
31 # FIXME: This is really slow. It would be nice if the index API exposed
57 from clang.cindex import Index
77 index = Index.create()
78 tu = index.parse(None, args)
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 272 virtual PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) = 0;
280 /// entity with index \p Index came from file \p FID.
281 virtual Optional<bool> isPreprocessedEntityInFileID(unsigned Index,
313 /// Value 0 is an invalid value, the index to local entities is 1-based,
324 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) {
325 return isLoaded ? PPEntityID(-int(Index)-1) : PPEntityID(Index+1);
337 /// \brief Retrieve the loaded preprocessed entity at the given index.
338 PreprocessedEntity *getLoadedPreprocessedEntity(unsigned Index);
    [all...]
  /external/eigen/test/
sparse_permutations.cpp 14 typedef typename SparseMatrixType::Index Index;
16 const Index rows = ref.rows();
17 const Index cols = ref.cols();
19 typedef typename SparseMatrixType::Index Index;
20 typedef SparseMatrix<Scalar, OtherStorage, Index> OtherSparseMatrixType;
22 typedef Matrix<Index,Dynamic,1> VectorI;
geo_alignedbox.cpp 23 typedef typename BoxType::Index Index;
28 const Index dim = _box.dim();
72 typedef typename BoxType::Index Index;
77 const Index dim = _box.dim();
product_syrk.cpp 14 typedef typename MatrixType::Index Index;
21 Index rows = m.rows();
22 Index cols = m.cols();
33 Index c = internal::random<Index>(0,cols-1);
qr_fullpivoting.cpp 16 typedef typename MatrixType::Index Index;
18 Index rows = internal::random<Index>(20,200), cols = internal::random<int>(20,200), cols2 = internal::random<int>(20,200);
19 Index rank = internal::random<Index>(1, (std::min)(rows, cols)-1);
sparse.h 56 template<typename Scalar,int Opt1,int Opt2,typename Index> void
59 SparseMatrix<Scalar,Opt2,Index>& sparseMat,
64 enum { IsRowMajor = SparseMatrix<Scalar,Opt2,Index>::IsRowMajor };
108 template<typename Scalar,int Opt1,int Opt2,typename Index> void
111 DynamicSparseMatrix<Scalar, Opt2, Index>& sparseMat,
116 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor };
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
UpdatedTerrainPatch.java 178 updatedPatch.getMesh().clearBuffer(Type.Index);
179 updatedPatch.getMesh().setBuffer(Type.Index, 3, newIndexBuffer);
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 100 value Index) {
101 return caml_copy_int64(LLVMOffsetOfElement(TD, Ty, Int_val(Index)));
  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 26 /// FramePointerSaveIndex - Frame index of where the old frame pointer is
31 /// ReturnAddrSaveIndex - Frame index of where the return address is stored.
35 /// Frame index where the old base pointer is stored.
80 /// VarArgsNumGPR - Index of the first unused integer
83 /// VarArgsNumFPR - Index of the first unused double
156 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; }
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 47 unsigned Index;
59 : Index(0), TheDef(0), IsRead(false), IsAlias(false),
62 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) {
77 : Index(Idx), Name(Name), TheDef(0), IsRead(Read), IsAlias(false),
125 /// itinerary class. Each inherits the processor index from the ItinRW record
128 unsigned Index;
145 CodeGenSchedClass(): Index(0), ItinClassDef(0) {}
175 unsigned Index;
182 // Array of InstrItinData records indexed by a CodeGenSchedClass index.
201 Index(Idx), ModelName(Name), ModelDef(MDef), ItinsDef(IDef) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 171 unsigned Index : 16; /**< UINT */
527 int Index : 16;
541 int Index : 16; /* SINT */
553 * Index specifies the element number of a register in the register file.
555 * If Indirect is TRUE, Index should be offset by the X component of a source
571 int Index : 16; /* SINT */
595 int Index : 16; /* SINT */
604 int Index : 16; /* SINT */
  /external/eigen/Eigen/src/Core/
Matrix.h 110 typedef DenseIndex Index;
201 * \sa resize(Index,Index)
220 EIGEN_STRONG_INLINE explicit Matrix(Index dim)
243 Matrix(Index rows, Index cols);
321 inline Index innerStride() const { return 1; }
322 inline Index outerStride() const { return this->innerSize(); }
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 44 typedef DenseIndex Index;
46 typedef Matrix<Scalar,Index(AmbientDimAtCompileTime)==Dynamic
48 : Index(AmbientDimAtCompileTime)+1,1,Options> Coefficients;
62 inline explicit Hyperplane(Index _dim) : m_coeffs(_dim+1) {}
122 inline Index dim() const { return AmbientDimAtCompileTime==Dynamic ? m_coeffs.size()-1 : Index(AmbientDimAtCompileTime); }
  /external/eigen/Eigen/src/SparseCore/
SparseCwiseUnaryOp.h 41 EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImpl::Index outer)
64 EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImpl::Index outer)
105 EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryViewImpl::Index outer)
127 EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryViewImpl::Index outer)
145 for (Index j=0; j<outerSize(); ++j)
155 for (Index j=0; j<outerSize(); ++j)
  /external/llvm/include/llvm/ADT/
ArrayRef.h 142 const T &operator[](size_t Index) const {
143 assert(Index < Length && "Invalid index!");
144 return Data[Index];
243 T &operator[](size_t Index) const {
244 assert(Index < this->size() && "Invalid index!");
245 return data()[Index];

Completed in 1219 milliseconds

<<11121314151617181920>>