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

12345

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmonitors.h42 u_int16_t rows; /* Rows */ member in struct:monitor
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators32.C10 void ffree(long rows, T** array) argument
12 for( long i = 0; i < rows; i++ )
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators32.C10 void ffree(long rows, T** array) argument
12 for( long i = 0; i < rows; i++ )
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Dpr38498.c3 double test_vector (float **data, int rows, int cols, int vqrows,double epsilon, int maxiter,int **mean, int *map) argument
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dlayout-set.c235 u_int used, i, j, columns, rows, totalrows; local
245 /* How many rows and columns will be needed, not counting main? */
249 rows = 1 + (n - 1) / columns;
250 columns = 1 + (n - 1) / rows;
269 totalrows = rows * (PANE_MINIMUM + 1) - 1;
277 height = (w->sy - mainheight - (rows - 1)) / rows;
282 layout_set_size(lc, w->sx, mainheight + rows * (height + 1) - 1, 0, 0);
293 for (j = 0; j < rows; j++) {
335 used = mainheight + (rows * heigh
356 u_int used, i, j, columns, rows, totalcolumns; local
477 u_int i, j, columns, rows; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libform/
H A Dpost.c44 int rows, cols, status; local
58 if (scale_form(form, &rows, &cols) != E_OK)
61 if ((form->scrwin != NULL) && ((rows > getmaxy(form->scrwin))
H A Dfield.c43 0, /* rows in the field */
45 0, /* dynamic rows */
50 0, /* number of off screen rows */
59 0, /* number of rows actually used in field */
247 ((fp->rows + fp->nrows) > 1))
273 field_info(FIELD *field, int *rows, int *cols, int *frow, int *fcol, argument
279 *rows = field->rows;
299 *drows = field->rows;
327 field->row_count = 1; /* must be at least one row XXX need to shift old rows (i
767 _formi_create_field(FIELD *prototype, int rows, int cols, int frow, int fcol, int nrows, int nbuf) argument
797 new_field(int rows, int cols, int frow, int fcol, int nrows, int nbuf) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_func.c120 int y, rows, len, height, width;
123 rows = __vi_screen->rows - (y+1);
124 len = __vi_screen->cols * rows;
135 height = __vi_screen->ch_height * rows;
160 int y, rows, height, width;
164 rows = __vi_screen->rows - (1+y);
172 memmove(to, from, __vi_screen->cols * rows);
178 memmove(to, from, __vi_screen->cols * rows);
119 int y, rows, len, height, width; local
159 int y, rows, height, width; local
[all...]
H A Dm_vi.c278 ipb.val1 = this_screen->rows;
283 vtrace("resize_func ( %d x %d )\n", this_screen->rows, this_screen->cols);
299 int total_chars = this_screen->rows * this_screen->cols;
335 this_screen->rows = height / this_screen->ch_height;
540 for (row=0; row<this_screen->rows; row++) {
766 static xvi_screen *create_screen( Widget parent, int rows, int cols )
768 static xvi_screen *create_screen( parent, rows, cols )
770 int rows, cols;
781 new_screen->rows = rows;
755 create_screen( Widget parent, int rows, int cols ) argument
879 int rows = __vi_screen->rows / 2; local
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dvs_split.c58 if (sp->rows < 4) {
76 half = sp->rows / 2;
103 new->rows = sp->rows - half; /* New. */
105 sp->rows = half; /* Old. */
106 sp->roff += new->rows;
112 memcpy(_HMAP(sp), _HMAP(sp) + new->rows,
113 (sp->t_maxrows - new->rows) * sizeof(SMAP));
115 new->rows = half; /* New. */
116 sp->rows
[all...]
H A Dv_z.c142 if (sp->t_rows > sp->rows - 1)
143 sp->t_minrows = sp->t_rows = sp->rows - 1;
H A Dvi.h301 size_t srows; /* 1-N: rows in the terminal/window. */
333 ((sp)->t_maxrows < (sp)->rows ? (sp)->t_maxrows : (sp)->rows - 1)
340 #define IS_ONELINE(sp) ((sp)->rows == 1)
361 ((sp)->rows != O_VAL(sp, O_LINES))
/netbsd-6-1-5-RELEASE/dist/nvi/gtk/
H A Dgtkviscreen.c111 if (MEMCMP(p = CharAt(vi,row,col), e = CharAt(vi,vi->rows,0),
148 if (++vi->cury >= vi->rows) {
149 vi->cury = vi->rows-1;
180 if (++vi->cury >= vi->rows) {
181 vi->cury = vi->rows-1;
194 gint rows = vi->rows - (y+1); local
196 MEMMOVE(CharAt(vi,y,0), CharAt(vi,y+1,0), rows * vi->cols);
197 cleartoel(vi,vi->rows-1,0);
198 memmove(FlagAt(vi,y,0), FlagAt(vi,y+1,0), rows * v
207 gint rows = vi->rows - (y+1); local
610 gint rows, cols; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libmenu/
H A Ddriver.c109 if ((drv_top_row + menu->rows - 1)> menu->item_rows)
114 drv_scroll = menu->item_rows - menu->rows
116 if (drv_scroll > menu->rows) {
117 drv_scroll = menu->rows;
129 if (menu->rows < menu->top_row) {
130 drv_scroll = menu->rows;
275 if (drv_new_item->row >= (drv_top_row + menu->rows))
276 drv_top_row = drv_new_item->row - menu->rows + 1;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A Db_dump.c82 int i,j,rows,trc; local
103 rows=(len/dump_width);
104 if ((rows*dump_width)<len)
105 rows++;
106 for(i=0;i<rows;i++)
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dite_cv.c145 ip->rows = md->rows;
154 cv_rowc = malloc(sizeof(short) * (ip->rows + 1) * (ip->cols + 2),
160 console_buffer = cv_rowc + ip->rows + 1;
163 for (i = 0; i < ip->rows; i++)
167 for (i = 0; i < ip->rows * ip->cols; i++)
172 for (i = 0; i < ip->rows * ip->cols; i++) {
H A Dite_cv3d.c145 ip->rows = md->rows;
154 cv3d_rowc = malloc(sizeof(short) * (ip->rows + 1) * (ip->cols + 2),
160 console_buffer = cv3d_rowc + ip->rows + 1;
163 for (i = 0; i < ip->rows; i++)
167 for (i = 0; i < ip->rows * ip->cols; i++)
172 for (i = 0; i < ip->rows * ip->cols; i++) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drtbl.c51 struct column_entry *rows; member in struct:column_data
111 free (c->rows[j].data);
112 free (c->rows);
146 col->rows = NULL;
172 tmp = realloc(table->columns[c]->rows,
173 max_rows * sizeof(table->columns[c]->rows));
176 table->columns[c]->rows = tmp;
195 column->width = max (column->width, (int) strlen (column->rows[i].data));
296 tmp = realloc (c->rows, (c->num_rows + 1) * sizeof (*tmp));
301 c->rows
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dterminal.c309 _rl_set_screen_size (rows, cols)
310 int rows, cols;
315 if (rows > 0)
316 _rl_screenheight = rows;
324 if (rows > 0 || cols > 0)
329 rl_set_screen_size (rows, cols)
330 int rows, cols;
332 _rl_set_screen_size (rows, cols);
336 rl_get_screen_size (rows, cols)
337 int *rows, *col
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/drivers/
H A Ddlz_postgres_driver.c650 unsigned int rows; local
658 rows = PQntuples(rs); /* how many rows in result set */
660 for (i=0; i < rows; i++) {
761 if (rows > 0)
779 unsigned int rows; local
795 /* count how many rows in result set */
796 rows = PQntuples(rs);
800 /* if we returned any rows, zone is supported. */
801 if (rows >
815 unsigned int rows; local
871 unsigned int rows; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-report.c43 struct dm_list rows; member in struct:dm_report
606 dm_list_init(&rh->rows);
713 dm_list_add(&rh->rows, &row->list);
817 * Sort rows of data
864 struct row *(*rows)[];
868 if (!(rows = dm_pool_alloc(rh->mem, sizeof(**rows) *
869 dm_list_size(&rh->rows)))) {
874 dm_list_iterate_items(row, &rh->rows)
875 (*rows)[coun
[all...]
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar2133.c425 + AH5416(ah)->ah_ini_bank0.rows * sizeof(uint32_t)
426 + AH5416(ah)->ah_ini_bank1.rows * sizeof(uint32_t)
427 + AH5416(ah)->ah_ini_bank2.rows * sizeof(uint32_t)
428 + AH5416(ah)->ah_ini_bank3.rows * sizeof(uint32_t)
429 + AH5416(ah)->ah_ini_bank6.rows * sizeof(uint32_t)
430 + AH5416(ah)->ah_ini_bank7.rows * sizeof(uint32_t)
448 priv->Bank0Data = bankData, bankData += AH5416(ah)->ah_ini_bank0.rows;
449 priv->Bank1Data = bankData, bankData += AH5416(ah)->ah_ini_bank1.rows;
450 priv->Bank2Data = bankData, bankData += AH5416(ah)->ah_ini_bank2.rows;
451 priv->Bank3Data = bankData, bankData += AH5416(ah)->ah_ini_bank3.rows;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dmodulo-sched.c141 /* Holds the partial schedule as an array of II rows. Each entry of the
146 int ii; /* Number of rows in the partial schedule. */
149 /* rows[i] points to linked list of insns scheduled in row i (0<=i<ii). */ member in struct:partial_schedule
150 ps_insn_ptr *rows;
586 for (crr_insn = ps->rows[row]; crr_insn; crr_insn = crr_insn->next_in_row)
611 ps_insn_ptr cur_insn = ps->rows[row];
630 for (ps_ij = ps->rows[row]; ps_ij; ps_ij = ps_ij->next_in_row)
644 for (ps_ij = ps->rows[row]; ps_ij; ps_ij = ps_ij->next_in_row)
1607 The first and last rows are calculated using the following parameters:
1608 START/END rows
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/oea/
H A Dofw_rascons.c240 int cols, rows; local
246 OF_interpret("#lines", 0, 1, &rows);
250 rasops_init(ri, rows, cols);
253 ri->ri_yorigin = (height - rows * ri->ri_font->fontheight)
/netbsd-6-1-5-RELEASE/sys/arch/sun2/dev/
H A Dkd.c80 int rows, cols; member in struct:kd_softc
146 kd->rows = fbrcons_rows();
158 if (kd->rows == 0)
159 kd->rows = (u_short)ep->eeTtyRows;
170 if (kd->rows == 0 &&
171 (prop = PROM_getpropstring(optionsnode, "screen-#rows"))) {
175 kd->rows = (unsigned short)i;
243 tp->t_winsize.ws_row = kd->rows;

Completed in 598 milliseconds

12345