Searched refs:row (Results 51 - 75 of 177) sorted by relevance

12345678

/freebsd-11.0-release/usr.bin/who/
H A Dwho.c53 static void row(const struct utmpx *);
163 row(const struct utmpx *ut) function
233 row(utx);
278 row(utx);
290 row(&ut);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp510 UnwindPlan::RowSP row(new UnwindPlan::Row);
511 row->GetCFAValue().SetIsRegisterPlusOffset (sp_reg_num, 4);
512 row->SetRegisterLocationToAtCFAPlusOffset(pc_reg_num, -4, false);
513 row->SetRegisterLocationToIsCFAPlusOffset(sp_reg_num, 0, true);
514 unwind_plan.AppendRow (row);
535 UnwindPlan::RowSP row(new UnwindPlan::Row);
538 row->GetCFAValue().SetIsRegisterPlusOffset (fp_reg_num, 2 * ptr_size);
539 row->SetOffset (0);
541 row->SetRegisterLocationToAtCFAPlusOffset(fp_reg_num, ptr_size * -2, true);
542 row
[all...]
/freebsd-11.0-release/contrib/apr-util/include/private/
H A Dapr_dbd_internal.h130 * @param random - 1 to support random access to results (seek any row);
153 /** get_row: get a row from a result set
155 * @param pool - pool to allocate the row
157 * @param row - pointer to row pointer. May point to NULL on entry
158 * @param rownum - row number, or -1 for "next row". Ignored if random
163 apr_dbd_row_t **row, int rownum);
165 /** get_entry: get an entry from a row
167 * @param row
[all...]
/freebsd-11.0-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c192 GoTo(NCURSES_SP_DCLx int const row, int const col) argument
195 (void *) SP_PARM, row, col, SP_PARM->_cursrow, SP_PARM->_curscol));
202 row, col);
621 int row,
630 row, first, last));
642 GoTo(NCURSES_SP_ARGx row, first = j);
658 #define MARK_NOCHANGE(win,row) \
659 win->_line[row].firstchar = _NOCHANGE; \
660 win->_line[row].lastchar = _NOCHANGE; \
661 if_USE_SCROLL_HINTS(win->_line[row]
618 PutRange(NCURSES_SP_DCLx const NCURSES_CH_T * otext, const NCURSES_CH_T * ntext, int row, int first, int last) argument
1116 int row, col; local
1152 int row; local
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c305 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row) argument
312 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0))
314 r = lh_OPENSSL_STRING_retrieve(db->index[i], row);
324 if (!sk_OPENSSL_PSTRING_push(db->data, row)) {
331 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0))
333 (void)lh_OPENSSL_STRING_insert(db->index[i], row);
365 if (max == NULL) { /* new row */
/freebsd-11.0-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-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp394 UnwindPlan::RowSP row(new UnwindPlan::Row);
397 row->GetCFAValue().SetIsRegisterPlusOffset (LLDB_REGNUM_GENERIC_SP, 4);
398 row->SetOffset(0);
401 row->SetRegisterLocationToRegister(LLDB_REGNUM_GENERIC_PC, LLDB_REGNUM_GENERIC_RA, true);
402 unwind_plan.AppendRow(row);
419 UnwindPlan::RowSP row(new UnwindPlan::Row);
421 row->GetCFAValue().SetIsRegisterPlusOffset (LLDB_REGNUM_GENERIC_FP, 8);
423 row->SetRegisterLocationToAtCFAPlusOffset(fp_reg_num,-8, true);
424 row->SetRegisterLocationToAtCFAPlusOffset(pc_reg_num,-4, true);
425 row
[all...]
/freebsd-11.0-release/contrib/byacc/
H A Dclosure.c22 unsigned *row; local
32 row = EFF;
42 SETBIT(row, symbol);
45 row += rowsize;
/freebsd-11.0-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-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp71 UnwindPlan::Row::RegisterLocation::Dump (Stream &s, const UnwindPlan* unwind_plan, const UnwindPlan::Row* row, Thread* thread, bool verbose) const argument
345 RowSP row = *it; local
346 if (row->GetOffset() >= row_sp->GetOffset())
357 RowSP row; local
361 row = m_row_list.back();
368 row = *pos;
374 return row;
394 // You must call GetRowCount() first to make sure there is at least one row
447 log->Printf ("UnwindPlan is invalid -- no CFA register defined in row 0 for UnwindPlan '%s' at address %s",
452 log->Printf ("UnwindPlan is invalid -- no CFA register defined in row
[all...]
/freebsd-11.0-release/sys/dev/mrsas/
H A Dmrsas_fp.c78 MR_GetSpanBlock(u_int32_t ld, u_int64_t row, u_int64_t *span_blk,
123 u_int32_t ld, u_int64_t row, u_int64_t *span_blk,
433 printf("span row start=0x%08lx, end=0x%08lx\n",
436 printf("data row start=0x%08lx, end=0x%08lx\n",
466 * This routine calculates the Span block for given row using spanset.
470 * row: Row number
479 mr_spanset_get_span_block(struct mrsas_softc *sc, u_int32_t ld, u_int64_t row, argument
493 if (row > span_set->data_row_end)
506 if (quad->logStart <= row &&
507 row <
598 get_strip_from_row(struct mrsas_softc *sc, u_int32_t ld, u_int64_t row, MR_DRV_RAID_MAP_ALL * map) argument
745 u_int64_t row; local
1450 u_int64_t row; local
1534 MR_GetSpanBlock(u_int32_t ld, u_int64_t row, u_int64_t *span_blk, MR_DRV_RAID_MAP_ALL * map, int *div_error) argument
[all...]
/freebsd-11.0-release/sys/dev/vt/hw/fb/
H A Dvt_fb.c328 unsigned int col, row, x, y; local
336 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
341 y = row * vf->vf_height +
344 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col);
347 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
/freebsd-11.0-release/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c230 unsigned int col, row, x, y; local
238 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
243 y = row * vf->vf_height +
246 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col);
249 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
/freebsd-11.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_freetds.c302 apr_dbd_row_t *row = *rowp; local
305 if (row == NULL) {
306 row = apr_palloc(pool, sizeof(apr_dbd_row_t));
307 *rowp = row;
308 row->res = res;
313 ++row->n;
316 row->n = rownum;
341 static const char *dbd_freetds_get_entry(const apr_dbd_row_t *row, int n) argument
345 return (const char*)row->res->vars[n].data;
347 DBPROCESS* proc = row
760 dbd_freetds_datum_get(const apr_dbd_row_t *row, int n, apr_dbd_type_e type, void *data) argument
[all...]
/freebsd-11.0-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-11.0-release/tools/sched/
H A Dschedgraph.py64 # 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)
299 item.grid(row=self.irow, column=0, sticky=E+W)
307 self.apply.grid(row=0, column=0, sticky=E+W)
308 self.default.grid(row
[all...]
/freebsd-11.0-release/contrib/less/
H A Dscreen.c1433 _settextposition(int row, int col) argument
1440 cpos.Y = csbi.srWindow.Top + (row - 1);
1458 int row;
1469 for (row = 0; row < sc_height; row++)
1645 /* Move the top left corner of the source window down one row. */
1839 int row;
1845 row = scr.dwCursorPosition.Y - scr.srWindow.Top + 1;
1849 row
1920 int row, col; local
[all...]
/freebsd-11.0-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-11.0-release/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c268 int row, col; local
284 row = (off / adp->va_info.vi_width) * adp->va_info.vi_cheight;
288 + (row + sc->ymargin)*(sc->stride)
534 am335x_syscons_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
536 *col = *row = 0;
542 am335x_syscons_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
676 int row; local
689 row = (off / adp->va_info.vi_width) * adp->va_info.vi_cheight;
693 + (row + sc->ymargin)*(sc->stride)
/freebsd-11.0-release/sys/dev/vt/hw/vga/
H A Dvt_vga.c601 unsigned int i, col, row, src_x, x_count; local
646 row = (y - vw->vw_draw_area.tr_begin.tp_row) / vf->vf_height;
648 c = VTBUF_GET_FIELD(vb, row, col);
651 vt_determine_colors(c, VTBUF_ISCURSOR(vb, row, col), &fg, &bg);
772 unsigned int col, row; local
788 * col/row!
802 row = area->tr_begin.tp_row;
806 y1 = row * vf->vf_height + vw->vw_draw_area.tr_begin.tp_row;
817 row = area->tr_end.tp_row;
821 y2 = row * v
855 unsigned int col, row; local
[all...]
/freebsd-11.0-release/sys/dev/nand/
H A Dnandsim_chip.c448 nandchip_chip_space(struct nandsim_chip *chip, int32_t row, int32_t column, argument
458 err = nand_row_to_blkpg(&chip->cg, row, &lun, &block, &page);
682 static uint32_t column = 0, row = 0; local
700 if (nandchip_get_addr_byte(chip, data, &row))
715 nandchip_chip_space(chip, row, column, size, 0);
724 nandchip_chip_space(chip, row, column, size, 0);
735 static uint32_t column, row; local
754 if (nandchip_get_addr_byte(chip, data, &row))
757 err = nandchip_chip_space(chip, row, column, size, 1);
792 static uint32_t row, block_siz local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp519 UnwindPlan::RowSP row(new UnwindPlan::Row);
522 row->GetCFAValue().SetIsRegisterPlusOffset(dwarf_r29, 0);
525 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true);
526 unwind_plan.AppendRow (row);
542 UnwindPlan::RowSP row(new UnwindPlan::Row);
544 row->GetCFAValue().SetIsRegisterPlusOffset(dwarf_r29, 0);
546 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true);
548 unwind_plan.AppendRow (row);
/freebsd-11.0-release/crypto/openssh/
H A Dsshpty.c176 pty_change_window_size(int ptyfd, u_int row, u_int col, argument
182 w.ws_row = row;
/freebsd-11.0-release/sys/arm/samsung/exynos/
H A Dchrome_kb.c310 keymap_read(struct ckb_softc *sc, int col, int row) argument
315 row >= 0 && row < sc->rows) {
316 return sc->keymap[row * sc->cols + col];
323 keymap_write(struct ckb_softc *sc, int col, int row, uint16_t key) argument
328 row >= 0 && row < sc->rows) {
329 sc->keymap[row * sc->cols + col] = key;
701 * RR - row number, CC - column number, KKKK - key code
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h134 // Applies the specified DWARF opcode to the given row. This function handle the commands
135 // operates only on a single row (these are the ones what can appear both in CIE and in FDE).
142 UnwindPlan::Row& row);

Completed in 291 milliseconds

12345678