/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/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 302 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 433 unsigned NumRecords, NumAbbreviatedRecords; member 440 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats() 602 ++BlockStats.NumRecords; in ParseBlock() 933 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/" in AnalyzeBitcode() 934 << Stats.NumRecords/(double)Stats.NumInstances << "\n"; in AnalyzeBitcode() 938 outs() << " Num Records: " << Stats.NumRecords << "\n"; in AnalyzeBitcode() 940 if (Stats.NumRecords) { in AnalyzeBitcode() 941 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in AnalyzeBitcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.cpp | 58 uint32_t NumRecords) in LazyRandomTypeCollection() argument 59 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
|
/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-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiStream.cpp | 306 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeFpoRecords() local 308 if (auto EC = Reader.readArray(FpoRecords, NumRecords)) in initializeFpoRecords()
|
/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/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 533 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/ |
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-7.0/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 357 auto NumRecords = readNumber<uint32_t>(); in readProfile() local 358 if (std::error_code EC = NumRecords.getError()) in readProfile() 361 for (uint32_t I = 0; I < *NumRecords; ++I) { in readProfile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1522 unsigned NumRecords = 0; in parseTypeTableBody() local 1535 if (NumRecords != TypeList.size()) in parseTypeTableBody() 1680 if (NumRecords >= TypeList.size()) in parseTypeTableBody() 1684 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody() 1687 TypeList[NumRecords] = nullptr; in parseTypeTableBody() 1709 if (NumRecords >= TypeList.size()) in parseTypeTableBody() 1713 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody() 1716 TypeList[NumRecords] = nullptr; in parseTypeTableBody() 1743 if (NumRecords >= TypeList.size()) in parseTypeTableBody() 1745 if (TypeList[NumRecords]) in parseTypeTableBody() [all …]
|
/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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | StackMaps.rst | 328 uint32 : NumRecords 337 StkMapRecord[NumRecords] {
|