Lines Matching refs:x2
341 height = ((((uint_t)xvovf & 0x2) >> 1 << 10) |
592 maxdac = (ramdac_ctrl & 0x2) ? 255 : 63;
778 register uint_t const x2,
814 ((x2 - x1) << 16) | (y2 - y1)))
828 register uint_t const x2,
875 ((x2 - x1) << 16) | (y2 - y1)))
889 register uint_t const x2,
919 if (x1 < x2)
920 GAbsX = x2 - x1;
922 GAbsX = x1 - x2;
939 if (x1 >= x2)