Searched refs:row (Results 26 - 50 of 122) sorted by relevance

12345

/freebsd-9.3-release/crypto/openssh/
H A Dsession.h42 u_int row, col, xpixel, ypixel; member in struct:Session
/freebsd-9.3-release/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c273 /* row/col */
349 uint32_t col, row; local
353 row = 0;
363 row = src >> mz->mz_col_bits;
364 if (row < mz->mz_row.z_begin || row > mz->mz_row.z_end ||
372 row += (uint32_t)mz->mz_row_offset;
374 row -= (uint32_t)-mz->mz_row_offset;
375 *dst = col | (row << mz->mz_col_bits);
/freebsd-9.3-release/contrib/ee/
H A Dnew_curse.h156 char *row; member in struct:_line
167 int SR; /* starting row */
171 int LY; /* last cursor row position */
205 extern void wmove P_((WINDOW *window, int row, int column));
244 extern struct _line *Insert_line P_((int row, int end_row, WINDOW *window));
245 extern struct _line *Delete_line P_((int row, int end_row, WINDOW *window));
246 extern void CLEAR_TO_EOL P_((WINDOW *window, int row, int column));
250 extern void Position P_((WINDOW *window, int row, int col));
/freebsd-9.3-release/usr.bin/systat/
H A Dip.c115 #define L(row, str) mvwprintw(wnd, row, 10, str)
116 #define R(row, str) mvwprintw(wnd, row, 45, str);
209 #define DO(stat, row, col) \
210 mvwprintw(wnd, row, col, "%9lu", stats.stat)
H A Dip6.c110 #define L(row, str) mvwprintw(wnd, row, 10, str)
111 #define R(row, str) mvwprintw(wnd, row, 45, str);
196 #define DO(stat, row, col) \
197 mvwprintw(wnd, row, col, "%9lu", stats.stat)
/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas_fp.c77 u_int32_t MR_GetSpanBlock(u_int32_t ld, u_int64_t row, u_int64_t *span_blk,
110 u_int32_t ld, u_int64_t row, u_int64_t *span_blk,
323 printf(" span row start=0x%08lx, end=0x%08lx\n",
326 printf(" data row start=0x%08lx, end=0x%08lx\n",
356 * This routine calculates the Span block for given row using spanset.
361 * row - Row number
371 u_int32_t mr_spanset_get_span_block(struct mrsas_softc *sc, u_int32_t ld, u_int64_t row, argument
384 if (row > span_set->data_row_end) continue;
396 if ( quad->logStart <= row &&
397 row <
491 get_strip_from_row(struct mrsas_softc *sc, u_int32_t ld, u_int64_t row, MR_FW_RAID_MAP_ALL *map) argument
638 u_int64_t row; local
1346 u_int64_t row; local
1421 MR_GetSpanBlock(u_int32_t ld, u_int64_t row, u_int64_t *span_blk, MR_FW_RAID_MAP_ALL *map, int *div_error) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp103 Sequence::FirstRowIndex = row;
105 ++row; // Increase the row number.
110 Sequence::LastRowIndex = row;
119 row = DoneParsingLineTable;
254 // append a row to the matrix using the current values of the
257 // with a DW_LNE_end_sequence instruction which creates a row whose
324 // Takes no arguments. Append a row to the matrix using the
508 DWARFDebugLine::Row row;
509 row
562 DWARFDebugLine::Row row; local
580 DWARFDebugLine::Row row; local
[all...]
H A DDWARFDebugLine.h89 /// Called after a row is appended to the matrix.
177 // Returns the index of the row with file/line info for a given address,
178 // or -1 if there is no such row.
203 // Special row codes.
209 State() : row(StartParsingLineTable) {}
219 // The row number that starts at zero for the prologue, and increases for
220 // each row added to the matrix.
221 unsigned row; member in struct:llvm::DWARFDebugLine::State
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dcrt.s33 .set SCR_COL,0x50 # Columns per row
58 movb $SCR_COL,%al # Columns per row
59 mulb %dh # * row position
66 cmpb $SCR_COL,%dl # Beyond row?
69 incb %dh # Bump row
/freebsd-9.3-release/usr.bin/who/
H A Dwho.c53 static void row(struct utmpx *);
155 row(struct utmpx *ut) function
223 row(utx);
268 row(utx);
280 row(&ut);
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c305 int TXT_DB_insert(TXT_DB *db, char **row) argument
312 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0))
314 r = (char **)lh_retrieve(db->index[i], row);
324 if (!sk_push(db->data, (char *)row)) {
331 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0))
333 lh_insert(db->index[i], row);
365 if (max == NULL) { /* new row */
/freebsd-9.3-release/contrib/gcc/
H A Dmodulo-sched.c121 /* The next/prev PS_INSN in the same row. */
125 /* The number of nodes in the same row that come after this node. */
131 instructions that are scheduled for that row. */
137 /* rows[i] points to linked list of insns scheduled in row i (0<=i<ii). */
201 #define SCHED_ROW(x) (((node_sched_params_ptr)(x)->aux.info)->row)
221 int row; /* Holds time % ii. */
224 /* The column of a node inside the ps. If nodes u, v are on the same row,
618 int row;
620 for (row = 0; row < p
219 int row; /* Holds time % ii. */ member in struct:node_sched_params
615 int row; local
634 int row; local
670 int row; local
2110 int row; local
2148 int row; local
2207 int row; local
2258 int row = SMODULO (cycle, ps->ii); local
2452 int i, row, backward_rotates; local
2482 int row = SMODULO (SCHED_TIME (n), ps->ii); local
[all...]
/freebsd-9.3-release/contrib/nvi/tcl_scripts/
H A Dmailprocs.tcl91 set row [lindex [viGetCursor $viScreenId] 0]]
93 set line [viGetLine $viScreenId $row]
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c175 GoTo(int const row, int const col) argument
178 row, col, SP->_cursrow, SP->_curscol));
182 mvcur(SP->_cursrow, SP->_curscol, row, col);
581 int row,
587 otext, ntext, row, first, last));
599 GoTo(row, first = j);
615 #define MARK_NOCHANGE(win,row) \
616 win->_line[row].firstchar = _NOCHANGE; \
617 win->_line[row].lastchar = _NOCHANGE; \
618 if_USE_SCROLL_HINTS(win->_line[row]
579 PutRange(const NCURSES_CH_T * otext, const NCURSES_CH_T * ntext, int row, int first, int last) argument
1042 int row, col; local
1070 int row; local
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dsys.h85 extern char *tgoto(const char *cap, int col, int row);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dopensolaris_crc32.c381 unsigned long row; local
391 row = 1;
393 odd[n] = row;
394 row <<= 1;
/freebsd-9.3-release/usr.bin/yacc/
H A Dclosure.c63 unsigned *row; local
73 row = EFF;
83 SETBIT(row, symbol);
86 row += rowsize;
/freebsd-9.3-release/sys/dev/vt/
H A Dvt.h193 int vtbuf_iscursor(struct vt_buf *vb, int row, int col);
196 void vtbuf_mouse_cursor_position(struct vt_buf *vb, int col, int row);
197 int vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row);
223 #define VTBUF_DIRTYROW(mask, row) \
224 ((mask)->vbm_row & ((uint64_t)1 << ((row) % 64)))
/freebsd-9.3-release/usr.bin/column/
H A Dcolumn.c184 int base, chcnt, cnt, col, endcol, numcols, numrows, row; local
191 for (row = 0; row < numrows; ++row) {
193 for (base = row, chcnt = col = 0; col < numcols; ++col) {
/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py63 # Mouse-over popup of full thread/event/row label (currently truncated)
241 self.label.grid(row=0, column=0, sticky=E+W)
242 self.sample.grid(row=0, column=1)
243 self.list.grid(row=0, column=2, sticky=E+W)
244 self.checkbox.grid(row=0, column=3)
282 self.items.grid(row=0, column=0, sticky=E+W)
284 self.buttons.grid(row=1, column=0, sticky=E+W)
295 item.grid(row=self.irow, column=0, sticky=E+W)
303 self.apply.grid(row=0, column=0, sticky=E+W)
304 self.default.grid(row
[all...]
/freebsd-9.3-release/contrib/less/
H A Dscreen.c1434 _settextposition(int row, int col) argument
1441 cpos.Y = csbi.srWindow.Top + (row - 1);
1459 int row;
1470 for (row = 0; row < sc_height; row++)
1646 /* Move the top left corner of the source window down one row. */
1840 int row;
1846 row = scr.dwCursorPosition.Y - scr.srWindow.Top + 1;
1850 row
1921 int row, col; local
[all...]
/freebsd-9.3-release/sys/i386/xbox/
H A Dxboxfb.c385 int row, col, i, j; local
391 row = (at / adp->va_info.vi_width) * adp->va_info.vi_cheight;
393 ptri += (row * sc->sc_width) + col;
497 xboxfb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
500 *row = 0;
505 xboxfb_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
593 int row, col; local
602 row = (off / adp->va_info.vi_width) * adp->va_info.vi_cheight;
605 ptri += (row * sc->sc_width) + col;
/freebsd-9.3-release/lib/libz/
H A Dcrc32.c361 unsigned long row; local
371 row = 1;
373 odd[n] = row;
374 row <<= 1;
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_funcs.c51 ipp->row == LASTLINE(sp) && IS_SPLIT(sp)) {
176 *yp = ipp->row;
302 ipp->row = lno;
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Drtbl.c291 struct column_entry row, *tmp; local
293 row.data = strdup (data);
294 if (row.data == NULL)
298 free (row.data);
302 c->rows[c->num_rows++] = row;

Completed in 309 milliseconds

12345