OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:size_percent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/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/fio/
thread_options.h
56
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/
hydrogen.cc
12469
double
size_percent
= static_cast<double>(size) * 100 \/ total_size_;
local
[
all
...]
Completed in 99 milliseconds