Lines Matching defs:growth
30928 /* Force exponential buffer size growth as long as it does not overflow,
33293 /* When converting from UTF-16, the maximum growth results from
33301 /* When converting from UTF-8 to UTF-16 the maximum growth is caused
203173 RtreeDValue growth;
203176 growth = cellGrowth(pRtree, &cell, pCell);
203178 if( iCell==0||growth<fMinGrowth||(growth==fMinGrowth && area<fMinArea) ){
203182 fMinGrowth = growth;