Searched refs:size_percent (Results 1 - 7 of 7) sorted by relevance

/external/sfntly/cpp/src/sample/subtly/
H A Dstats.cc55 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/
H A Dcompilation-statistics.cc71 double size_percent = local
83 size_percent, stats.max_allocated_bytes_,
/external/fio/
H A Dthread_options.h73 unsigned int size_percent; member in struct:thread_options
345 uint32_t size_percent; member in struct:thread_options_pack
H A Dcconv.c101 o->size_percent = le32_to_cpu(top->size_percent);
348 top->size_percent = cpu_to_le32(o->size_percent);
H A Dfilesetup.c988 if (o->size_percent) {
989 f->io_size = (f->io_size * o->size_percent) / 100;
H A Doptions.c1391 td->o.size_percent = -1ULL - v;
/external/v8/src/crankshaft/
H A Dhydrogen.cc13001 double size_percent = static_cast<double>(size) * 100 / total_size_; local
13002 PrintF(" %9zu bytes / %4.1f %%\n", size, size_percent);

Completed in 2164 milliseconds