Lines Matching full:minheights
589 long minheights, max_minheights;
624 * height; otherwise parcel it out with the same number of minheights
642 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L;
643 if (minheights <= max_minheights) {
666 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L;
667 if (minheights <= max_minheights) {