HomeSort by relevance Sort by last modified time
    Searched refs:NumRecords (Results 1 - 11 of 11) sorted by null

  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 29 int32_t HorizontalDeviceMetricsTable::NumRecords() {
38 if (record_index < 0 || record_index >= NumRecords()) {
49 if (record_index < 0 || record_index >= NumRecords()) {
61 if (record_index < 0 || record_index >= NumRecords() ||
horizontal_device_metrics_table.h 51 int32_t NumRecords();
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 309 /// NumRecords - The total number of records these blocks contain, and the
311 unsigned NumRecords, NumAbbreviatedRecords;
318 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {}
425 ++BlockStats.NumRecords;
631 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/"
632 << Stats.NumRecords/(double)Stats.NumInstances << "\n";
636 outs() << " Num Records: " << Stats.NumRecords << "\n";
638 if (Stats.NumRecords) {
639 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords;
  /external/sfntly/cpp/src/test/
hdmx_test.cc 44 EXPECT_EQ(hdmx_table->NumRecords(), HDMX_NUM_RECORDS);
  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 287 auto NumRecords = readNumber<unsigned>();
288 if (std::error_code EC = NumRecords.getError())
290 for (unsigned I = 0; I < *NumRecords; ++I) {
  /external/clang/lib/Basic/
Targets.cpp 849 unsigned &NumRecords) const override {
851 NumRecords = clang::PPC::LastTSBuiltin-Builtin::FirstTSBuiltin;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 898 unsigned NumRecords = 0;
911 if (NumRecords != TypeList.size())
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 496 unsigned &NumRecords) const = 0;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]

Completed in 203 milliseconds