Searched refs:ovals (Results 1 – 5 of 5) sorted by relevance
/external/fio/ |
D | stat.c | 128 unsigned int *ovals = NULL; in calc_clat_percentiles() local 160 ovals = realloc(ovals, oval_len * sizeof(unsigned int)); in calc_clat_percentiles() 163 ovals[j] = plat_idx_to_val(i); in calc_clat_percentiles() 164 if (ovals[j] < *minv) in calc_clat_percentiles() 165 *minv = ovals[j]; in calc_clat_percentiles() 166 if (ovals[j] > *maxv) in calc_clat_percentiles() 167 *maxv = ovals[j]; in calc_clat_percentiles() 177 *output = ovals; in calc_clat_percentiles() 188 unsigned int *ovals; in show_clat_percentiles() local 192 len = calc_clat_percentiles(io_u_plat, nr, plist, &ovals, &maxv, &minv); in show_clat_percentiles() [all …]
|
D | gclient.c | 1048 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, plist, len, 700.0, 300.0); 1167 if (ovals) [all …]
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 217 points into circles or ovals.
|
/external/skia/bench/ |
D | Android.mk | 303 ../gm/ovals.cpp \
|
/external/skia/dm/ |
D | Android.mk | 459 ../gm/ovals.cpp \
|