Lines Matching refs:rSize
120903 LogEst rSize; /* Number of rows in the table */
120933 rSize = pProbe->aiRowLogEst[0];
120934 rLogSize = estLog(rSize);
121090 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize);
121270 LogEst rSize; /* number of rows in the table */
121312 rSize = pTab->nRowLogEst;
121313 rLogSize = estLog(rSize);
121346 pNew->rSetup = rLogSize + rSize + 4;
121373 rSize = pProbe->aiRowLogEst[0];
121380 pNew->nOut = rSize;
121392 pNew->rRun = rSize + 16;
121394 whereLoopOutputAdjust(pWC, pNew, rSize);
121396 pNew->nOut = rSize;
121425 pNew->rRun = rSize + 1 + (15*pProbe->szIdxRow)/pTab->szTabRow;
121427 pNew->rRun = sqlite3LogEstAdd(pNew->rRun, rSize+16);
121430 whereLoopOutputAdjust(pWC, pNew, rSize);
121432 pNew->nOut = rSize;