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