Lines Matching refs:rSize
135294 LogEst rSize; /* Number of rows in the table */
135326 rSize = pProbe->aiRowLogEst[0];
135327 rLogSize = estLog(rSize);
135523 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize);
135720 LogEst rSize; /* number of rows in the table */
135762 rSize = pTab->nRowLogEst;
135763 rLogSize = estLog(rSize);
135795 pNew->rSetup = rLogSize + rSize + 4;
135826 rSize = pProbe->aiRowLogEst[0];
135835 pNew->nOut = rSize;
135847 pNew->rRun = rSize + 16;
135849 whereLoopOutputAdjust(pWC, pNew, rSize);
135851 pNew->nOut = rSize;
135880 pNew->rRun = rSize + 1 + (15*pProbe->szIdxRow)/pTab->szTabRow;
135887 LogEst nLookup = rSize + 16; /* Base cost: N*3 */
135909 whereLoopOutputAdjust(pWC, pNew, rSize);
135911 pNew->nOut = rSize;