Home
last modified time | relevance | path

Searched refs:num_rows (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/crypto/heimdal/lib/roken/
H A Drtbl.c48 size_t num_rows; member
108 for (j = 0; j < c->num_rows; j++) in rtbl_destroy()
143 col->num_rows = 0; in rtbl_add_column_by_id()
163 if(table->columns[c]->num_rows > max_rows) in rtbl_new_row()
164 max_rows = table->columns[c]->num_rows; in rtbl_new_row()
168 if(table->columns[c]->num_rows == max_rows) in rtbl_new_row()
175 while(table->columns[c]->num_rows < max_rows) { in rtbl_new_row()
192 for (i = 0; i < column->num_rows; i++) in column_compute_width()
300 c->rows[c->num_rows++] = row; in add_column_entry()
393 if (c->num_rows > j) { in rtbl_format()
[all …]
/freebsd-13.1/contrib/dialog/
H A Dcolumns.c28 row < num_rows; \
94 dlg_align_columns(char **target, int per_row, int num_rows) in dlg_align_columns() argument
165 dlg_free_columns(char **target, int per_row, int num_rows) in dlg_free_columns() argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp502 static void PrintTagInfoAroundAddr(tag_t *tag_ptr, uptr num_rows, in PrintTagInfoAroundAddr() argument
508 tag_t *beg_row = center_row_beg - row_len * (num_rows / 2); in PrintTagInfoAroundAddr()
509 tag_t *end_row = center_row_beg + row_len * ((num_rows + 1) / 2); in PrintTagInfoAroundAddr()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c319 u32 num_rows; member
3719 u32 total_size = ram_defs->num_rows * VFC_RAM_RESP_DWORDS; in ecore_grc_dump_vfc_ram()
3733 …for (row = ram_defs->base_row; row < ram_defs->base_row + ram_defs->num_rows; row++, offset += VFC… in ecore_grc_dump_vfc_ram()
/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas.h843 u_int64_t num_rows; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4079 const int num_rows = CalculateTotalNumberRows(m_rows); in WindowDelegateDraw() local
4084 if (m_first_visible_row > 0 && num_rows < num_visible_rows) in WindowDelegateDraw()