Searched refs:next_line (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.h4 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
6 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color,
8 void atafb_mfb_linefill(struct fb_info *info, u_long next_line,
12 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
14 void atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color,
16 void atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line,
20 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
22 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color,
24 void atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line,
28 void atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, in
[all...]
H A Datafb_mfb.c24 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, argument
31 if (sx == 0 && dx == 0 && width == next_line) {
36 src = (u8 *)info->screen_base + sy * next_line + (sx >> 3);
37 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3);
40 src += next_line;
41 dest += next_line;
44 src = (u8 *)info->screen_base + (sy + height - 1) * next_line + (sx >> 3);
45 dest = (u8 *)info->screen_base + (dy + height - 1) * next_line + (dx >> 3);
48 src -= next_line;
49 dest -= next_line;
54 atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
77 atafb_mfb_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
[all...]
H A Datafb_iplan2p2.c24 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, argument
51 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
52 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
64 l = next_line - w * 4;
74 0xff00ff00, height, next_line - BPL * 2);
76 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
77 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
90 l = next_line
193 atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
239 atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
[all...]
H A Datafb_iplan2p4.c24 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, argument
51 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
52 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
64 l = next_line - w * 4;
74 0xff00ff00, height, next_line - BPL * 2);
76 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
77 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
90 l = next_line
207 atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
253 atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
[all...]
H A Datafb_iplan2p8.c31 void atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, argument
58 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
59 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
61 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
71 l = next_line - w * 4;
81 0xff00ff00, height, next_line - BPL * 2);
83 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
84 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
89 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
97 l = next_line
242 atafb_iplan2p8_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
288 atafb_iplan2p8_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
[all...]
H A Damifb.c731 u_long next_line; /* modulo for next line */ member in struct:amifb_par
1278 info->fix.type_aux = par->next_line;
1962 dst_idx += rect->dy*par->next_line*8+rect->dx;
1976 dst_idx += par->next_line*8;
2054 dst_idx += dy*par->next_line*8+dx;
2055 src_idx += sy*par->next_line*8+sx;
2058 dst_idx -= par->next_line*8;
2059 src_idx -= par->next_line*8;
2069 dst_idx += par->next_line*8;
2070 src_idx += par->next_line*
[all...]
H A Datafb.c124 u_long next_line; member in struct:atafb_par
1376 //par->next_line = linelen;
1378 par->next_line = linelen;
1382 //par->next_line = yres_virtual * linelen;
2542 atafb_mfb_fillrect(info, par->next_line, rect->color,
2545 atafb_iplan2p2_fillrect(info, par->next_line, rect->color,
2548 atafb_iplan2p4_fillrect(info, par->next_line, rect->color,
2551 atafb_iplan2p8_fillrect(info, par->next_line, rect->color,
2590 atafb_mfb_copyarea(info, par->next_line, sy, sx, dy, dx, height, width);
2592 atafb_iplan2p2_copyarea(info, par->next_line, s
[all...]
H A Dpmag-aa-fb.c266 disp->next_line = 2048;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-plist.c124 goto next_line;
141 goto next_line;
145 goto next_line;
149 goto next_line;
160 next_line:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcut.c85 goto next_line;
97 goto next_line;
102 goto next_line;
109 goto next_line;
120 goto next_line;
158 next_line:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-plist.c164 goto next_line;
168 goto next_line;
172 goto next_line;
184 next_line:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-plist.c180 goto next_line;
184 goto next_line;
188 goto next_line;
200 next_line:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dsed.c846 char *pattern_space, *next_line; local
854 next_line = get_next_line(&next_gets_char);
861 pattern_space = next_line;
867 next_line = get_next_line(&next_gets_char);
888 || (sed_cmd->beg_line == -1 && next_line == NULL);
901 !next_line
1040 if (next_line) {
1042 pattern_space = next_line;
1044 next_line = get_next_line(&next_gets_char);
1053 free(next_line);
[all...]
H A Dvi.c212 static char *next_line(char *); // return pointer to next line B-o-l
923 q = next_line(q);
1045 q = next_line(ls);
1175 screenbegin = next_line(screenbegin);
1177 end_scr = next_line(end_scr);
1186 tp = next_line(tp);
1269 static char *next_line(char * p) // return pointer first char next line function
1286 q = next_line(q);
1315 q = next_line(q);
1363 dot = next_line(do
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcheckpatch.pl831 my $next_line = $line;
836 $prevline .= $next_line;
837 $display_segment .= "\n" . $next_line;
838 $next_line = $lines[$nr_line];
846 if (($prevline=~/\b(?:(if|while|for|switch)\s*\(.*\)|do|else)\s*$/) and ($next_line=~/{/) and
847 !($next_line=~/\b(?:if|while|for|switch|do|else)\b/) and !($next_line=~/\#define.*do.*while/)) {
849 print "$here\n$display_segment\n$next_line\n\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtsp.c532 goto next_line;
543 next_line:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html547 while ($_ = &next_line) {
1643 sub next_line { subroutine
1660 # used in pass 1, use &next_line
1665 while ($_ = &next_line) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html547 while ($_ = &next_line) {
1643 sub next_line { subroutine
1660 # used in pass 1, use &next_line
1665 while ($_ = &next_line) {

Completed in 284 milliseconds