estLog 99339 third_party/sqlite/amalgamation/sqlite3.c rTotal, rTotal+nRow*estLog(nRow))); estLog 99340 third_party/sqlite/amalgamation/sqlite3.c rTotal += nRow*estLog(nRow); estLog 99419 third_party/sqlite/amalgamation/sqlite3.c logN = estLog(nTableRow); estLog 99878 third_party/sqlite/amalgamation/sqlite3.c rCost += estLog(rCost)*rCost; estLog 100642 third_party/sqlite/amalgamation/sqlite3.c log10N = estLog(aiRowEst[0]); estLog 100675 third_party/sqlite/amalgamation/sqlite3.c cost += nRow*estLog(nRow)*3; estLog 1685 third_party/sqlite/src/src/where.c rTotal, rTotal+nRow*estLog(nRow))); estLog 1686 third_party/sqlite/src/src/where.c rTotal += nRow*estLog(nRow); estLog 1765 third_party/sqlite/src/src/where.c logN = estLog(nTableRow); estLog 2224 third_party/sqlite/src/src/where.c rCost += estLog(rCost)*rCost; estLog 2988 third_party/sqlite/src/src/where.c log10N = estLog(aiRowEst[0]); estLog 3021 third_party/sqlite/src/src/where.c cost += nRow*estLog(nRow)*3;