Home
last modified time | relevance | path

Searched refs:perc (Results 1 – 25 of 33) sorted by relevance

12

/external/fio/
Deta.c183 unsigned int perc = 50; in thread_eta() local
186 perc = td->o.rwmix[DDIR_WRITE]; in thread_eta()
188 bytes_total += (bytes_total * perc) / 100; in thread_eta()
194 double perc, perc_t; in thread_eta() local
199 perc = (double) bytes_done / (double) bytes_total; in thread_eta()
200 if (perc > 1.0) in thread_eta()
201 perc = 1.0; in thread_eta()
203 perc = 0.0; in thread_eta()
208 if (perc_t < perc) in thread_eta()
209 perc = perc_t; in thread_eta()
[all …]
Dgclient.c318 char *status_message, double perc) in gfio_update_thread_status() argument
325 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), perc / 100.0); in gfio_update_thread_status()
330 double perc) in gfio_update_thread_status_all() argument
337 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), perc / 100.0); in gfio_update_thread_status_all()
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 …]
Doptions.c61 return bsp1->perc < bsp2->perc; in bs_cmp()
67 unsigned int i, perc, perc_missing; in bssplit_ddir() local
97 perc = atoi(perc_str); in bssplit_ddir()
98 if (perc > 100) in bssplit_ddir()
99 perc = 100; in bssplit_ddir()
100 else if (!perc) in bssplit_ddir()
101 perc = -1U; in bssplit_ddir()
103 perc = -1U; in bssplit_ddir()
117 bssplit[i].perc = perc; in bssplit_ddir()
126 perc = perc_missing = 0; in bssplit_ddir()
[all …]
Dio_u.c458 long perc = 0; in __get_next_buflen() local
465 perc += bsp->perc; in __get_next_buflen()
466 if ((r <= ((FRAND_MAX / 100L) * perc)) && in __get_next_buflen()
1873 unsigned int perc = td->o.compress_percentage; in fill_io_buffer() local
1882 if (perc) { in fill_io_buffer()
1889 fill_random_buf_percentage(rs, buf, perc, seg, in fill_io_buffer()
Dcconv.c105 o->bssplit[i][j].perc = le32_to_cpu(top->bssplit[i][j].perc); in convert_thread_options_to_cpu()
423 top->bssplit[i][j].perc = cpu_to_le32(o->bssplit[i][j].perc); in convert_thread_options_to_net()
Dparse.c340 int perc = 0; in str_to_decimal() local
342 mult = get_mult_bytes(str, len, data, &perc); in str_to_decimal()
343 if (perc) in str_to_decimal()
Dthread_options.h29 uint32_t perc; member
/external/fio/t/
Dbtrace2fio.c613 float perc; in __output_p_ascii() local
620 perc = ((float) o->ios[i] * 100.0) / (float) total; in __output_p_ascii()
621 printf("\tios: %lu (perc=%3.2f%%)\n", o->ios[i], perc); in __output_p_ascii()
622 perc = ((float) o->merges[i] * 100.0) / (float) total; in __output_p_ascii()
623 printf("\tmerges: %lu (perc=%3.2f%%)\n", o->merges[i], perc); in __output_p_ascii()
624 perc = ((float) o->seq[i] * 100.0) / (float) o->ios[i]; in __output_p_ascii()
625 printf("\tseq: %lu (perc=%3.2f%%)\n", (unsigned long) o->seq[i], perc); in __output_p_ascii()
631 perc = (((float) bs->nr * 100.0) / (float) o->ios[i]); in __output_p_ascii()
632 printf("\tbs=%u, perc=%3.2f%%\n", bs->bs, perc); in __output_p_ascii()
653 float perc; in __output_p_fio() local
[all …]
Ddedupe.c345 float perc; in show_progress() local
359 perc = (float) nitems / (float) total; in show_progress()
360 perc *= 100.0; in show_progress()
366 printf("%3.2f%% done (%luKB/sec)\r", perc, this_items); in show_progress()
370 printf("%3.2f%% done\r", perc); in show_progress()
482 double perc, ratio; in show_stat() local
492 perc = 1.00 - ((double) nchunks / (double) nextents); in show_stat()
493 perc *= 100.0; in show_stat()
494 printf("Fio setting: dedupe_percentage=%u\n", (int) (perc + 0.50)); in show_stat()
Dgenzipf.c178 double perc, perc_i; in main() local
292 perc = 0.0; in main()
310 perc += perc_i; in main()
312 i ? "|->" : "Top", perc, os->output, os->nranges, in main()
/external/fio/profiles/
Dact.c355 double perc = 0.0; in show_slice() local
358 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios; in show_slice()
359 if ((perc * 10.0) >= act_pass[i].max_perm) in show_slice()
361 log_info("\t%2.2f", perc); in show_slice()
364 double perc = 0.0; in show_slice() local
367 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios; in show_slice()
368 log_info("\t%2.2f", perc); in show_slice()
/external/iproute2/tipc/
Dlink.c204 static uint32_t perc(uint32_t count, uint32_t total) in perc() function
250 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]), proft), in _show_link_stat()
251 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]), proft), in _show_link_stat()
252 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]), proft), in _show_link_stat()
253 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]), proft), in _show_link_stat()
254 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]), proft), in _show_link_stat()
255 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]), proft), in _show_link_stat()
256 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]), proft)); in _show_link_stat()
/external/valgrind/massif/
Dms_print.in205 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),
/external/objenesis/main/src/org/objenesis/instantiator/perc/
DPercInstantiator.java16 package org.objenesis.instantiator.perc;
DPercSerializationInstantiator.java16 package org.objenesis.instantiator.perc;
/external/objenesis/main/src/org/objenesis/strategy/
DSerializingInstantiatorStrategy.java26 import org.objenesis.instantiator.perc.PercSerializationInstantiator;
DStdInstantiatorStrategy.java23 import org.objenesis.instantiator.perc.PercInstantiator;
/external/icu/icu4c/source/data/locales/
Dhu.txt1471 dn{"perc"}
1474 one{"{0} perc múlva"}
1475 other{"{0} perc múlva"}
1484 dn{"perc"}
1487 one{"{0} perc múlva"}
1488 other{"{0} perc múlva"}
1497 dn{"perc"}
1500 one{"{0} perc múlva"}
1501 other{"{0} perc múlva"}
/external/opencv3/modules/features2d/src/kaze/
Dnldiffusion_functions.h29 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, in…
Dnldiffusion_functions.cpp211 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, in… in compute_k_percentile() argument
269 nthreshold = (int)(npoints*perc); in compute_k_percentile()
/external/icu/icu4j/perf-tests/perldriver/
DOutput.pm24 my $perc = 100; #for percent
/external/icu/icu4c/source/test/perf/perldriver/
DOutput.pm24 my $perc = 100; #for percent
/external/icu/icu4c/source/data/unit/
Dhu.txt213 dnam{"perc"}
214 one{"{0} perc"}
215 other{"{0} perc"}
216 per{"{0}/perc"}
/external/libopus/
DREADME93 -loss <perc> : simulate packet loss, in percent (0-100); default: 0
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_klex.pkb533 …ND!9"2#Qpenser5CND!9Qpensionnaires4 pensions�pensée3 pensées2percée�perdu�perdu…

12