/external/sfntly/cpp/src/sfntly/table/core/ |
D | horizontal_device_metrics_table.cc | 29 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()
|
D | horizontal_device_metrics_table.h | 51 int32_t NumRecords();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeAnalyzer.h | 74 unsigned NumRecords, NumAbbreviatedRecords; member 79 NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats()
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | BitcodeAnalyzer.h | 74 unsigned NumRecords, NumAbbreviatedRecords; member 79 NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTConcept.cpp | 25 NumRecords{Satisfaction.Details.size()}, in ASTConstraintSatisfaction() 27 for (unsigned I = 0; I < NumRecords; ++I) {
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 401 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/ |
D | ASTConcept.h | 80 std::size_t NumRecords; member 88 return getTrailingObjects<UnsatisfiedConstraintRecord>() + NumRecords; in end()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.cpp | 57 uint32_t NumRecords) in LazyRandomTypeCollection() argument 58 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.cpp | 57 uint32_t NumRecords) in LazyRandomTypeCollection() argument 58 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 670 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()
|
D | BitcodeReader.cpp | 1684 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/ |
D | BitcodeAnalyzer.cpp | 677 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()
|
D | BitcodeReader.cpp | 1689 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/ |
D | hdmx_test.cc | 44 EXPECT_EQ(hdmx_table->NumRecords(), HDMX_NUM_RECORDS); in TestReadingHdmxTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiStream.cpp | 299 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/ |
D | DbiStream.cpp | 328 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/ |
D | DbiStream.cpp | 299 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeOldFpoRecords() local 301 if (auto EC = Reader.readArray(OldFpoRecords, NumRecords)) in initializeOldFpoRecords()
|
/external/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 296 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/ |
D | SampleProfReader.cpp | 373 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/ |
D | SampleProfReader.cpp | 414 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/ |
D | BitcodeReader.cpp | 1598 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/ |
D | StackMaps.rst | 328 uint32 : NumRecords 336 StkMapRecord[NumRecords] {
|
/external/llvm-project/llvm/docs/ |
D | StackMaps.rst | 328 uint32 : NumRecords 337 StkMapRecord[NumRecords] {
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 403 Record.push_back(Satisfaction.NumRecords); in addConstraintSatisfaction()
|