Home
last modified time | relevance | path

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

12

/external/fio/
Deta.c163 unsigned int perc = 50; in thread_eta() local
166 perc = td->o.rwmix[DDIR_WRITE]; in thread_eta()
168 bytes_total += (bytes_total * perc) / 100; in thread_eta()
174 double perc, perc_t; in thread_eta() local
179 perc = (double) bytes_done / (double) bytes_total; in thread_eta()
180 if (perc > 1.0) in thread_eta()
181 perc = 1.0; in thread_eta()
183 perc = 0.0; in thread_eta()
188 if (perc_t < perc) in thread_eta()
189 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 = -1; in bssplit_ddir()
103 perc = -1; in bssplit_ddir()
117 bssplit[i].perc = perc; in bssplit_ddir()
126 perc = perc_missing = 0; in bssplit_ddir()
[all …]
Dio_u.c463 long perc = 0; in __get_next_buflen() local
470 perc += bsp->perc; in __get_next_buflen()
471 if ((r <= ((rand_max / 100L) * perc)) && in __get_next_buflen()
1836 unsigned int perc = td->o.compress_percentage; in fill_io_buffer() local
1838 if (perc) { in fill_io_buffer()
1846 perc, seg, max_bs); in fill_io_buffer()
Dcconv.c102 o->bssplit[i][j].perc = le32_to_cpu(top->bssplit[i][j].perc); in convert_thread_options_to_cpu()
415 top->bssplit[i][j].perc = cpu_to_le32(o->bssplit[i][j].perc); in convert_thread_options_to_net()
Dparse.c298 int perc = 0; in str_to_decimal() local
300 mult = get_mult_bytes(str, len, data, &perc); in str_to_decimal()
301 if (perc) in str_to_decimal()
Dthread_options.h28 uint32_t perc; member
/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/fio/t/
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/valgrind/main/massif/
Dms_print200 my $perc = safe_div_0(100 * $bytes, $mem_total_B);
210 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes),
233 $perc = safe_div_0(100 * $total_insig_children_szB, $mem_total_B);
236 $this_prefix2, $perc, commify($total_insig_children_szB),
Dms_print.in200 my $perc = safe_div_0(100 * $bytes, $mem_total_B);
210 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes),
233 $perc = safe_div_0(100 * $total_insig_children_szB, $mem_total_B);
236 $this_prefix2, $perc, commify($total_insig_children_szB),
/external/chromium-trace/trace-viewer/src/tracing/tracks/
Druler_track.js118 var perc = (len - 10) / len;
119 var bx = x1 + perc * dx;
120 var by = y1 + perc * dy;
/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.txt1268 dn{"perc"}
1271 one{"{0} perc múlva"}
1272 other{"{0} perc múlva"}
1445 one{"{0} perc"}
1446 other{"{0} perc"}
1500 one{"{0} perc"}
1501 other{"{0} perc"}
/external/chromium_org/third_party/opus/src/
DREADME.draft51 -loss <perc> : simulate packet loss, in percent (0-100); default: 0
DREADME93 -loss <perc> : simulate packet loss, in percent (0-100); default: 0
/external/chromium_org/third_party/icu/source/data/locales/
Dhu.txt1268 dn{"perc"}
1271 one{"{0} perc múlva"}
1272 other{"{0} perc múlva"}
1454 one{"{0} perc"}
1455 other{"{0} perc"}
/external/icu/icu4c/source/test/perf/perldriver/
DOutput.pm24 my $perc = 100; #for percent
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
DOutput.pm24 my $perc = 100; #for percent
/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…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_lexpos.utf2430 N_F_SG^V_PART "percée" :G2P

12