OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dist_types
(Results
1 - 2
of
2
) sorted by null
/external/fio/t/
genzipf.c
43
static const char *
dist_types
[] = { "None", "Zipf", "Pareto" };
variable
185
printf("Generating %s distribution with %f input and %lu GB size and %lu block_size.\n",
dist_types
[dist_type], dist_val, gb_size, block_size);
/external/chromium_org/chrome/installer/setup/
uninstall.cc
77
// Iterates over the list of distribution types in |
dist_types
|, and
84
const std::vector<BrowserDistribution::Type>&
dist_types
,
88
for (size_t i = 0; i <
dist_types
.size(); ++i) {
89
BrowserDistribution::Type dist_type =
dist_types
[i];
139
std::vector<BrowserDistribution::Type>
dist_types
;
local
144
dist_types
.push_back(other_dist_type);
147
channel_info,
dist_types
,
[
all
...]
Completed in 386 milliseconds