HomeSort by relevance Sort by last modified time
    Searched defs:size_percent (Results 1 - 4 of 4) 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
  /external/v8/src/crankshaft/
hydrogen.cc 12984 double size_percent = static_cast<double>(size) * 100 \/ total_size_; local
    [all...]

Completed in 127 milliseconds