Lines Matching refs:rSize
2806 LogEst rSize; /* Number of rows in the table */ in whereLoopAddBtreeIndex() local
2841 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtreeIndex()
2842 rLogSize = estLog(rSize); in whereLoopAddBtreeIndex()
3105 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize); in whereLoopAddBtreeIndex()
3389 LogEst rSize; /* number of rows in the table */ in whereLoopAddBtree() local
3432 rSize = pTab->nRowLogEst; in whereLoopAddBtree()
3450 rLogSize = estLog(rSize); in whereLoopAddBtree()
3467 pNew->rSetup = rLogSize + rSize; in whereLoopAddBtree()
3502 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtree()
3511 pNew->nOut = rSize; in whereLoopAddBtree()
3536 pNew->rRun = rSize + 16 - 2*((pTab->tabFlags & TF_HasStat4)!=0); in whereLoopAddBtree()
3538 pNew->rRun = rSize + 16; in whereLoopAddBtree()
3544 whereLoopOutputAdjust(pWC, pNew, rSize); in whereLoopAddBtree()
3546 pNew->nOut = rSize; in whereLoopAddBtree()
3579 pNew->rRun = rSize + 1 + (15*pProbe->szIdxRow)/pTab->szTabRow; in whereLoopAddBtree()
3586 LogEst nLookup = rSize + 16; /* Base cost: N*3 */ in whereLoopAddBtree()
3608 whereLoopOutputAdjust(pWC, pNew, rSize); in whereLoopAddBtree()
3617 pNew->nOut = rSize; in whereLoopAddBtree()