HomeSort by relevance Sort by last modified time
    Searched defs:RowCount (Results 1 - 12 of 12) sorted by null

  /external/perfetto/src/trace_processor/
android_logs_table.cc 43 uint32_t AndroidLogsTable::RowCount() {
counter_values_table.cc 42 uint32_t CounterValuesTable::RowCount() {
60 return RowCount() / 100;
61 return RowCount();
instants_table.cc 46 uint32_t InstantsTable::RowCount() {
counter_definitions_table.cc 45 uint32_t CounterDefinitionsTable::RowCount() {
83 return RowCount();
row_iterators.cc 79 uint32_t RangeRowIterator::RowCount() const {
slice_table.cc 47 uint32_t SliceTable::RowCount() {
87 return RowCount();
args_table.cc 43 uint32_t ArgsTable::RowCount() {
sched_slice_table.cc 44 uint32_t SchedSliceTable::RowCount() {
86 return RowCount() / storage_->thread_count();
91 return RowCount();
raw_table.cc 60 uint32_t RawTable::RowCount() {
65 info->estimated_cost = RowCount();
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 52 unsigned RowCount = 0;
55 ++RowCount;
61 WorstRow = std::max(WorstRow, RowCount);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 60 unsigned RowCount = 0;
63 ++RowCount;
69 WorstRow = std::max(WorstRow, RowCount);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.c     [all...]

Completed in 248 milliseconds