x1                704 dev/ic/sti.c   sti_bmove(scr, x1, y1, x2, y2, h, w, f)
x1                706 dev/ic/sti.c   	int x1, y1, x2, y2, h, w;
x1                734 dev/ic/sti.c   	a.in.srcx = x1;
x1               2208 dev/pci/if_wpi.c #define interpolate(x, x1, y1, x2, y2, n)	\
x1               2209 dev/pci/if_wpi.c 	((y1) + fdivround(((x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))