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

  /bionic/tools/relocation_packer/src/
delta_encoder.cc 125 ElfAddr total_count = packed[ndx++]; local
131 while(current_count < total_count) {
  /external/libchrome/base/metrics/
sparse_histogram.cc 137 Count total_count = snapshot->TotalCount(); local
138 double scaled_total_count = total_count / 100.0;
140 WriteAsciiHeader(total_count, output);
185 void SparseHistogram::WriteAsciiHeader(const Count total_count,
190 total_count);
  /external/freetype/src/base/
ftdbgmem.c 858 FT_Long total_count = ft_strtol( p, NULL, 10 ); local
861 if ( total_count > 0 )
864 table->alloc_count_max = total_count;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftdbgmem.c 857 FT_Long total_count = ft_atol( p ); local
860 if ( total_count > 0 )
863 table->alloc_count_max = total_count;
  /external/pdfium/third_party/freetype/src/base/
ftdbgmem.c 857 FT_Long total_count = ft_atol( p ); local
860 if ( total_count > 0 )
863 table->alloc_count_max = total_count;
  /art/runtime/
profiler.cc 618 uint32_t total_count = 0; local
625 total_count += count;
643 total_count += pi->second.count_;
660 // "method/total_count/size/[pc_1:count_1:context_1#pc_2:count_2:context_2#...]".
666 os << StringPrintf("%s/%u/%u/[%s]\n", method_name.c_str(), total_count,
775 uint32_t total_count = strtoul(info[1].c_str(), nullptr, 10); local
800 previous_[methodname] = PreviousValue(total_count, size, context_map);
837 uint32_t total_count = strtoul(summary_info[0].c_str(), nullptr, 10); local
865 double usedPercent = (count * 100.0) / total_count;
871 : 100 * static_cast<double>(curTotalCount) / static_cast<double>(total_count);
    [all...]
  /external/libchrome/base/process/
process_metrics_linux.cc 302 int total_count = 0; local
306 ++total_count;
309 return total_count;
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 681 int total_count = 0, rotated_count[3] = {0, 0, 0}; local
688 total_count++;
707 if (total_count == 0) {
711 if (rotated_count[0] > total_count * 2 / 3) {
713 } else if (rotated_count[1] > total_count * 2 / 3) {
715 } else if (rotated_count[2] > total_count * 2 / 3) {
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 1266 bfd_size_type total_count; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 538 uptr total_count = (region->mapped_user - beg_idx - size) local
540 region->allocated_meta += total_count * kMetadataSize;
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 177 static unsigned int total_count; variable
401 total_count++;
591 total_count, file, extents, extents);
604 total_count, file, extents, extents);
1106 if (total_count == 1 && regular_count == 1)
1109 printf("[%u/%u]", defraged_file_count, total_count);
1214 if (total_count == 1 && regular_count == 1) {
1262 defraged_file_count, total_count, file);
    [all...]

Completed in 303 milliseconds