HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 201 - 225 of 235) sorted by null

1 2 3 4 5 6 7 8910

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 188 int index; local
471 index =(ParamSize+1) >> 1;
474 index = ParamSize >> 1; /*Divide by 2*/
476 index = index + 16; /*Add 16 to the index in order to point to the correct location*/
478 arr[index] = END_OF_CR_PHASE_ARGS;
744 VPP_DPRINT("VPP: Enable port index=%ld",nParam1);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 61 /// a single (declaration, index) mapping (the common case) but
62 /// can also store a list of (declaration, index) mappings.
67 /// of (declaration, index) pairs.
71 /// the index associated with that entry.
77 void Add(NamedDecl *ND, unsigned Index) {
81 SingleDeclIndex = Index;
95 DeclIndexPair(ND, Index));
113 /// this name within a particular scope and their index within the list of
354 iterator(NamedDecl *SingleDecl, unsigned Index)
355 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) { }
    [all...]
SemaDecl.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp 89 /// insertion index for the INSERT_VECTOR_ELT instruction. In this case, it
639 /// insertion index for the INSERT_VECTOR_ELT instruction. In this case, it
671 // Add the offset to the index.
    [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 647 are retrieved based on lines that start with "Index:" or
652 if line.startswith('Index:') or line.startswith('Property changes on:'):
798 if line.startswith("Index:") or line.startswith("Property changes on:"):
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 647 are retrieved based on lines that start with "Index:" or
652 if line.startswith('Index:') or line.startswith('Property changes on:'):
798 if line.startswith("Index:") or line.startswith("Property changes on:"):
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 723 QualType getTemplateTypeParmType(unsigned Depth, unsigned Index,
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 549 APSInt Index;
550 if (!EvaluateInteger(E->getIdx(), Index, Info))
554 Result.Offset += Index.getSExtValue() * ElementSize;
    [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 315 // Out of bound reference? Negative index normalized to large
316 // index? Just return "I don't know".
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 699 GLuint ClearIndex; /**< Index to use for glClear */
702 GLuint IndexMask; /**< Color index write mask */
735 GLboolean IndexLogicOpEnabled; /**< Color index logic op enabled flag */
755 * \note Index and Edgeflag current values are stored as floats in the
844 GLfloat Index; /**< Fog index */
995 /** Scale & Bias (index shift, offset) */
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 757 // .. else use frame index, if available.
2571 unsigned index = 1; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 104 ** limits the size of a row in a table or index.
117 ** * Columns in an index
324 ** The number of samples of an index that SQLite takes in order to
    [all...]
sqlite3.c.orig 100 ** limits the size of a row in a table or index.
113 ** * Columns in an index
320 ** The number of samples of an index that SQLite takes in order to
    [all...]
  /external/v8/src/
objects.h 137 int index = 0) {
141 ASSERT(StorageField::is_valid(index));
145 | StorageField::encode(index);
149 ASSERT(index == this->index());
188 int index() { return StorageField::decode(value_); } function in class:v8::internal::BASE_EMBEDDED
197 static bool IsValidIndex(int index) {
198 return StorageField::is_valid(index);
2057 Object* index = FixedArray::cast(obj)->get(kEnumCacheBridgeEnumIndex); local
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 410 // emit getelementptrs that index into vectors.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 636 % to index the item name in whatever manner is desired (perhaps none).
757 % Index generation facilities
764 % \newindex {foo} defines an index named foo.
766 % \fooindex ...rest of line... puts an entry in the index foo.
768 % the file that accumulates this index. The file's extension is foo.
769 % The name of an index should be no more than 2 characters long
775 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
788 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
794 % @synindex foo bar makes index foo feed into index bar
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 132 Record.push_back(PAWI.Index);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 2545 int index = ArgLocs[i].getValNo(); local
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 454 unsigned index = PAL.getSlot(i).Index; local
456 Out << "PAWI.Index = " << index << "U; PAWI.Attrs = 0 "; local
    [all...]

Completed in 696 milliseconds

1 2 3 4 5 6 7 8910