Lines Matching defs:hstop

901 		int     hstart, hstop, vstart, vstop, j;
923 hstop = x + (w >> 1);
942 hstop -= d << 1;
967 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
976 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
1094 int hstart, hstop, vstart, vstop, j;
1118 hstop = x + (w >> 1);
1137 hstop -= d << 1;
1162 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
1171 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
1323 int hstart, hstop, vstart, vstop;
1347 hstop = x + (w >> 1);
1367 hstop -= d << 1;
1392 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
1402 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
1875 int hstart, hstop, vstart, vstop, j;
1902 hstop = x + (w >> 2);
1911 printf (" hstart %04x hstop %04x vstart %04x vstop %04x ddfstart %04x\n",
1912 hstart, hstop, vstart, vstop, ddfstart);
1929 hstop -= d << 1;
1938 printf (" hstart %04x hstop %04x vstart %04x vstop %04x ddfstart %04x\n",
1939 hstart, hstop, vstart, vstop, ddfstart);
1999 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
2005 tmp->cp.inst.operand = (vstop & 0x0700) | ((hstop & 0x0100) << 5);
2031 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
2210 int hstart, hstop, vstart, vstop, j;
2226 hstop = x + (w >> 2);
2242 if ((hstop >> 1) > super72_htotal) {
2245 d = (hstop >> 1) - super72_htotal;
2248 hstop -= d << 1;
2298 CALC_DIWHIGH(hstart, vstart, hstop, vstop);
2307 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
2451 int hstart, hstop, vstart, vstop, j;
2473 hstop = x + (w >> 1);
2491 hstop -= d << 1;
2513 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
2522 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
2626 int hstart, hstop, vstart, vstop, j;
2648 hstop = x + (w >> 1);
2667 hstop -= d << 1;
2689 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
2698 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
2826 int hstart, hstop, vstart, vstop;
2849 hstop = x + (w >> 1);
2868 hstop -= d << 1;
2890 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
2899 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
3295 int hstart, hstop, vstart, vstop, j;
3322 hstop = x + (w >> 2);
3331 printf (" hstart %04x hstop %04x vstart %04x vstop %04x ddfstart %04x\n",
3332 hstart, hstop, vstart, vstop, ddfstart);
3349 hstop -= d << 1;
3358 printf (" hstart %04x hstop %04x vstart %04x vstop %04x ddfstart %04x\n",
3359 hstart, hstop, vstart, vstop, ddfstart);
3419 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
3425 tmp->cp.inst.operand = (vstop & 0x0700) | ((hstop & 0x0100) << 5);
3451 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);