OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:size_percent
(Results
1 - 7
of
7
) 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/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
cconv.c
84
o->
size_percent
= le32_to_cpu(top->
size_percent
);
286
top->
size_percent
= cpu_to_le32(o->
size_percent
);
filesetup.c
876
if (o->
size_percent
)
877
f->io_size = (f->io_size * o->
size_percent
) / 100;
options.c
1074
td->o.
size_percent
= -1ULL - v;
[
all
...]
/external/chromium_org/v8/src/
hydrogen.cc
12292
double
size_percent
= static_cast<double>(size) * 100 \/ total_size_;
local
[
all
...]
Completed in 242 milliseconds