Searched refs:row (Results 126 - 150 of 181) sorted by relevance

12345678

/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc.c1538 size_t row, rows; local
1563 for (row = 0; row < rows; row++) {
1564 for (word = row; word < words; word += rows)
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4546 // if (row.expanded)
4630 int m_row_idx = -1; // Zero based visible row index, -1 if not visible or for
4735 // if (row.expanded)
4881 // rows by setting the first visible row accordingly.
4885 // Make sure the selected row is always visible
4895 // Get the selected row
5570 // rows by setting the first visible row accordingly.
5574 // Make sure the selected row is always visible
5582 // Get the selected row
5584 // Keep the cursor on the selected row s
5766 DisplayRowObject(Window &window, Row &row, DisplayOptions &options, bool highlight, bool last_child) argument
[all...]
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c354 * beginning on the given row,col position. Unlike a serial terminal, there is
358 find_end_of_change(SCREEN *sp, int row, int col) argument
361 struct ldat *curdat = CurScreen(sp)->_line + row;
362 struct ldat *newdat = NewScreen(sp)->_line + row;
388 * Given a row,col position at the end of a change-chunk, look for the
392 find_next_change(SCREEN *sp, int row, int col) argument
394 struct ldat *curdat = CurScreen(sp)->_line + row;
395 struct ldat *newdat = NewScreen(sp)->_line + row;
426 #define MARK_NOCHANGE(win,row) \
427 win->_line[row]
[all...]
/freebsd-current/sys/dev/vt/
H A Dvt_core.c1352 unsigned int col, row; local
1357 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
1360 z = row * PIXEL_WIDTH(VT_FB_MAX_WIDTH) + col;
1365 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col);
1367 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
1392 unsigned int col, row, x, y; local
1401 for (row = area->tr_begin.tp_row; row < are
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-cmdline.mk50 # row. This bug was fixed in var.c 1.835 from 2021-02-22.
/freebsd-current/crypto/openssl/apps/
H A Docsp.c1180 char *itmp, *row[DB_NUMBER], **rrow; local
1182 row[i] = NULL;
1192 row[DB_serial] = itmp;
1194 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_structures.h748 uint64_t row; /* logical lba / blocks per row */ member in struct:pqi_aio_raid5or6_write_req
998 uint16_t data_disks_per_row; /* data disk entries / row in the map */
999 uint16_t metadata_disks_per_row; /* mirror/parity disk entries / row
1011 uint32_t blks_per_row; /* blocks per row */
1012 uint64_t first; /* first row */
1013 uint64_t last; /* last row */
1014 uint32_t offset_first; /* offset in first row */
1015 uint32_t offset_last; /* offset in last row */
1016 uint16_t data_disks; /* number of data disks per row */
1033 struct aio_row row; /* row information */ member in struct:aio_r5or6_loc
1038 uint32_t row; member in struct:aio_map
1053 struct aio_row row; /* row range and offset info */ member in struct:aio_req_locator
[all...]
/freebsd-current/contrib/dialog/
H A Dtextbox.c414 print_line(MY_OBJ * obj, int row, int width) argument
416 if (wmove(obj->text, row, 0) != ERR) {
439 if (y == row) { /* Clear 'residue' of previous line */
H A Dformbox.c286 * nor is there necessarily a field on each row of the window.
799 int row = (cell / getmaxx(form)) + scrollamt; local
804 if (items[n].name_y == row
814 if (items[n].text_y == row
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp443 UnwindPlan::RowSP row(new UnwindPlan::Row);
446 row->GetCFAValue().SetIsRegisterPlusOffset(gpr_sp_arm64, 0);
448 unwind_plan.AppendRow(row);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp579 UnwindPlan::Row &row) {
614 row.GetCFAValue().SetIsDWARFExpression(saved.data(), saved.size());
619 row.SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc);
577 ParseCFIUnwindRow(llvm::StringRef unwind_rules, const RegisterInfoResolver &resolver, UnwindPlan::Row &row) argument
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h1235 // number of row entries in the initial lock table
1255 kmp_lock_index_t row = idx / KMP_I_LOCK_CHUNK; local
1257 if (!lock_table->table[row] || idx >= lock_table->next)
1259 return &lock_table->table[row][col];
H A Dkmp_lock.cpp3137 kmp_uint32 row, col; local
3145 row = table_idx / KMP_I_LOCK_CHUNK;
3147 // Allocate a new row of locks if necessary
3148 if (!lock_table->table[row]) {
3149 lock_table->table[row] = (kmp_indirect_lock_t *)__kmp_allocate(
3171 lck = &lock_table->table[row][col];
3445 for (kmp_uint32 row = 0; row < ptr->nrow_ptrs; ++row) {
3446 if (!ptr->table[row])
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c243 * we need to stop one row before the sector-wise overlap, to prevent any
244 * row-wise overlap. For example, in the diagram above, when we reflow sector
248 * without risking data loss by overlapping the row. As an added benefit, it
262 * must be large enough to get us to the point that one row does not overlap
285 * fashion. For a multi-row block, the second sector is in the first column
677 * column must appear in each row.
709 * reflow_offset_synced should be UINT64_MAX. For each row, if the row is
711 * Otherwise this row will come from the old location. Therefore, rows that
766 for (uint64_t row
[all...]
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_screen.c608 long row; local
612 T(("...failed to read string for row %d", n + 1));
616 row = strtol(txt, &next, 10);
617 if (row != (n + 1) || *next != ':') {
618 T(("...failed to read row-number %d", n + 1));
625 T(("...failed to read cells for row %d", n + 1));
886 /* Write row-data */
H A Dlib_mouse.c293 sp->_emxmouse_buttons[1], mouev.col, mouev.row);
296 sp->_emxmouse_buttons[3], mouev.col, mouev.row);
299 sp->_emxmouse_buttons[2], mouev.col, mouev.row);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1255 const llvm::DWARFDebugLine::Row &row = line_table->Rows[idx];
1257 sequence.get(), row.Address.Address, row.Line, row.Column, row.File,
1258 row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin,
1259 row
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h181 const UnwindPlan::Row *row, Thread *thread, bool verbose) const;
367 // It would be used for an UnwindPlan row where we can't track
387 lldb::addr_t m_offset = 0; // Offset into the function for this row
428 // Returns a pointer to the best row for the given offset into the function's
430 // unknown - the final row in the UnwindPlan is returned. In practice, the
432 // architectural default UnwindPlan which will only have one row.
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1020 UnwindPlan::RowSP row(new UnwindPlan::Row);
1024 row->GetCFAValue().SetIsRegisterPlusOffset(dwarf_sp_mips64, 0);
1027 row->SetRegisterLocationToRegister(dwarf_pc_mips64, dwarf_ra_mips64,
1030 unwind_plan.AppendRow(row);
/freebsd-current/sys/dev/fb/
H A Dvesa.c1601 vesa_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
1604 return ((*prevvidsw->read_hw_cursor)(adp, col, row));
1608 vesa_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
1611 return ((*prevvidsw->set_hw_cursor)(adp, col, row));
H A Dvga.c1275 int roff; /* row offset */
2264 vga_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
2282 *row = off / adp->va_info.vi_width;
2290 * Move the hardware text cursor. If col and row are both -1,
2296 vga_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
2304 if ((col == -1) && (row == -1)) {
2309 off = row*adp->va_info.vi_width + col;
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp231 UnwindLogMsg("async active row: %s", active_row_strm.GetData());
258 UnwindLogMsg("could not find an unwindplan row for this frame's pc");
445 UnwindPlan::RowSP row = m_full_unwind_plan_sp->GetRowForFunctionOffset(0); local
446 if (row.get()) {
447 if (!ReadFrameAddress(row_register_kind, row->GetCFAValue(), m_cfa)) {
456 ReadFrameAddress(row_register_kind, row->GetAFAValue(), m_afa);
475 UnwindLogMsg("could not find a row for function offset zero");
617 UnwindLogMsg("async active row: %s", active_row_strm.GetData());
649 UnwindLogMsg("active row: %s", active_row_strm.GetData());
665 UnwindLogMsg("active row
[all...]
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c758 /* Constants for row-based hash */
759 #define ZSTD_ROW_HASH_TAG_OFFSET 16 /* byte offset of hashes in the match state's tagTable from the beginning of a row */
762 #define ZSTD_ROW_HASH_MAX_ENTRIES 64 /* absolute maximum number of entries per row, for all configurations */
832 * Returns the next index to insert at within a tagTable row, and updates the "head"
833 * value to reflect the update. Essentially cycles backwards from [0, {entries per row})
850 * Performs prefetching for the hashTable and tagTable at a given row.
863 assert(ZSTD_isAligned(hashTable + relRow, 64)); /* prefetched hash row always 64-byte aligned */
883 U32 const row = (hash >> ZSTD_ROW_HASH_TAG_BITS) << rowLog; local
884 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog);
903 U32 const row local
929 U32* const row = hashTable + relRow; local
1195 U32* const row = hashTable + relRow; local
[all...]
/freebsd-current/contrib/nvi/vi/
H A Dv_txt.c2131 size_t base, cnt, col, colwidth, numrows, numcols, prefix, row; local
2206 for (row = 0; row < numrows; ++row) {
2207 for (base = row, col = 0; col < numcols; ++col) {
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq.c2371 size_t row, rows; local
2398 for (row = 0; row < rows; row++) {
2399 for (word = row; word < words; word += rows)

Completed in 396 milliseconds

12345678