Searched defs:size_percent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/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/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/fio/
H A Dthread_options.h56 unsigned int size_percent; member in struct:thread_options
283 uint32_t size_percent; member in struct:thread_options_pack
/external/chromium_org/v8/src/
H A Dhydrogen.cc12292 double size_percent = static_cast<double>(size) * 100 / total_size_; local
12293 PrintF(" %9u bytes / %4.1f %%\n", size, size_percent);

Completed in 560 milliseconds