Searched defs:iLeftSeed (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1727 int iLeftSeed = 0; local
1765 iLeftSeed = iCellLeft;
1771 *piLeftSeed = iLeftSeed;
1823 int iLeftSeed = 0; local
1834 iLeftSeed = ii;
1841 *piLeftSeed = iLeftSeed;
2100 int iLeftSeed = 0; local
2111 PickSeeds(pRtree, aCell, nCell, &iLeftSeed, &iRightSeed);
2113 memcpy(pBboxLeft, &aCell[iLeftSeed], sizeof(RtreeCell));
2115 nodeInsertCell(pRtree, pLeft, &aCell[iLeftSeed]);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c125995 int iLeftSeed = 0; local
126091 int iLeftSeed = 0; local
126368 int iLeftSeed = 0; local
[all...]

Completed in 260 milliseconds