Lines Matching refs:rSize
120885 LogEst rSize; /* Number of rows in the table */
120915 rSize = pProbe->aiRowLogEst[0];
120916 rLogSize = estLog(rSize);
121072 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize);
121252 LogEst rSize; /* number of rows in the table */
121294 rSize = pTab->nRowLogEst;
121295 rLogSize = estLog(rSize);
121328 pNew->rSetup = rLogSize + rSize + 4;
121355 rSize = pProbe->aiRowLogEst[0];
121362 pNew->nOut = rSize;
121374 pNew->rRun = rSize + 16;
121376 whereLoopOutputAdjust(pWC, pNew, rSize);
121378 pNew->nOut = rSize;
121407 pNew->rRun = rSize + 1 + (15*pProbe->szIdxRow)/pTab->szTabRow;
121409 pNew->rRun = sqlite3LogEstAdd(pNew->rRun, rSize+16);
121412 whereLoopOutputAdjust(pWC, pNew, rSize);
121414 pNew->nOut = rSize;