Lines Matching full:rows_in_array
152 JDIMENSION rows_in_array; /* total virtual array height */
168 JDIMENSION rows_in_array; /* total virtual array height */
540 result->rows_in_array = numrows;
570 result->rows_in_array = numrows;
602 maximum_space += (long) sptr->rows_in_array *
610 maximum_space += (long) bptr->rows_in_array *
641 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L;
644 sptr->rows_in_mem = sptr->rows_in_array;
649 (long) sptr->rows_in_array *
665 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L;
668 bptr->rows_in_mem = bptr->rows_in_array;
673 (long) bptr->rows_in_array *
705 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
738 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
767 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess ||
852 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess ||