HomeSort by relevance Sort by last modified time
    Searched refs:NumRecords (Results 1 - 9 of 9) 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 300 /// NumRecords - The total number of records these blocks contain, and the
302 unsigned NumRecords, NumAbbreviatedRecords;
309 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {}
415 ++BlockStats.NumRecords;
574 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/"
575 << Stats.NumRecords/(double)Stats.NumInstances << "\n";
579 outs() << " Num Records: " << Stats.NumRecords << "\n";
581 if (Stats.NumRecords) {
582 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/clang/lib/Basic/
Targets.cpp 718 unsigned &NumRecords) const {
720 NumRecords = clang::PPC::LastTSBuiltin-Builtin::FirstTSBuiltin;
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 437 unsigned &NumRecords) const = 0;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 724 unsigned NumRecords = 0;
738 if (NumRecords != TypeList.size())
869 if (NumRecords >= TypeList.size())
873 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
876 TypeList[NumRecords] = 0;
898 if (NumRecords >= TypeList.size())
902 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
905 TypeList[NumRecords] = 0;
930 if (NumRecords >= TypeList.size())
933 assert(TypeList[NumRecords] == 0 && "Already read type?")
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 546 unsigned NumRecords = 0;
560 if (NumRecords != TypeList.size())
672 if (NumRecords >= TypeList.size())
676 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
679 TypeList[NumRecords] = 0;
701 if (NumRecords >= TypeList.size())
705 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
708 TypeList[NumRecords] = 0;
733 if (NumRecords >= TypeList.size())
736 assert(TypeList[NumRecords] == 0 && "Already read type?")
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 827 unsigned NumRecords = 0;
841 if (NumRecords != TypeList.size())
    [all...]

Completed in 109 milliseconds