Searched refs:iBestDim (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c2002 int iBestDim; local
2066 iBestDim = ii;
2072 memcpy(pBboxLeft, &aCell[aaSorted[iBestDim][0]], sizeof(RtreeCell));
2073 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
2077 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c126270 int iBestDim; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c146754 int iBestDim = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c146786 int iBestDim = 0; local
[all...]

Completed in 6725 milliseconds