Searched refs:rows (Results 1 - 25 of 38) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbcon-hga.c52 u_int rows, y1, y2; local
57 for (rows = height*fontheight(p); rows--; ) {
67 for (rows = height*fontheight(p); rows--;) {
81 u_int rows, y; local
87 for (rows = height*fontheight(p); rows--; y++) {
101 u_int rows, y, bold, revs, underl; local
110 for (rows
127 u_int rows, y, y0, bold, revs, underl; local
159 u_int rows, y; local
[all...]
H A Dfbcon-mfb.c39 u_int rows; local
48 for (rows = height*fontheight(p); rows--;) {
56 for (rows = height*fontheight(p); rows--;) {
68 u_int rows; local
79 for (rows = height*fontheight(p); rows--; dest += p->next_line)
90 u_int rows, bold, revs, underl; local
99 for (rows
115 u_int rows, bold, revs, underl; local
145 u_int rows; local
[all...]
H A Dfbcon-cfb2.c60 int bytes = p->next_line, linesize = bytes * fontheight(p), rows; local
72 for (rows = height * fontheight(p) ; rows-- ;) {
83 for (rows = height * fontheight(p) ; rows-- ;) {
96 int bytes=p->next_line,lines=height * fontheight(p), rows, i; local
113 for (rows = lines; rows-- ; dest0 += bytes) {
128 int bytes=p->next_line,rows; local
142 for (rows
153 int rows,bytes=p->next_line; local
180 int bytes=p->next_line, rows; local
[all...]
H A Dfbcon-cfb4.c60 int bytes = p->next_line, linesize = bytes * fontheight(p), rows; local
72 for (rows = height * fontheight(p) ; rows-- ;) {
83 for (rows = height * fontheight(p) ; rows-- ;) {
96 int bytes=p->next_line,lines=height * fontheight(p), rows, i; local
115 for (rows = lines; rows-- ; dest0 += bytes) {
130 int bytes=p->next_line,rows; local
144 for (rows
155 int rows,bytes=p->next_line; local
184 int bytes=p->next_line, rows; local
[all...]
H A Dfbcon-sti.c119 u_int rows; local
128 for (rows = height*fontheight(p); rows--;) {
136 for (rows = height*fontheight(p); rows--;) {
150 u_int rows; local
161 for (rows = height*fontheight(p); rows--; dest += p->next_line)
173 u_int rows, bold, revs, underl; local
182 for (rows
200 u_int rows, bold, revs, underl; local
246 u_int rows; local
[all...]
H A Dfbcon-cfb8.c51 int bytes = p->next_line, linesize = bytes * fontheight(p), rows; local
68 for (rows = height * fontheight(p) ; rows-- ;) {
76 for (rows = height * fontheight(p) ; rows-- ;) {
115 int bytes=p->next_line,rows; local
134 for (rows = fontheight(p) ; rows-- ; dest += bytes)
138 for (rows = fontheight(p) ; rows
162 int rows,bytes=p->next_line; local
220 int bytes=p->next_line, rows; local
[all...]
H A Dfbcon-ilbm.c79 u_int i, rows; local
85 for (rows = height*fontheight(p); rows--;) {
101 u_int rows, i; local
110 for (rows = fontheight(p); rows--;) {
151 u_int rows, i; local
168 for (rows = fontheight(p); rows--;) {
199 for (rows
235 u_int rows, i; local
[all...]
H A Dfbcon-cfb16.c46 int bytes = p->next_line, linesize = bytes * fontheight(p), rows; local
67 for (rows = height * fontheight(p); rows--;) {
75 for (rows = height * fontheight(p); rows--;) {
126 int bytes = p->next_line, rows; local
141 for (rows = fontheight(p); rows--; dest += bytes) {
154 for (rows = fontheight(p); rows
177 int rows, bytes = p->next_line; local
234 int bytes = p->next_line, rows; local
[all...]
H A Dfbcon-iplan2p2.c179 int rows, cols; local
206 for (rows = colsize; rows > 0; --rows) {
230 for(rows = colsize; rows > 0; --rows) {
269 int rows; local
315 for (rows = lines; rows
326 int rows; local
356 int rows; local
[all...]
H A Dfbcon-iplan2p4.c187 int rows, cols; local
215 for(rows = colsize; rows > 0; --rows) {
239 for(rows = colsize; rows > 0; --rows) {
280 int rows; local
325 for(rows = lines; rows
336 int rows; local
366 int rows; local
[all...]
H A Dfbcon-vga.c103 int rows; local
112 for (rows = height; rows-- ;) {
120 for (rows = height; rows-- ;) {
132 int rows; local
137 for (rows = height; rows-- ; dest += p->next_line/2)
H A Dfbcon-cfb24.c35 int bytes = p->next_line, linesize = bytes * fontheight(p), rows; local
57 for (rows = height * fontheight(p); rows--;) {
65 for (rows = height * fontheight(p); rows--;) {
140 int bytes = p->next_line, rows; local
153 for (rows = fontheight(p); rows--; dest += bytes) {
190 int rows, bytes = p->next_line; local
205 for (rows
242 int bytes = p->next_line, rows; local
[all...]
H A Dfbcon-cfb32.c35 int bytes = p->next_line, linesize = bytes * fontheight(p), rows; local
56 for (rows = height * fontheight(p); rows--;) {
64 for (rows = height * fontheight(p); rows--;) {
117 int bytes = p->next_line, rows; local
129 for (rows = fontheight(p); rows--; dest += bytes) {
163 int rows, bytes = p->next_line; local
177 for (rows
211 int bytes = p->next_line, rows; local
[all...]
H A Ddn_cfb8.c434 u_int rows;
443 for (rows = height*p->fontheight; rows--;) {
451 for (rows = height*p->fontheight; rows--;) {
464 u_int rows; local
474 for (rows = height*p->fontheight; rows--; dest += p->next_line)
485 u_int rows, bold, revs, underl; local
496 for (rows
512 u_int rows, bold, revs, underl; local
540 u_int rows; local
[all...]
H A Dfbcon-iplan2p8.c219 int rows, cols; local
247 for(rows = colsize; rows > 0; --rows) {
272 for(rows = colsize; rows > 0; --rows) {
312 int rows; local
358 for(rows = lines; rows
368 int rows; local
398 int rows; local
[all...]
H A Dfbcon-mac.c271 u_int rows, bold, ch_reverse, ch_underline; local
280 for (rows = 0; rows < fontheight(p); rows++) {
283 if (ch_underline && rows == (fontheight(p)-2))
291 plot_pixel_mac(p, (d & 0x80) >> 7, (xx*fontwidth(p)) + j, (yy*fontheight(p)) + rows);
312 u_int rows, j; local
314 for (rows = 0; rows < fontheight(p); rows
[all...]
H A Ddnfb.c450 u_int rows; local
459 for (rows = height*fontheight; rows--;) {
467 for (rows = height*fontheight; rows--;) {
H A Ddn_cfb4.c450 u_int rows; local
459 for (rows = height*fontheight; rows--;) {
467 for (rows = height*fontheight; rows--;) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dcpu-sa1110.c36 u_char rows; /* bits */ member in struct:sdram_params
52 rows: 12,
62 rows: 12,
72 rows: 14,
171 u_int ns_row = (sdram->refresh * 1000) >> sdram->rows;
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dmconf.c92 static int rows, cols; variable
115 rows = 24;
118 rows = ws.ws_row;
122 if (rows < 19 || cols < 80) {
128 rows -= 4;
355 menu_instructions, rows, cols, rows - 10,
448 show_textbox(title, text, rows, cols);
471 while (dialog_textbox(NULL, "config/README.Menuconfig", rows, cols) < 0)
604 rows
[all...]
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djmemmgr.c154 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */
170 JDIMENSION maxaccess; /* max rows accessed by access_virt_barray */
338 * deliberately bunch rows together to ensure a large request size.
386 * blocks, we allocate the sample rows in groups of as many rows as possible
389 * this chunking of rows. The rowsperchunk value is left in the mem manager
405 /* Calculate max # of rows allowed in one allocation chunk */
420 /* Get the rows themselves (large objects) */
453 /* Calculate max # of rows allowed in one allocation chunk */
468 /* Get the rows themselve
693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tools/
H A Dcjk_tab_to_h.c53 int rows; /* number of possible values for the 1st byte */ member in struct:__anon11965
63 int** charset2uni; /* charset2uni[0..rows-1][0..cols-1] is valid */
66 int* charsetpage; /* charsetpage[0..rows]: how large is a page for a row */
111 enc->charset2uni = (int**) malloc(enc->rows*sizeof(int*));
112 for (row = 0; row < enc->rows; row++)
115 for (row = 0; row < enc->rows; row++)
177 for (row = 0; row < enc->rows; row++)
199 for (row = 0; row < enc->rows; row++)
224 enc->charset2uni = (int**) malloc(enc->rows*sizeof(int*));
225 for (row = 0; row < enc->rows; ro
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_draminit.c362 uint8_t rows; /* or SMBbus */ member in struct:csdata_s
486 * * Obtain #rows, #cols, #banks, and module size
544 * - The number of rows, columns, and banks on the memory devices
1510 cs->rows = spd[JEDEC_SPD_ROWS];
1515 * the rows/columns, the bank byte says how *many* banks
1580 oddcs->rows = cs->rows;
1719 cs->rows = init->geom.geom_rows;
2137 int rows,columns,banks; local
2187 rows
2348 int rows,columns,banks; local
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/include/
H A Dsb1250_draminit.h104 #define DRAM_CS_GEOM(csel,rows,cols,banks) \
105 .byte MCR_GEOM,csel,rows,cols,banks,0,0,0,0,0,0,0 ;
127 #define DRAM_CS_GEOM(csel,rows,cols,banks) \
128 {MCR_GEOM,csel,rows,cols,banks,0,0,0,0,0,0,0}
218 uint8_t geom_rows; /* rows */
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dvi.c145 static int rows, columns; // the terminal screen is this size variable
411 rows = 24;
417 new_screen(rows, columns); // get memory for virtual screen
550 place_cursor(rows, 0, FALSE); // go to bottom of screen
874 dot_scroll(rows - 2, -1);
885 dot_scroll((rows - 2) / 2, 1);
892 dot_scroll(rows - 2, 1);
932 dot_scroll((rows - 2) / 2, -1);
1306 if (cmdcnt > (rows - 1)) {
1307 cmdcnt = (rows
[all...]

Completed in 247 milliseconds

12