Home
last modified time | relevance | path

Searched refs:power_of_ten (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dtickmarks.c42 static void shorten(struct tickmark *tm, int nticks, int *power_of_ten, in shorten() argument
57 *power_of_ten = 9; in shorten()
61 *power_of_ten = 6; in shorten()
64 *power_of_ten = 3; in shorten()
67 *power_of_ten = 0; in shorten()
70 if (*power_of_ten < minshorten) in shorten()
71 minshorten = *power_of_ten; in shorten()
91 int *power_of_ten, int use_KMG_symbols, int base_offset) in calc_tickmarks() argument
117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset); in calc_tickmarks()
Dtickmarks.h10 int *power_of_ten, int use_KMG_symbols, int base_off);
Dgraph.c319 int i, power_of_ten; in graph_draw_x_ticks() local
322 nticks = calc_tickmarks(minx, maxx, nticks, &tm, &power_of_ten, in graph_draw_x_ticks()
325 g->x_axis_unit_change_callback(g, power_of_ten); in graph_draw_x_ticks()
375 int i, power_of_ten; in graph_draw_y_ticks() local
378 nticks = calc_tickmarks(miny, maxy, nticks, &tm, &power_of_ten, in graph_draw_y_ticks()
381 g->y_axis_unit_change_callback(g, power_of_ten); in graph_draw_y_ticks()
Dgraph.h73 typedef void (*graph_axis_unit_change_callback)(struct graph *g, int power_of_ten);