y1               1488 altq/altq_hfsc.c 	u_int64_t	y1, y2, dx, dy;
y1               1492 altq/altq_hfsc.c 		y1 = rtsc_x2y(rtsc, x);
y1               1493 altq/altq_hfsc.c 		if (y1 < y)
y1               1507 altq/altq_hfsc.c 	y1 = rtsc_x2y(rtsc, x);
y1               1508 altq/altq_hfsc.c 	if (y1 <= y) {
y1               1529 altq/altq_hfsc.c 	dx = ((y1 - y) << SM_SHIFT) / (isc->sm1 - isc->sm2);
y1                704 dev/ic/sti.c   sti_bmove(scr, x1, y1, x2, y2, h, w, f)
y1                706 dev/ic/sti.c   	int x1, y1, x2, y2, h, w;
y1                735 dev/ic/sti.c   	a.in.srcy = y1;
y1               2208 dev/pci/if_wpi.c #define interpolate(x, x1, y1, x2, y2, n)	\
y1               2209 dev/pci/if_wpi.c 	((y1) + fdivround(((x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))