Lines Matching defs:step
370 u_int32_t step = minfo->fbcon.var.xres_virtual >> 1;
373 unsigned int uaddr = sy * step + sx - 1;
378 uaddr += step;
382 unsigned int uaddr = sy * step + sx + width;
387 uaddr += step;
409 u_int32_t step;
421 step = (width + 7) >> 3;
422 charcell = height * step;
425 if (width == step << 3) {
457 if ((step & 3) == 0) {
461 } else if (step == 1) {
471 } else if (step == 2) {
486 for (i = 0; i < step; i += 4) {
490 chardata += step;