Home
last modified time | relevance | path

Searched refs:estimatedCost (Results 1 – 4 of 4) sorted by relevance

/third_party/sqlite/include/
Dsqlite3.h7140 double estimatedCost; /* Estimated cost of using this index */ member
/third_party/sqlite/src/
Dshell.c3097 pIdxInfo->estimatedCost = 10.0; in fsdirBestIndex()
3100 pIdxInfo->estimatedCost = 100.0; in fsdirBestIndex()
3623 pIdxInfo->estimatedCost = (double)5000 - 1000*nArg; in completionBestIndex()
5889 pIdxInfo->estimatedCost = (double)(2 - ((idxNum&4)!=0)); in seriesBestIndex()
8061 pIdxInfo->estimatedCost = 1000.0; in zipfileBestIndex()
9761 pIdxInfo->estimatedCost = 1000000.0 / (n+1); in expertBestIndex()
11505 pIdx->estimatedCost = 100; in dbdataBestIndex()
11518 pIdx->estimatedCost = 100000000; in dbdataBestIndex()
Dsqlite3.c7453 double estimatedCost; /* Estimated cost of using this index */ member
99237 pIdxInfo->estimatedCost = (double)100;
132582 pIdxInfo->estimatedCost = (double)1;
132596 pIdxInfo->estimatedCost = (double)2147483647;
132604 pIdxInfo->estimatedCost = (double)20;
151951 sqlite3DebugPrintf(" estimatedCost=%g\n", p->estimatedCost);
154559 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / (double)2;
154647 pNew->rRun = sqlite3LogEstFromDouble(pIdxInfo->estimatedCost);
174939 pInfo->estimatedCost = 5000000;
174951 pInfo->estimatedCost = 1e50;
[all …]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch81234 - /* The pIdxInfo->estimatedCost should have been initialized to a huge
81244 - pIdxInfo->estimatedCost = 10.0;
81247 - pIdxInfo->estimatedCost = 100.0;
82035 - pIdxInfo->estimatedCost = (double)5000 - 1000*nArg;
82769 + pIdxInfo->estimatedCost = (double)(2 - ((idxNum&4)!=0));
85793 + /* The pIdxInfo->estimatedCost should have been initialized to a huge
85803 + pIdxInfo->estimatedCost = 10.0;
85806 + pIdxInfo->estimatedCost = 100.0;
86592 - pIdxInfo->estimatedCost = (double)(2 - ((idxNum&4)!=0));
86612 + pIdxInfo->estimatedCost = (double)5000 - 1000*nArg;
[all …]