Home | History | Annotate | Download | only in fio

Lines Matching refs:xy

492 	struct xyvalue *xy = v->value;
493 return xy->x;
498 struct xyvalue *xy = v->value;
499 return xy->y;
819 struct xyvalue *xy;
826 xy = malloc(sizeof(*xy));
827 xy->x = x;
828 xy->y = y;
830 graph_label_add_value(i, xy, tooltip);