Searched refs:row (Results 101 - 125 of 155) sorted by relevance

1234567

/freebsd-10.0-release/sys/dev/nand/
H A Dnand.h379 int nand_row_to_blkpg(struct chip_geom *cg, uint32_t row, uint32_t *lun,
381 int page_to_row(struct chip_geom *cg, uint32_t page, uint32_t *row);
/freebsd-10.0-release/usr.bin/systat/
H A Difstat.c454 getifmibdata(int row, struct ifmibdata *data) argument
464 name[4] = row;
/freebsd-10.0-release/contrib/gdb/gdb/mi/
H A Dmi-main.c783 NR_COL: The number of colums (words per row).
784 ASCHAR: (OPTIONAL) Append an ascii character dump to each row. Use
885 /* number of bytes per row. */
924 ui_out_field_core_addr (uiout, "next-row", addr + word_size * nr_cols);
925 ui_out_field_core_addr (uiout, "prev-row", addr - word_size * nr_cols);
933 int row; local
936 for (row = 0, row_byte = 0;
937 row < nr_rows;
938 row++, row_byte += nr_cols * word_size)
996 offset from the beginning of the memory grid row wher
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h220 const UnwindPlan::Row* row,
337 lldb::addr_t m_offset; // Offset into the function for this row
339 int32_t m_cfa_offset; // The offset from the CFA for this row
368 // Returns a pointer to the best row for the given offset into the function's instructions.
369 // If offset is -1 it indicates that the function start is unknown - the final row in the UnwindPlan is returned.
371 // UnwindPlan which will only have one row.
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp325 UnwindPlan::RowSP row = m_full_unwind_plan_sp->GetRowForFunctionOffset(0); local
326 if (row.get())
328 uint32_t cfa_regnum = row->GetCFARegister();
329 int cfa_offset = row->GetCFAOffset();
360 UnwindLogMsg ("could not find a row for function offset zero");
476 UnwindLogMsg ("active row: %s", active_row_strm.GetString().c_str());
490 UnwindLogMsg ("active row: %s", active_row_strm.GetString().c_str());
995 // look for the return address register number in the UnwindPlan's row.
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h167 // Special row codes used when calling the callback
192 int row; // The row number that starts at zero for the prologue, and increases for each row added to the matrix member in struct:DWARFDebugLine::State
/freebsd-10.0-release/crypto/openssl/apps/
H A Docsp.c1173 char *itmp, *row[DB_NUMBER],**rrow; local
1174 for (i = 0; i < DB_NUMBER; i++) row[i] = NULL;
1181 row[DB_serial] = itmp;
1183 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
/freebsd-10.0-release/sys/boot/pc98/btx/btxldr/
H A Dbtxldr.S49 .set SCR_COL,0x50 # Columns per row
/freebsd-10.0-release/sys/boot/pc98/kgzldr/
H A Dcrt.s33 .set SCR_COL,0x50 # Columns per row
/freebsd-10.0-release/sys/dev/syscons/
H A Dscterm-teken.c584 int attr, row; local
603 for (row = r->tr_begin.tp_row; row < r->tr_end.tp_row; row++) {
H A Dscvgarndr.c1105 int col, row; local
1113 row = y/scp->font_size - scp->yoff;
1114 pos = row*scp->xsize + col;
1117 if (row < scp->ysize - 1)
1127 if (row == scp->ysize - 1) {
1145 i = (row + scp->yoff)*scp->font_size;
/freebsd-10.0-release/sys/teken/
H A Dteken_subr.h324 teken_subr_cursor_position(teken_t *t, unsigned int row, unsigned int col) argument
327 t->t_cursor.tp_row = t->t_originreg.ts_begin + row - 1;
1220 /* Adjust top row number. */
1223 /* Adjust bottom row number. */
1285 teken_subr_vertical_position_absolute(teken_t *t, unsigned int row) argument
1288 t->t_cursor.tp_row = t->t_originreg.ts_begin + row - 1;
/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dntpdc.c1557 int row, rows; local
1589 for (row = 0; row < rows; row++) {
1590 for (word = row; word < words; word += rows) {
/freebsd-10.0-release/sys/pc98/cbus/
H A Dgdc.c1192 gdc_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
1215 *row = off / adp->va_info.vi_width;
1223 * Move the hardware text cursor. If col and row are both -1,
1227 gdc_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
1235 if ((col == -1) && (row == -1)) {
1240 off = row*adp->va_info.vi_width + col;
1274 * in the first row in the screen. We shall set end to celsize - 2;
/freebsd-10.0-release/contrib/ncurses/menu/
H A Dllib-lmenu292 int row)
H A Dllib-lmenuw294 int row)
/freebsd-10.0-release/contrib/dialog/
H A Dformbox.c285 * nor is there necessarily a field on each row of the window.
777 int row = (cell / getmaxx(form)) + scrollamt; local
782 if (items[n].name_y == row
792 if (items[n].text_y == row
H A Dtextbox.c399 print_line(MY_OBJ * obj, int row, int width) argument
401 if (wmove(obj->text, row, 0) != ERR) {
424 if (y == row) { /* Clear 'residue' of previous line */
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c259 sp->_emxmouse_buttons[1], mouev.col, mouev.row);
262 sp->_emxmouse_buttons[3], mouev.col, mouev.row);
265 sp->_emxmouse_buttons[2], mouev.col, mouev.row);
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.c2058 int row, rows; local
2090 for (row = 0; row < rows; row++) {
2091 for (word = row; word < words; word += rows) {
/freebsd-10.0-release/crypto/openssh/
H A Dsession.c2044 s->row = packet_get_int();
2048 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
2071 s->row = packet_get_int();
2073 s->row = packet_get_int();
2106 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
/freebsd-10.0-release/contrib/gcc/
H A Dlambda-code.c990 lambda_vector row; local
991 row = H[j];
993 if (row[i] < 0)
995 while (lambda_vector_first_nz (row, size, j + 1) < size)
997 minimum_column = lambda_vector_min_nz (row, size, j);
1006 factor = row[i] / row[j];
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps309 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
334 cursor_address cup str cm - - YBCGE move to row #1 columns #2
339 cursor_mem_address mrcup str CM - - YB-G- memory relative cursor addressing, move to row #1 columns #2
456 set_tab hts str st - - YB-G- set a tab in every row, current columns
679 set_top_margin_parm smgtp str Zp - - ----- Set top (bottom) margin at row #1
719 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
720 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row
H A DCaps.aix4309 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
334 cursor_address cup str cm - - YBCGE move to row #1 columns #2
339 cursor_mem_address mrcup str CM - - YB-G- memory relative cursor addressing, move to row #1 columns #2
456 set_tab hts str st - - YB-G- set a tab in every row, current columns
781 set_top_margin_parm smgtp str Zp - - ----- Set top (bottom) margin at row #1
821 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
822 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row
H A DCaps.hpux11311 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
336 cursor_address cup str cm - - YBCGE move to row #1 columns #2
341 cursor_mem_address mrcup str CM - - YB-G- memory relative cursor addressing, move to row #1 columns #2
458 set_tab hts str st - - YB-G- set a tab in every row, current columns
687 set_top_margin_parm smgtp str Zp - - ----- Set top (bottom) margin at row #1
727 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
728 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row

Completed in 202 milliseconds

1234567