HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 226 - 247 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /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/VMCore/
ConstantFold.cpp 120 if (ElTy->isPointerTy()) break; // Can't index into pointers!
764 uint64_t Index = CIdx->getZExtValue();
765 if (Index >= CVal->getNumOperands())
    [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...]
unicode-test.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 169 Record.push_back(PAWI.Index);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 444 unsigned index = PAL.getSlot(i).Index; local
446 Out << "PAWI.Index = " << index << "U; PAWI.Attrs = 0 "; local
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 432 ++GEPI; // Skip over the pointer index.
439 // Check to make sure that index falls within the array. If not,
448 // allowing i to index an out-of-range subscript that accesses A[1].
450 // Scalar replacing *just* the outer index of the array is probably not
452 for (++GEPI; // Skip array index.
588 // index.
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 141 Record.push_back(PAWI.Index);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp 628 /// operand list. This adds the code marker, matching input operand index
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /external/grub/docs/
texinfo.tex 121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
307 \normalturnoffactive % \ in index entries must not stay \, e.g., if
475 % If an index command is used in an @example environment, any spaces
476 % therein should become regular spaces in the raw index file, not the
635 % if the definition is written into an index file.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 2589 int index = ArgLocs[i].getValNo(); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 123 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
124 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
356 \normalturnoffactive % \ in index entries must not stay \, e.g., if
528 % If an index command is used in an @example environment, any spaces
529 % therein should become regular spaces in the raw index file, not the
688 % if the definition is written into an index file.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 224 \index{CRYPT\_ERROR} \index{CRYPT\_OK}
231 \index{error\_to\_string()}
274 \index{STORE32L} \index{STORE64L} \index{LOAD32L} \index{LOAD64L} \index{STORE32H} \index{STORE64H} \index{LOAD32H} \index{LOAD64H} \index{BSWAP
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 794 milliseconds

1 2 3 4 5 6 7 8 910