Lines Matching refs:left
120 | left # | # right | hsync |
171 (0, 0) is somewhere in the upper-left corner :-)
203 (0, 0) is somewhere in the upper-left corner :-)
223 panning needs an extra 64 pixels on the left to prefetch the pixels that
224 `fall off' on the left.
288 xres yres left right upper lower hsync vsync
299 xres yres left right upper lower hsync vsync
349 - the left visible part begins at 360 (SHRES; HIRES:180, LORES:90),
2595 int shift = dst_idx - src_idx, left, right;
2648 left = -shift & (BITS_PER_LONG - 1);
2659 *dst = comp(*src << left, *dst, first);
2664 *dst = comp(d0 << left | d1 >> right, *dst,
2679 *dst = comp(d0 << left | d1 >> right, *dst,
2691 *dst++ = d0 << left | d1 >> right;
2694 *dst++ = d0 << left | d1 >> right;
2697 *dst++ = d0 << left | d1 >> right;
2700 *dst++ = d0 << left | d1 >> right;
2706 *dst++ = d0 << left | d1 >> right;
2714 *dst = comp(d0 << left, *dst, last);
2718 *dst = comp(d0 << left | d1 >> right,
2735 int shift = dst_idx - src_idx, left, right;
2799 left = -shift & (BITS_PER_LONG - 1);
2807 *dst = comp(*src << left, *dst, first);
2815 *dst = comp(d0 >> right | d1 << left, *dst,
2824 *dst = comp(d0 << left, *dst, first);
2830 *dst = comp(d0 >> right | d1 << left, *dst,
2842 *dst-- = d0 >> right | d1 << left;
2845 *dst-- = d0 >> right | d1 << left;
2848 *dst-- = d0 >> right | d1 << left;
2851 *dst-- = d0 >> right | d1 << left;
2857 *dst-- = d0 >> right | d1 << left;
2863 if (m <= left) {
2869 *dst = comp(d0 >> right | d1 << left,
2887 int shift = dst_idx - src_idx, left, right;
2940 left = -shift & (BITS_PER_LONG - 1);
2951 *dst = comp(~*src << left, *dst, first);
2956 *dst = comp(d0 << left | d1 >> right, *dst,
2971 *dst = comp(d0 << left | d1 >> right, *dst,
2983 *dst++ = d0 << left | d1 >> right;
2986 *dst++ = d0 << left | d1 >> right;
2989 *dst++ = d0 << left | d1 >> right;
2992 *dst++ = d0 << left | d1 >> right;
2998 *dst++ = d0 << left | d1 >> right;
3006 *dst = comp(d0 << left, *dst, last);
3010 *dst = comp(d0 << left | d1 >> right,