Home
last modified time | relevance | path

Searched refs:NumRecords (Results 1 – 24 of 24) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_device_metrics_table.cc29 int32_t HorizontalDeviceMetricsTable::NumRecords() { in NumRecords() function in sfntly::HorizontalDeviceMetricsTable
38 if (record_index < 0 || record_index >= NumRecords()) { in PixelSize()
49 if (record_index < 0 || record_index >= NumRecords()) { in MaxWidth()
61 if (record_index < 0 || record_index >= NumRecords() || in Width()
Dhorizontal_device_metrics_table.h51 int32_t NumRecords();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h74 unsigned NumRecords, NumAbbreviatedRecords; member
79 NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats()
/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h74 unsigned NumRecords, NumAbbreviatedRecords; member
79 NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats()
/external/llvm-project/clang/lib/AST/
DASTConcept.cpp25 NumRecords{Satisfaction.Details.size()}, in ASTConstraintSatisfaction()
27 for (unsigned I = 0; I < NumRecords; ++I) {
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp401 unsigned NumRecords, NumAbbreviatedRecords; member
408 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats()
569 ++BlockStats.NumRecords; in ParseBlock()
856 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/" in AnalyzeBitcode()
857 << Stats.NumRecords/(double)Stats.NumInstances << "\n"; in AnalyzeBitcode()
861 outs() << " Num Records: " << Stats.NumRecords << "\n"; in AnalyzeBitcode()
863 if (Stats.NumRecords) { in AnalyzeBitcode()
864 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in AnalyzeBitcode()
/external/llvm-project/clang/include/clang/AST/
DASTConcept.h80 std::size_t NumRecords; member
88 return getTrailingObjects<UnsatisfiedConstraintRecord>() + NumRecords; in end()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DLazyRandomTypeCollection.cpp57 uint32_t NumRecords) in LazyRandomTypeCollection() argument
58 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DLazyRandomTypeCollection.cpp57 uint32_t NumRecords) in LazyRandomTypeCollection() argument
58 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp670 O.OS << " Tot/Avg Records: " << Stats.NumRecords << "/" in printStats()
671 << Stats.NumRecords / (double)Stats.NumInstances << "\n"; in printStats()
675 O.OS << " Num Records: " << Stats.NumRecords << "\n"; in printStats()
677 if (Stats.NumRecords) { in printStats()
678 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in printStats()
837 ++BlockStats.NumRecords; in parseBlock()
DBitcodeReader.cpp1684 unsigned NumRecords = 0; in parseTypeTableBody() local
1700 if (NumRecords != TypeList.size()) in parseTypeTableBody()
1848 if (NumRecords >= TypeList.size()) in parseTypeTableBody()
1852 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody()
1855 TypeList[NumRecords] = nullptr; in parseTypeTableBody()
1877 if (NumRecords >= TypeList.size()) in parseTypeTableBody()
1881 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody()
1884 TypeList[NumRecords] = nullptr; in parseTypeTableBody()
1913 if (NumRecords >= TypeList.size()) in parseTypeTableBody()
1915 if (TypeList[NumRecords]) in parseTypeTableBody()
[all …]
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp677 O.OS << " Tot/Avg Records: " << Stats.NumRecords << "/" in printStats()
678 << Stats.NumRecords / (double)Stats.NumInstances << "\n"; in printStats()
682 O.OS << " Num Records: " << Stats.NumRecords << "\n"; in printStats()
684 if (Stats.NumRecords) { in printStats()
685 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in printStats()
844 ++BlockStats.NumRecords; in parseBlock()
DBitcodeReader.cpp1689 unsigned NumRecords = 0; in parseTypeTableBody() local
1705 if (NumRecords != TypeList.size()) in parseTypeTableBody()
1856 if (NumRecords >= TypeList.size()) in parseTypeTableBody()
1860 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody()
1863 TypeList[NumRecords] = nullptr; in parseTypeTableBody()
1885 if (NumRecords >= TypeList.size()) in parseTypeTableBody()
1889 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody()
1892 TypeList[NumRecords] = nullptr; in parseTypeTableBody()
1921 if (NumRecords >= TypeList.size()) in parseTypeTableBody()
1923 if (TypeList[NumRecords]) in parseTypeTableBody()
[all …]
/external/sfntly/cpp/src/test/
Dhdmx_test.cc44 EXPECT_EQ(hdmx_table->NumRecords(), HDMX_NUM_RECORDS); in TestReadingHdmxTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp299 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeOldFpoRecords() local
301 if (auto EC = Reader.readArray(OldFpoRecords, NumRecords)) in initializeOldFpoRecords()
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp328 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeFpoRecords() local
330 if (auto EC = Reader.readArray(FpoRecords, NumRecords)) in initializeFpoRecords()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp299 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeOldFpoRecords() local
301 if (auto EC = Reader.readArray(OldFpoRecords, NumRecords)) in initializeOldFpoRecords()
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp296 auto NumRecords = readNumber<uint32_t>(); in readProfile() local
297 if (std::error_code EC = NumRecords.getError()) in readProfile()
300 for (uint32_t I = 0; I < *NumRecords; ++I) { in readProfile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp373 auto NumRecords = readNumber<uint32_t>(); in readProfile() local
374 if (std::error_code EC = NumRecords.getError()) in readProfile()
377 for (uint32_t I = 0; I < *NumRecords; ++I) { in readProfile()
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp414 auto NumRecords = readNumber<uint32_t>(); in readProfile() local
415 if (std::error_code EC = NumRecords.getError()) in readProfile()
418 for (uint32_t I = 0; I < *NumRecords; ++I) { in readProfile()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1598 unsigned NumRecords = 0; in parseTypeTableBody() local
1611 if (NumRecords != TypeList.size()) in parseTypeTableBody()
1756 if (NumRecords >= TypeList.size()) in parseTypeTableBody()
1760 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody()
1763 TypeList[NumRecords] = nullptr; in parseTypeTableBody()
1785 if (NumRecords >= TypeList.size()) in parseTypeTableBody()
1789 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody()
1792 TypeList[NumRecords] = nullptr; in parseTypeTableBody()
1819 if (NumRecords >= TypeList.size()) in parseTypeTableBody()
1821 if (TypeList[NumRecords]) in parseTypeTableBody()
[all …]
/external/llvm/docs/
DStackMaps.rst328 uint32 : NumRecords
336 StkMapRecord[NumRecords] {
/external/llvm-project/llvm/docs/
DStackMaps.rst328 uint32 : NumRecords
337 StkMapRecord[NumRecords] {
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp403 Record.push_back(Satisfaction.NumRecords); in addConstraintSatisfaction()