Searched defs:ovals (Results 1 - 2 of 2) sorted by last modified time

/external/fio/
H A Dgclient.c1048 static GtkWidget *gfio_output_clat_percentiles(unsigned int *ovals, argument
1086 ovals[i] = (ovals[i] + 999) / 1000;
1087 gtk_list_store_set(model, &iter, i, ovals[i], -1);
1093 static struct graph *setup_clat_graph(char *title, unsigned int *ovals, argument
1112 graph_add_data(g, l, (double) ovals[i]);
1125 unsigned int *ovals, len, minv, maxv, scale_down; local
1131 len = calc_clat_percentiles(io_u_plat, nr, plist, &ovals, &maxv, &minv);
1148 tree_view = gfio_output_clat_percentiles(ovals, plist, len, base, scale_down);
1149 ge->clat_graph = setup_clat_graph(tmp, ovals, plis
[all...]
H A Dstat.c128 unsigned int *ovals = NULL; local
160 ovals = realloc(ovals, oval_len * sizeof(unsigned int));
163 ovals[j] = plat_idx_to_val(i);
164 if (ovals[j] < *minv)
165 *minv = ovals[j];
166 if (ovals[j] > *maxv)
167 *maxv = ovals[j];
177 *output = ovals;
188 unsigned int *ovals; local
604 unsigned int *ovals = NULL; local
676 unsigned int *ovals = NULL; local
[all...]

Completed in 81 milliseconds