Searched refs:calc_tickmarks (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | tickmarks.c | 90 int calc_tickmarks(double min, double max, int nticks, struct tickmark **tm, in calc_tickmarks() function 129 nticks = calc_tickmarks(x, y, 10, &tm);
|
D | tickmarks.h | 9 int calc_tickmarks(double min, double max, int nticks, struct tickmark **tm,
|
D | graph.c | 322 nticks = calc_tickmarks(minx, maxx, nticks, &tm, &power_of_ten, in graph_draw_x_ticks() 378 nticks = calc_tickmarks(miny, maxy, nticks, &tm, &power_of_ten, in graph_draw_y_ticks()
|