Home
last modified time | relevance | path

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

/src/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()
176 if((tmp[table->columns[c]->num_rows++].data = strdup("")) == NULL) in rtbl_new_row()
192 for (i = 0; i < column->num_rows; i++) in column_compute_width()
294 tmp = realloc (c->rows, (c->num_rows + 1) * sizeof (*tmp)); in add_column_entry()
[all …]
/src/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
164 dlg_free_columns(char **target, int per_row, int num_rows) in dlg_free_columns() argument
/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp415 static void PrintTagInfoAroundAddr(uptr addr, uptr num_rows, in PrintTagInfoAroundAddr() argument
419 uptr beg_row = center_row_beg - kDumpWidth * (num_rows / 2); in PrintTagInfoAroundAddr()
420 uptr end_row = center_row_beg + kDumpWidth * ((num_rows + 1) / 2); in PrintTagInfoAroundAddr()
/src/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c317 u32 num_rows; member
3720 u32 total_size = ram_defs->num_rows * VFC_RAM_RESP_DWORDS; in ecore_grc_dump_vfc_ram()
3734 …for (row = ram_defs->base_row; row < ram_defs->base_row + ram_defs->num_rows; row++, offset += VFC… in ecore_grc_dump_vfc_ram()
/src/sys/dev/mrsas/
H A Dmrsas.h835 u_int64_t num_rows; member
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5566 const int num_rows = CalculateTotalNumberRows(m_rows); in WindowDelegateDraw() local
5571 if (m_first_visible_row > 0 && num_rows < num_visible_rows) in WindowDelegateDraw()