HomeSort by relevance Sort by last modified time
    Searched full:graph_value (Results 1 - 1 of 1) sorted by null

  /external/fio/
graph.c 52 struct graph_value { struct
190 struct graph_value *i;
192 i = flist_entry(entry, struct graph_value, list);
250 struct graph_value *i;
252 i = flist_entry(entry, struct graph_value, list);
488 typedef double (*xy_value_extractor)(struct graph_value *v);
490 static double getx(struct graph_value *v)
496 static double gety(struct graph_value *v)
506 struct graph_value *j;
514 j = flist_entry(jentry, struct graph_value, list)
    [all...]

Completed in 49 milliseconds