HomeSort by relevance Sort by last modified time
    Searched refs:perc (Results 1 - 25 of 37) sorted by null

1 2

  /external/fio/
eta.c 183 unsigned int perc = 50; local
186 perc = td->o.rwmix[DDIR_WRITE];
188 bytes_total += (bytes_total * perc) / 100;
194 double perc, perc_t; local
199 perc = (double) bytes_done / (double) bytes_total;
200 if (perc > 1.0)
201 perc = 1.0;
203 perc = 0.0;
208 if (perc_t < perc)
209 perc = perc_t
481 double perc = 0.0; local
    [all...]
gclient.c 318 char *status_message, double perc)
325 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), perc / 100.0);
330 double perc)
337 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), perc / 100.0);
352 double perc = 0.0; local
361 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec);
399 perc *= 100.0;
400 sprintf(output, "%3.1f%% done", perc);
437 gfio_update_thread_status(ge, output, perc);
450 double perc = 0.0 local
    [all...]
options.c 61 return bsp1->perc < bsp2->perc;
67 unsigned int i, perc, perc_missing; local
97 perc = atoi(perc_str);
98 if (perc > 100)
99 perc = 100;
100 else if (!perc)
101 perc = -1U;
103 perc = -1U;
117 bssplit[i].perc = perc
    [all...]
io_u.c 458 long perc = 0; local
465 perc += bsp->perc;
466 if ((r <= ((FRAND_MAX / 100L) * perc)) &&
1873 unsigned int perc = td->o.compress_percentage; local
    [all...]
cconv.c 105 o->bssplit[i][j].perc = le32_to_cpu(top->bssplit[i][j].perc);
423 top->bssplit[i][j].perc = cpu_to_le32(o->bssplit[i][j].perc);
  /external/objenesis/main/src/org/objenesis/instantiator/perc/
PercInstantiator.java 16 package org.objenesis.instantiator.perc;
25 * Instantiates a class by making a call to internal Perc private methods. It is only supposed to
26 * work on Perc JVMs. This instantiator will not call any constructors. The code was provided by
27 * Aonix Perc support team.
PercSerializationInstantiator.java 16 package org.objenesis.instantiator.perc;
27 * Instantiates a class by making a call to internal Perc private methods. It is only supposed to
28 * work on Perc JVMs. This instantiator will create classes in a way compatible with serialization,
51 // Get the special Perc method to call
  /external/objenesis/main/src/org/objenesis/strategy/
SerializingInstantiatorStrategy.java 26 import org.objenesis.instantiator.perc.PercSerializationInstantiator;
68 else if(JVM_NAME.startsWith(PERC)) {
StdInstantiatorStrategy.java 23 import org.objenesis.instantiator.perc.PercInstantiator;
80 else if(JVM_NAME.startsWith(PERC)) {
  /external/fio/t/
btrace2fio.c 613 float perc; local
620 perc = ((float) o->ios[i] * 100.0) / (float) total;
621 printf("\tios: %lu (perc=%3.2f%%)\n", o->ios[i], perc);
622 perc = ((float) o->merges[i] * 100.0) / (float) total;
623 printf("\tmerges: %lu (perc=%3.2f%%)\n", o->merges[i], perc);
624 perc = ((float) o->seq[i] * 100.0) / (float) o->ios[i];
625 printf("\tseq: %lu (perc=%3.2f%%)\n", (unsigned long) o->seq[i], perc);
653 float perc; local
    [all...]
dedupe.c 345 float perc; local
359 perc = (float) nitems / (float) total;
360 perc *= 100.0;
366 printf("%3.2f%% done (%luKB/sec)\r", perc, this_items);
370 printf("%3.2f%% done\r", perc);
482 double perc, ratio; local
492 perc = 1.00 - ((double) nchunks / (double) nextents);
493 perc *= 100.0;
494 printf("Fio setting: dedupe_percentage=%u\n", (int) (perc + 0.50));
genzipf.c 178 double perc, perc_i; local
292 perc = 0.0;
310 perc += perc_i;
312 i ? "|->" : "Top", perc, os->output, os->nranges,
  /external/fio/profiles/
act.c 355 double perc = 0.0; local
358 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios;
359 if ((perc * 10.0) >= act_pass[i].max_perm)
361 log_info("\t%2.2f", perc);
364 double perc = 0.0; local
367 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios;
368 log_info("\t%2.2f", perc);
  /external/iproute2/tipc/
link.c 204 static uint32_t perc(uint32_t count, uint32_t total) function
250 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]), proft),
251 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]), proft),
252 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]), proft),
253 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]), proft),
254 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]), proft),
255 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]), proft),
256 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]), proft));
  /external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.h 29 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, int ksize_y);
nldiffusion_functions.cpp 204 * @param perc Percentile of the image gradient histogram (0-1)
211 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, int ksize_y) {
268 // Now find the perc of the histogram percentile
269 nthreshold = (int)(npoints*perc);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 231 for perc in percents:
232 if perc.group()[-1]=='%':
235 new_val.append(format(perc.group(), val, grouping))
241 for perc in percents:
242 if perc.group()[-1]=='%':
245 starcount = perc.group('modifiers').count('*')
246 new_val.append(_format(perc.group(),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 231 for perc in percents:
232 if perc.group()[-1]=='%':
235 new_val.append(format(perc.group(), val, grouping))
241 for perc in percents:
242 if perc.group()[-1]=='%':
245 starcount = perc.group('modifiers').count('*')
246 new_val.append(_format(perc.group(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 231 for perc in percents:
232 if perc.group()[-1]=='%':
235 new_val.append(format(perc.group(), val, grouping))
241 for perc in percents:
242 if perc.group()[-1]=='%':
245 starcount = perc.group('modifiers').count('*')
246 new_val.append(_format(perc.group(),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 231 for perc in percents:
232 if perc.group()[-1]=='%':
235 new_val.append(format(perc.group(), val, grouping))
241 for perc in percents:
242 if perc.group()[-1]=='%':
245 starcount = perc.group('modifiers').count('*')
246 new_val.append(_format(perc.group(),
    [all...]
  /external/valgrind/massif/
ms_print.in 205 my $perc = safe_div_0(100 * $bytes, $mem_total_B);
215 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes),
238 $perc = safe_div_0(100 * $total_insig_children_szB, $mem_total_B);
241 $this_prefix2, $perc, commify($total_insig_children_szB),
  /prebuilts/devtools/tools/lib/
objenesis-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/
objenesis-2.1.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 

Completed in 663 milliseconds

1 2