HomeSort by relevance Sort by last modified time
    Searched defs:dist_type (Results 1 - 2 of 2) sorted by null

  /external/fio/t/
genzipf.c 45 static int dist_type = TYPE_ZIPF; variable
112 dist_type = TYPE_ZIPF;
114 dist_type = TYPE_PARETO;
139 if (dist_type == TYPE_PARETO) {
146 } else if (dist_type == TYPE_ZIPF) {
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);
190 if (dist_type == TYPE_ZIPF)
211 if (dist_type == TYPE_ZIPF)
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 89 BrowserDistribution::Type dist_type = dist_types[i]; local
91 original_state.GetProductState(system_level, dist_type);
97 BrowserDistribution::GetSpecificDistribution(dist_type);
109 dist_type)->GetDisplayName()
207 BrowserDistribution::Type dist_type = local
210 installer_state.system_install(), dist_type);
214 !installer_state.FindProduct(dist_type)) {
220 if (dist_type != BrowserDistribution::CHROME_APP_HOST) {
    [all...]

Completed in 67 milliseconds