Home
last modified time | relevance | path

Searched defs:Row (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h145 struct Row { struct
155 static bool orderByAddress(const Row &LHS, const Row &RHS) { in orderByAddress() argument
165 object::SectionedAddress Address;
169 uint32_t Line;
173 uint16_t Column;
176 uint16_t File;
179 uint32_t Discriminator;
182 uint8_t Isa;
185 uint8_t IsStmt : 1,
210 /// and is described by line table rows [FirstRowIndex, LastRowIndex). argument
[all …]
/third_party/skia/src/gpu/
DGrRectanizerPow2.h47 struct Row { struct
51 int fRowHeight; argument
58 Row fRows[kMaxExponent]; // 0-th entry will be unused argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp70 LineEntry Row(BaseAddr, 1, FirstLine); in parse() local
254 llvm::Error Err = parse(Data, BaseAddr, [&](const LineEntry &Row) -> bool { in decode()
269 [Addr, &Result](const LineEntry &Row) -> bool { in lookup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dedit_distance.h63 unsigned *Row = SmallBuffer; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dedit_distance.h64 unsigned *Row = SmallBuffer; variable
/third_party/typescript/tests/cases/fourslash/etslib/
Dflex.d.ts35 Row, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp78 for (auto &Row : DepMatrix) { in printDepMatrix() local
197 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
210 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
220 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
263 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops() local
1089 for (auto &Row : DepMatrix) { in isProfitableForVectorization() local
DLowerMatrixIntrinsics.cpp763 for (unsigned Row = 0; Row < ArgShape.NumRows; ++Row) { in LowerTranspose() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl87 tvec3<T, P> Row[3], Pdum3; local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp137 auto &Row = Rows[i]; in dump() local
DDWARFDebugLine.cpp375 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row() function in DWARFDebugLine::Row
924 DWARFDebugLine::Row Row; in findRowInSeq() local
1095 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress() local
DDWARFVerifier.cpp751 for (const auto &Row : LineTable->Rows) { in verifyDebugLineRows() local
DDWARFContext.cpp1212 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange() local
/third_party/icu/icu4c/source/common/
Duresdata.cpp1016 typedef struct Row { struct
1018 } Row; argument
/third_party/skia/third_party/externals/icu/source/common/
Duresdata.cpp1016 typedef struct Row { struct
1018 } Row; argument
/third_party/node/deps/icu-small/source/common/
Duresdata.cpp1016 typedef struct Row { struct
1018 } Row; typedef
/third_party/node/deps/v8/tools/
Dgenerate-runtime-call-stats.py262 class Row: class
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRow.java23 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRow.java19 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class
/third_party/skia/src/core/
DSkAAClip.cpp240 struct Row { struct in SkAAClip::Builder
241 int fY;
242 int fWidth;
243 SkTDArray<uint8_t>* fData;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DRangeTable.java896 abstract static class Row implements Iterable<Assignment<?>> { class in RangeTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp794 int Row; in reassociateOps() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h244 int Row() const { return location.row + 1; } in Row() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp269 for (const auto &Row : SrcSelTable) { in getSelIdx() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp6542 for (const uint16_t (&Row)[3] : Table) in lookup() local
6551 for (const uint16_t (&Row)[4] : Table) in lookupAVX512() local