HomeSort by relevance Sort by last modified time
    Searched defs:NumRecords (Results 1 - 6 of 6) 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() ||
  /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/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;
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 898 unsigned NumRecords = 0;
911 if (NumRecords != TypeList.size())
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 128 milliseconds