Lines Matching refs:rSize
135278 LogEst rSize; /* Number of rows in the table */
135310 rSize = pProbe->aiRowLogEst[0];
135311 rLogSize = estLog(rSize);
135507 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize);
135704 LogEst rSize; /* number of rows in the table */
135746 rSize = pTab->nRowLogEst;
135747 rLogSize = estLog(rSize);
135779 pNew->rSetup = rLogSize + rSize + 4;
135810 rSize = pProbe->aiRowLogEst[0];
135819 pNew->nOut = rSize;
135831 pNew->rRun = rSize + 16;
135833 whereLoopOutputAdjust(pWC, pNew, rSize);
135835 pNew->nOut = rSize;
135864 pNew->rRun = rSize + 1 + (15*pProbe->szIdxRow)/pTab->szTabRow;
135871 LogEst nLookup = rSize + 16; /* Base cost: N*3 */
135893 whereLoopOutputAdjust(pWC, pNew, rSize);
135895 pNew->nOut = rSize;