Searched refs:graph_line_pair (Results 1 – 2 of 2) sorted by relevance
65 struct graph_line_pair { struct84 struct graph_line_pair data[]; argument
134 int size = sizeof(struct graph_line_data) + (stop_seconds + 1) * sizeof(struct graph_line_pair); in alloc_line_data()224 static double rolling_avg(struct graph_line_pair *data, int index, int distance) in rolling_avg()