Searched refs:rows (Results 51 - 75 of 214) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dsxunzip.c63 SIOUXSettings.rows = 40;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsvghelper.h6 extern void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
H A Dhelp.c75 int cols = 1, rows; local
86 rows = (cmds->cnt + cols - 1) / cols;
88 for (i = 0; i < rows; i++) {
92 unsigned int n = j * rows + i;
97 if (j == cols-1 || n + rows >= cmds->cnt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflashsv2enc.c104 int rows, cols; member in struct:FlashSV2Context
146 for (row = 0; row < s->rows; row++) {
152 b->height = (row < s->rows - 1) ?
221 s->rows = (s->image_height + s->block_height - 1) / s->block_height;
225 s->blocks_size = s->rows * s->cols * sizeof(Block);
265 for (i = 0; i < s->rows * s->cols; i++) {
632 for (row = 0; row < s->rows; row++) {
662 s->tot_blocks += s->rows * s->cols;
672 for (row = 0; row < s->rows; row++) {
740 double width = block_size_fraction * sqrt(0.5 * save * s->rows *
[all...]
H A Dvp5.c41 int rows, cols; local
57 rows = vp56_rac_gets(c, 8); /* number of stored macroblock rows */
59 if (!rows || !cols) {
61 cols << 4, rows << 4);
64 vp56_rac_gets(c, 8); /* number of displayed macroblock rows */
69 16*rows != s->avctx->coded_height) {
70 int ret = ff_set_dimensions(s->avctx, 16 * cols, 16 * rows);
H A Droqvideo.c33 int rows = sz; local
34 while(rows--) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dscanner.c53 int ret, rows; local
58 ret = sql_get_table(db, sql, &result, &rows, NULL);
59 if( rows )
76 int cols, rows, ret; local
85 ret = sql_get_table(db, sql, &result, &rows, &cols);
98 ret = sql_get_table(db, sql, &result2, &rows, NULL);
101 if( rows )
388 int rows, found = 0; local
418 if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) && rows )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dcon3270.c110 cp->view.cols * (cp->view.rows - 1));
112 cp->view.cols * cp->view.rows - 8);
145 nr = cp->view.rows - 2 + cp->nr_up;
147 if (nr < cp->view.rows - 1)
177 if (cp->nr_up != 0 && cp->nr_up + cp->view.rows > cp->nr_lines) {
178 cp->nr_up = cp->nr_lines - cp->view.rows + 1;
306 nr_up += cp->view.rows - 2;
307 if (nr_up + cp->view.rows - 1 > cp->nr_lines) {
308 nr_up = cp->nr_lines - cp->view.rows + 1;
314 nr_up -= cp->view.rows
[all...]
H A Dtty3270.c146 off = tp->view.cols * tp->view.rows - 9;
172 offset = tp->view.cols * (tp->view.rows - 2);
174 offset = tp->view.cols * tp->view.rows - 9;
211 offset = tp->view.cols * tp->view.rows - 9;
247 line = tp->view.rows - 3;
275 BUG_ON(tp->nr_lines <= tp->view.rows - 2);
286 tp->nr_up + tp->view.rows - 2 >= tp->nr_lines) {
287 tp->nr_up = tp->nr_lines - tp->view.rows + 2;
491 nr_up = tp->nr_up - tp->view.rows + 2;
514 nr_up = tp->nr_up + tp->view.rows
[all...]
H A Draw3270.c39 short model, rows, cols; member in struct:raw3270
568 rp->rows = 24;
573 rp->rows = 32;
578 rp->rows = 43;
583 rp->rows = 27;
659 /* Copy rows/columns of default Usable Area */
660 rp->rows = uap->uab.h;
668 rp->rows = uap->aua.hauai;
692 if (rp->rows == 24 && rp->cols == 80)
694 if (rp->rows
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dallocator.c56 int mas, col, rows; local
61 rows = 1;
66 if (rows > ri->used_rows) {
68 } else if (rows > 7) {
81 rows++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dstmpe-keypad.c59 * @max_rows: maximum number of rows supported
61 * @row_gpios: bitmask of gpios which can be used for rows
109 unsigned int rows; member in struct:stmpe_keypad
182 * {cols,rows}_gpios are bitmasks of which pins on the chip can be used
185 * keypad->{cols,rows} are a bitmask of which pins (of the ones useable
201 if (keypad->rows & (1 << i))
235 ret = stmpe_reg_write(stmpe, STMPE_KPC_ROW_LSB, keypad->rows);
242 keypad->rows >> 8);
309 keypad->rows |= 1 << KEY_ROW(key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhvscroll.tex22 only need to be known for the rows and columns that are currently visible.
26 used when all rows have a constant height and columns have a constant width.
42 base class know how many rows and columns it should display. After these
135 the average row height using some rows in the beginning, middle and the end.
137 If it is undesirable to query all these rows (some of which might be never
178 Get the number of rows this window contains (previously set by
186 Get the number of rows (X or width) and columns (Y or height) this window
256 return value is $0$ it means that no rows are currently shown (which only
274 Y, or X and Y means it is outside the range availible rows and/or columns.
356 shouldn't rely on the latter being called for all rows i
[all...]
H A Dgbposition.tex5 rows and columns managed by a \helpref{wxGridBagSizer}{wxgridbagsizer}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tools/
H A Dcjk_tab_to_h.c53 int rows; /* number of possible values for the 1st byte */ member in struct:__anon6913
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tools/
H A Dcjk_tab_to_h.c53 int rows; /* number of possible values for the 1st byte */ member in struct:__anon2460
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp5.c42 int rows, cols; local
58 rows = vp56_rac_gets(c, 8); /* number of stored macroblock rows */
60 if (!rows || !cols) {
62 cols << 4, rows << 4);
65 vp56_rac_gets(c, 8); /* number of displayed macroblock rows */
70 16*rows != s->avctx->coded_height) {
71 avcodec_set_dimensions(s->avctx, 16*cols, 16*rows);
H A Droqvideo.c33 int rows = sz; local
34 while(rows--) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dannouncer-common.h81 /* how many info hashes are in the 'rows' field */
85 struct tr_scrape_response_row rows[TR_MULTISCRAPE_MAX]; member in struct:__anon7307
H A Dannouncer-http.c407 struct tr_scrape_response_row * row = &response->rows[j];
468 memcpy( d->response.rows[i].info_hash, request->info_hash[i], SHA_DIGEST_LENGTH );
469 d->response.rows[i].seeders = -1;
470 d->response.rows[i].leechers = -1;
471 d->response.rows[i].downloads = -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dbrowser.c131 int cols, rows; local
132 newtGetScreenSize(&cols, &rows);
136 self->height = rows - 5;
139 self->y = (rows - self->height) / 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Datafb_utils.h358 static inline u32 *fill16_col(u32 *dst, int rows, u32 m[]) argument
360 while (rows) {
369 rows--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.h35 int vrows; /* number of virtual rows */
228 int rows = p->vrows; local
231 return ypos < rows ? ypos : ypos - rows;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dvi.c118 static int rows, columns; // the terminal screen is this size variable
454 rows = 24;
458 get_terminal_width_height(0, &columns, &rows);
459 new_screen(rows, columns); // get memory for virtual screen
563 place_cursor(rows, 0, FALSE); // go to bottom of screen
766 place_cursor(rows - 1, 0, FALSE); // go to Status line
845 place_cursor(rows - 1, 0, FALSE); // go to Status line, bottom of screen
856 place_cursor(rows - 1, 0, FALSE); // go to Status line, bottom of screen
957 place_cursor(rows - 1, 0, FALSE); // go to Status line, bottom of screen
1161 if (cnt > (rows
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dprogress.c210 int rows; /* number of rows printed so far */
260 dp->rows = skipped / ROW_BYTES;
283 wgint bytes_displayed = dp->rows * ROW_BYTES + dp->dots * opt.dot_bytes;
309 if (dp->rows == dp->initial_length / ROW_BYTES)
360 number_to_static_string (dp->rows * ROW_BYTES / 1024));
369 ++dp->rows;
392 number_to_static_string (dp->rows * ROW_BYTES / 1024));
209 int rows; /* number of rows printed so far */ member in struct:dot_progress

Completed in 242 milliseconds

123456789