Home
last modified time | relevance | path

Searched refs:NumRecords (Results 1 – 10 of 10) 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/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp302 unsigned NumRecords, NumAbbreviatedRecords; member
309 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats()
407 ++BlockStats.NumRecords; in ParseBlock()
571 errs() << " Tot/Avg Records: " << Stats.NumRecords << "/" in AnalyzeBitcode()
572 << Stats.NumRecords/(double)Stats.NumInstances << "\n"; in AnalyzeBitcode()
576 errs() << " Num Records: " << Stats.NumRecords << "\n"; in AnalyzeBitcode()
578 if (Stats.NumRecords) { in AnalyzeBitcode()
579 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in AnalyzeBitcode()
/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/sfntly/cpp/src/test/
Dhdmx_test.cc44 EXPECT_EQ(hdmx_table->NumRecords(), HDMX_NUM_RECORDS); in TestReadingHdmxTable()
/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/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp533 unsigned NumRecords = 0; in ParseTypeTableBody() local
541 if (NumRecords != TypeList.size()) in ParseTypeTableBody()
662 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
666 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
669 TypeList[NumRecords] = 0; in ParseTypeTableBody()
691 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
695 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
698 TypeList[NumRecords] = 0; in ParseTypeTableBody()
723 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
726 assert(TypeList[NumRecords] == 0 && "Already read type?"); in ParseTypeTableBody()
[all …]
/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/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] {