Searched refs:smallestGoodSize (Results 1 – 1 of 1) sorted by relevance
165 int smallestGoodSize = maxRows_ + 1; in searchColumn() local184 if (size >= numRows && size < smallestGoodSize) in searchColumn()186 smallestGoodSize = size; in searchColumn()201 *destSize = smallestGoodSize; in searchColumn()