Lines Matching full:minheights
620 size_t minheights, max_minheights;
655 * height; otherwise parcel it out with the same number of minheights
673 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L;
674 if (minheights <= max_minheights) {
697 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L;
698 if (minheights <= max_minheights) {