HomeSort by: relevance | last modified time | path
    Searched defs:Rows (Results 1 - 4 of 4) sorted by relevancy

  /src/games/tetris/
tetris.c 64 int Rows, Cols; /* current screen size */
101 * Elide any full active rows.
240 * bump score, and elide any full rows.
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 126 std::unique_ptr<Entry[]> Rows;
152 return makeArrayRef(Rows.get(), Header.NumBuckets);
DWARFDebugLine.h 205 /// and is described by line table rows [FirstRowIndex, LastRowIndex).
239 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); }
281 /// Parse prologue and all rows.
293 RowVector Rows;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 712 SmallVector<SmallVector<CodeGenSubRegIndex*, 4>, 4> Rows;
718 for (unsigned r = 0, re = Rows.size(); r != re; ++r) {
719 if (combine(&Idx, Rows[r])) {
725 Found = Rows.size();
726 Rows.resize(Found + 1);
727 Rows.back().resize(SubRegIndicesSize);
728 combine(&Idx, Rows.back());
733 // Output the row map if there is multiple rows.
734 if (Rows.size() > 1) {
735 OS << " static const " << getMinimalTypeForRange(Rows.size(), 32
    [all...]

Completed in 29 milliseconds