Home
last modified time | relevance | path

Searched refs:NumRecords (Results 1 – 11 of 11) 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/chromium_org/third_party/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/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp302 unsigned NumRecords, NumAbbreviatedRecords; member
309 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats()
415 ++BlockStats.NumRecords; in ParseBlock()
574 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/" in AnalyzeBitcode()
575 << Stats.NumRecords/(double)Stats.NumInstances << "\n"; in AnalyzeBitcode()
579 outs() << " Num Records: " << Stats.NumRecords << "\n"; in AnalyzeBitcode()
581 if (Stats.NumRecords) { in AnalyzeBitcode()
582 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in AnalyzeBitcode()
/external/clang/lib/Basic/
DTargets.cpp775 unsigned &NumRecords) const override { in getTargetBuiltins()
777 NumRecords = clang::PPC::LastTSBuiltin-Builtin::FirstTSBuiltin; in getTargetBuiltins()
1362 unsigned &NumRecords) const override { in getTargetBuiltins()
1364 NumRecords = clang::NVPTX::LastTSBuiltin-Builtin::FirstTSBuiltin; in getTargetBuiltins()
1520 unsigned &NumRecords) const override { in getTargetBuiltins()
1522 NumRecords = clang::R600::LastTSBuiltin - Builtin::FirstTSBuiltin; in getTargetBuiltins()
1844 unsigned &NumRecords) const override { in getTargetBuiltins()
1846 NumRecords = clang::X86::LastTSBuiltin-Builtin::FirstTSBuiltin; in getTargetBuiltins()
4001 unsigned &NumRecords) const override { in getTargetBuiltins()
4003 NumRecords = clang::ARM::LastTSBuiltin-Builtin::FirstTSBuiltin; in getTargetBuiltins()
[all …]
/external/sfntly/cpp/src/test/
Dhdmx_test.cc44 EXPECT_EQ(hdmx_table->NumRecords(), HDMX_NUM_RECORDS); in TestReadingHdmxTable()
/external/chromium_org/third_party/sfntly/cpp/src/test/
Dhdmx_test.cc44 EXPECT_EQ(hdmx_table->NumRecords(), HDMX_NUM_RECORDS); in TestReadingHdmxTable()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp736 unsigned NumRecords = 0; in ParseTypeTableBody() local
749 if (NumRecords != TypeList.size()) in ParseTypeTableBody()
882 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
886 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
889 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()
911 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
915 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
918 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()
943 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
946 assert(!TypeList[NumRecords] && "Already read type?"); in ParseTypeTableBody()
[all …]
/external/clang/include/clang/Basic/
DTargetInfo.h459 unsigned &NumRecords) const = 0;
/external/llvm/docs/
DStackMaps.rst323 uint32 : NumRecords
331 StkMapRecord[NumRecords] {