taglinefilesource code
dest01944arch/m68k/console/fbcon.cu_char *dest, *dest0, *cdat;
dest01948arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
dest01955arch/m68k/console/fbcon.cdest = dest0++;
dest02108arch/m68k/console/fbcon.cu_char *dest0, *dest, *cdat1, *cdat2, *cdat3, *cdat4;
dest02114arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
dest02121arch/m68k/console/fbcon.cdest = dest0++;
dest02150arch/m68k/console/fbcon.cdest = dest0;
dest02175arch/m68k/console/fbcon.cdest0 += 4;
dest02184arch/m68k/console/fbcon.cu_char *dest, *dest0;
dest02188arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
dest02197arch/m68k/console/fbcon.cfor (i = p->var.bits_per_pixel; i--; dest0 += p->next_plane) {
dest02199arch/m68k/console/fbcon.cdest = dest0;
dest02221arch/m68k/console/fbcon.cu_char *src, *dest, *src0, *dest0;
dest02234arch/m68k/console/fbcon.cdest0 = p->screen_base+dy*p->fontheight*p->next_line+dx;
dest02237arch/m68k/console/fbcon.cdest = dest0;
dest02244arch/m68k/console/fbcon.cdest0 += p->next_plane;
dest02248arch/m68k/console/fbcon.cdest0 = p->screen_base+(dy+height)*p->fontheight*p->next_line+dx;
dest02251arch/m68k/console/fbcon.cdest = dest0;
dest02258arch/m68k/console/fbcon.cdest0 += p->next_plane;
dest02267arch/m68k/console/fbcon.cu_char *dest, *dest0;
dest02271arch/m68k/console/fbcon.cdest0 = p->screen_base+sy*p->fontheight*p->next_line+sx;
dest02274arch/m68k/console/fbcon.cfor (i = p->var.bits_per_pixel; i--; dest0 += p->next_plane) {
dest02275arch/m68k/console/fbcon.cdest = dest0;
dest02289arch/m68k/console/fbcon.cu_char *dest, *dest0, *cdat, *cdat0;
dest02296arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
dest02301arch/m68k/console/fbcon.cfor (i = p->var.bits_per_pixel; i--; dest0 += p->next_plane) {
dest02302arch/m68k/console/fbcon.cdest = dest0;
dest02331arch/m68k/console/fbcon.cu_char *dest, *dest0, *dest1;
dest02338arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
dest02345arch/m68k/console/fbcon.cdest1 = dest0++;
dest02377arch/m68k/console/fbcon.cdest1 = dest0;
dest02408arch/m68k/console/fbcon.cdest0 += 4;
dest02417arch/m68k/console/fbcon.cu_char *dest, *dest0;
dest02421arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
dest02430arch/m68k/console/fbcon.cfor (i = p->var.bits_per_pixel; i--; dest0 += p->next_plane) {
dest02432arch/m68k/console/fbcon.cdest = dest0;
dest02664arch/m68k/console/fbcon.cu_char   *dest, *dest0;
dest02671arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*4 + (x & 1);
dest02681arch/m68k/console/fbcon.cfor(rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) {
dest02686arch/m68k/console/fbcon.cINC_2P(dest0);
dest02927arch/m68k/console/fbcon.cu_char   *dest, *dest0;
dest02934arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*8 + (x & 1);
dest02951arch/m68k/console/fbcon.cfor(rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) {
dest02956arch/m68k/console/fbcon.cINC_4P(dest0);
dest03212arch/m68k/console/fbcon.cu_char   *dest, *dest0;
dest03219arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*16 + (x & 1);
dest03237arch/m68k/console/fbcon.cfor(rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) {
dest03247arch/m68k/console/fbcon.cINC_8P(dest0);
dest03333arch/m68k/console/fbcon.cu_char *dest0,*dest;
dest03350arch/m68k/console/fbcon.cdest0=dest;
dest03351arch/m68k/console/fbcon.cfor (rows = lines; rows-- ; dest0 += bytes) {
dest03352arch/m68k/console/fbcon.cdest=dest0;
dest03395arch/m68k/console/fbcon.cu_char *cdat, c, *dest, *dest0;
dest03399arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + x * 8;
dest03411arch/m68k/console/fbcon.cfor (rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) {
dest03417arch/m68k/console/fbcon.cdest0+=8;
dest03489arch/m68k/console/fbcon.cu_char *dest0,*dest;
dest03508arch/m68k/console/fbcon.cdest0=dest;
dest03509arch/m68k/console/fbcon.cfor (rows = lines; rows-- ; dest0 += bytes) {
dest03510arch/m68k/console/fbcon.cdest=dest0;
dest03560arch/m68k/console/fbcon.cu_char *cdat, c, *dest, *dest0;
dest03564arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + x * 16;
dest03576arch/m68k/console/fbcon.cfor (rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) {
dest03586arch/m68k/console/fbcon.cdest0+=16;
dest03683arch/m68k/console/fbcon.cu_char *dest, *dest0, *cdat;
dest03689arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+8*x;
dest03698arch/m68k/console/fbcon.cdest = dest0;
dest03699arch/m68k/console/fbcon.cdest0 += 8;