Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drtbl.c51 size_t num_rows; member
111 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 …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_report.cpp510 static void PrintTagInfoAroundAddr(tag_t *tag_ptr, uptr num_rows, in PrintTagInfoAroundAddr() argument
516 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()
/netbsd-src/sbin/raidctl/
H A Draidctl.c827 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()
/netbsd-src/lib/libcrypt/
H A Dcrypt.c1066 prtab(const char *s, unsigned char *t, int num_rows) in prtab() argument
1071 for (i = 0; i < num_rows; i++) { in prtab()
/netbsd-src/sys/dev/raidframe/
H A Draidframevar.h432 int num_rows; /* number of rows in this RAID set */ member
H A Drf_netbsdkintf.c3186 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()