Searched refs:nBest (Results 1 – 1 of 1) sorted by relevance
255012 int nBest = 0; local255026 if( nPercent>=pConfig->nDeleteMerge && nPercent>nBest ){255028 nBest = nPercent;255058 int nBest = 0; /* Number of input segments on best level */ local255066 if( pLvl->nMerge>nBest ){255068 nBest = nMin;255072 if( pLvl->nSeg>nBest ){255073 nBest = pLvl->nSeg;255077 if( nBest<nMin ){