HomeSort by: relevance | last modified time | path
    Searched refs:num_rows (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/raidframe/
raidframevar.h 432 int num_rows; /* number of rows in this RAID set */ member in struct:RF_ComponentLabel_s
rf_netbsdkintf.c 3186 clabel->num_rows > 0 &&
3188 clabel->row < clabel->num_rows &&
3254 clabel->num_rows, clabel->num_columns);
3366 (clabel1->num_rows == clabel2->num_rows) &&
3631 clabel->num_rows = 1;
  /src/sbin/raidctl/
raidctl.c 827 component_label.num_rows, component_label.num_columns);
864 component_label.num_rows = 0;
884 component_label.num_rows = 0;
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_report.cpp 510 static void PrintTagInfoAroundAddr(tag_t *tag_ptr, uptr num_rows,
516 tag_t *beg_row = center_row_beg - row_len * (num_rows / 2);
517 tag_t *end_row = center_row_beg + row_len * ((num_rows + 1) / 2);
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_report.cpp 342 static void PrintTagInfoAroundAddr(uptr addr, uptr num_rows,
346 uptr beg_row = center_row_beg - kDumpWidth * (num_rows / 2);
347 uptr end_row = center_row_beg + kDumpWidth * ((num_rows + 1) / 2);
  /src/lib/libcrypt/
crypt.c 1066 prtab(const char *s, unsigned char *t, int num_rows)
1071 for (i = 0; i < num_rows; i++) {

Completed in 48 milliseconds