Home | History | Annotate | Download | only in pci

Lines Matching defs:wb

1029 	int x, y, wb;
1065 wb = w * (dst->ri_depth / 8);
1070 xstart = wb;
1087 if (wb & ~63)
1090 for (xleft = wb, x = xstart; xleft >= 4 * 64;
1132 lastleft = wb & 63;
1134 lastx = xstart + (wb & ~63);
1149 if (wb & ~63)
1152 for (xleft = wb, x = xstart; xleft >= 4 * 64;
1194 lastleft = wb & 63;
1196 lastx = xstart - (wb & ~63);