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

  /external/sfntly/cpp/src/sample/subtly/
stats.cc 55 double size_percent = 0; local
58 size_percent = subtly::TableSizePercent(new_font, it->first);
65 size_percent, static_cast<double>(new_size) / size * 100);
  /external/v8/src/
compilation-statistics.cc 65 double size_percent = local
77 size_percent, stats.max_allocated_bytes_,
  /external/fio/
thread_options.h 60 unsigned int size_percent; member in struct:thread_options
289 uint32_t size_percent; member in struct:thread_options_pack
cconv.c 87 o->size_percent = le32_to_cpu(top->size_percent);
293 top->size_percent = cpu_to_le32(o->size_percent);
filesetup.c 871 if (o->size_percent)
872 f->io_size = (f->io_size * o->size_percent) / 100;
options.c 1077 td->o.size_percent = -1ULL - v;
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 13638 double size_percent = static_cast<double>(size) * 100 \/ total_size_; local
    [all...]

Completed in 507 milliseconds