Searched refs:num_rows (Results 1 – 6 of 6) sorted by relevance
51 size_t num_rows; member111 for (j = 0; j < c->num_rows; j++) in rtbl_destroy()146 col->num_rows = 0; in rtbl_add_column_by_id()166 if(table->columns[c]->num_rows > max_rows) in rtbl_new_row()167 max_rows = table->columns[c]->num_rows; in rtbl_new_row()171 if(table->columns[c]->num_rows == max_rows) in rtbl_new_row()178 while(table->columns[c]->num_rows < max_rows) { in rtbl_new_row()179 if((tmp[table->columns[c]->num_rows++].data = strdup("")) == NULL) in rtbl_new_row()195 for (i = 0; i < column->num_rows; i++) in column_compute_width()297 tmp = realloc (c->rows, (c->num_rows + 1) * sizeof (*tmp)); in add_column_entry()[all …]
510 static void PrintTagInfoAroundAddr(tag_t *tag_ptr, uptr num_rows, in PrintTagInfoAroundAddr() argument516 tag_t *beg_row = center_row_beg - row_len * (num_rows / 2); in PrintTagInfoAroundAddr()517 tag_t *end_row = center_row_beg + row_len * ((num_rows + 1) / 2); in PrintTagInfoAroundAddr()
827 component_label.num_rows, component_label.num_columns); in get_component_label() 864 component_label.num_rows = 0; in set_component_label() 884 component_label.num_rows = 0; in init_component_labels()
1066 prtab(const char *s, unsigned char *t, int num_rows) in prtab() argument 1071 for (i = 0; i < num_rows; i++) { in prtab()
432 int num_rows; /* number of rows in this RAID set */ member
3186 clabel->num_rows > 0 && in rf_reasonable_label() 3188 clabel->row < clabel->num_rows && in rf_reasonable_label() 3254 clabel->num_rows, clabel->num_columns); in rf_print_component_label() 3366 (clabel1->num_rows == clabel2->num_rows) && in rf_does_it_fit() 3631 clabel->num_rows = 1; in raid_init_component_label()