last_step        1150 drivers/video/fbdev/tgafb.c 	int depos, sepos, backward, last_step, step;
last_step        1179 drivers/video/fbdev/tgafb.c 	last_step = width % 32;
last_step        1182 drivers/video/fbdev/tgafb.c 	mask_last = (1ul << last_step) - 1;
last_step        1186 drivers/video/fbdev/tgafb.c 		last_step = 32;
last_step        1189 drivers/video/fbdev/tgafb.c 		last_step = -last_step;
last_step        1234 drivers/video/fbdev/tgafb.c 			sfb += last_step - step;
last_step        1235 drivers/video/fbdev/tgafb.c 			dfb += last_step - step;
last_step         366 kernel/power/main.c 	int i, index, last_dev, last_errno, last_step;
last_step         372 kernel/power/main.c 	last_step = suspend_stats.last_failed_step + REC_FAILED_NUM - 1;
last_step         373 kernel/power/main.c 	last_step %= REC_FAILED_NUM;
last_step         408 kernel/power/main.c 				suspend_stats.failed_steps[last_step]));
last_step         410 kernel/power/main.c 		index = last_step + REC_FAILED_NUM - i;