Searched defs:size_percent (Results 1 - 4 of 4) 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.cc65 double size_percent = local
77 size_percent, stats.max_allocated_bytes_,
/external/fio/
H A Dthread_options.h60 unsigned int size_percent; member in struct:thread_options
289 uint32_t size_percent; member in struct:thread_options_pack
/external/v8/src/crankshaft/
H A Dhydrogen.cc13638 double size_percent = static_cast<double>(size) * 100 / total_size_; local
13639 PrintF(" %9zu bytes / %4.1f %%\n", size, size_percent);

Completed in 142 milliseconds