RtreeCell        124382 third_party/sqlite/amalgamation/sqlite3.c typedef struct RtreeCell RtreeCell;
RtreeCell        124812 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pCell, 
RtreeCell        124846 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pCell 
RtreeCell        124951 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pCell
RtreeCell        125124 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pCell,               /* Cell to test */
RtreeCell        125150 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell cell;
RtreeCell        125204 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell cell;
RtreeCell        125677 third_party/sqlite/amalgamation/sqlite3.c static float cellArea(Rtree *pRtree, RtreeCell *p){
RtreeCell        125690 third_party/sqlite/amalgamation/sqlite3.c static float cellMargin(Rtree *pRtree, RtreeCell *p){
RtreeCell        125702 third_party/sqlite/amalgamation/sqlite3.c static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){
RtreeCell        125721 third_party/sqlite/amalgamation/sqlite3.c static int cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){
RtreeCell        125739 third_party/sqlite/amalgamation/sqlite3.c static float cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell){
RtreeCell        125741 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell cell;
RtreeCell        125742 third_party/sqlite/amalgamation/sqlite3.c   memcpy(&cell, p, sizeof(RtreeCell));
RtreeCell        125751 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *p, 
RtreeCell        125752 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell, 
RtreeCell        125792 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *p, 
RtreeCell        125793 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pInsert, 
RtreeCell        125794 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell, 
RtreeCell        125814 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pCell,            /* Cell to insert into rtree */
RtreeCell        125832 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell cell;
RtreeCell        125835 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell *aCell = 0;
RtreeCell        125840 third_party/sqlite/amalgamation/sqlite3.c       aCell = sqlite3_malloc(sizeof(RtreeCell)*nCell);
RtreeCell        125908 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pCell                  /* This cell was just inserted */
RtreeCell        125913 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell cell;
RtreeCell        125951 third_party/sqlite/amalgamation/sqlite3.c static int rtreeInsertCell(Rtree *, RtreeNode *, RtreeCell *, int);
RtreeCell        125958 third_party/sqlite/amalgamation/sqlite3.c static RtreeCell *LinearPickNext(
RtreeCell        125960 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell, 
RtreeCell        125962 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pLeftBox, 
RtreeCell        125963 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pRightBox,
RtreeCell        125978 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell, 
RtreeCell        126038 third_party/sqlite/amalgamation/sqlite3.c static RtreeCell *QuadraticPickNext(
RtreeCell        126040 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell, 
RtreeCell        126042 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pLeftBox, 
RtreeCell        126043 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pRightBox,
RtreeCell        126072 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell, 
RtreeCell        126191 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell, 
RtreeCell        126248 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell,
RtreeCell        126252 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pBboxLeft,
RtreeCell        126253 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pBboxRight
RtreeCell        126293 third_party/sqlite/amalgamation/sqlite3.c       RtreeCell left;
RtreeCell        126294 third_party/sqlite/amalgamation/sqlite3.c       RtreeCell right;
RtreeCell        126299 third_party/sqlite/amalgamation/sqlite3.c       memcpy(&left, &aCell[aaSorted[ii][0]], sizeof(RtreeCell));
RtreeCell        126300 third_party/sqlite/amalgamation/sqlite3.c       memcpy(&right, &aCell[aaSorted[ii][nCell-1]], sizeof(RtreeCell));
RtreeCell        126329 third_party/sqlite/amalgamation/sqlite3.c   memcpy(pBboxLeft, &aCell[aaSorted[iBestDim][0]], sizeof(RtreeCell));
RtreeCell        126330 third_party/sqlite/amalgamation/sqlite3.c   memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
RtreeCell        126333 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
RtreeCell        126334 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]];
RtreeCell        126350 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell,
RtreeCell        126354 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pBboxLeft,
RtreeCell        126355 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pBboxRight
RtreeCell        126370 third_party/sqlite/amalgamation/sqlite3.c   memcpy(pBboxLeft, &aCell[iLeftSeed], sizeof(RtreeCell));
RtreeCell        126371 third_party/sqlite/amalgamation/sqlite3.c   memcpy(pBboxRight, &aCell[iRightSeed], sizeof(RtreeCell));
RtreeCell        126378 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell *pNext;
RtreeCell        126422 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pCell,
RtreeCell        126430 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell;
RtreeCell        126436 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell leftbbox;
RtreeCell        126437 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell rightbbox;
RtreeCell        126442 third_party/sqlite/amalgamation/sqlite3.c   aCell = sqlite3_malloc((sizeof(RtreeCell)+sizeof(int))*(nCell+1));
RtreeCell        126453 third_party/sqlite/amalgamation/sqlite3.c   memcpy(&aCell[nCell], pCell, sizeof(RtreeCell));
RtreeCell        126652 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell box;                            /* Bounding box for pNode */
RtreeCell        126655 third_party/sqlite/amalgamation/sqlite3.c       RtreeCell cell;
RtreeCell        126707 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pCell, 
RtreeCell        126712 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *aCell;
RtreeCell        126727 third_party/sqlite/amalgamation/sqlite3.c   aCell = (RtreeCell *)sqlite3_malloc(nCell * (
RtreeCell        126728 third_party/sqlite/amalgamation/sqlite3.c     sizeof(RtreeCell) +         /* aCell array */
RtreeCell        126742 third_party/sqlite/amalgamation/sqlite3.c       memcpy(&aCell[ii], pCell, sizeof(RtreeCell));
RtreeCell        126769 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell *p = &aCell[aOrder[ii]];
RtreeCell        126787 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell *p = &aCell[aOrder[ii]];
RtreeCell        126810 third_party/sqlite/amalgamation/sqlite3.c   RtreeCell *pCell,
RtreeCell        126853 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell cell;
RtreeCell        126990 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell cell;
RtreeCell        127360 third_party/sqlite/amalgamation/sqlite3.c     RtreeCell cell;
RtreeCell         125 third_party/sqlite/src/ext/rtree/rtree.c typedef struct RtreeCell RtreeCell;
RtreeCell         555 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pCell, 
RtreeCell         589 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pCell 
RtreeCell         694 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pCell
RtreeCell         867 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pCell,               /* Cell to test */
RtreeCell         893 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell cell;
RtreeCell         947 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell cell;
RtreeCell        1420 third_party/sqlite/src/ext/rtree/rtree.c static float cellArea(Rtree *pRtree, RtreeCell *p){
RtreeCell        1433 third_party/sqlite/src/ext/rtree/rtree.c static float cellMargin(Rtree *pRtree, RtreeCell *p){
RtreeCell        1445 third_party/sqlite/src/ext/rtree/rtree.c static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){
RtreeCell        1464 third_party/sqlite/src/ext/rtree/rtree.c static int cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){
RtreeCell        1482 third_party/sqlite/src/ext/rtree/rtree.c static float cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell){
RtreeCell        1484 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell cell;
RtreeCell        1485 third_party/sqlite/src/ext/rtree/rtree.c   memcpy(&cell, p, sizeof(RtreeCell));
RtreeCell        1494 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *p, 
RtreeCell        1495 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell, 
RtreeCell        1535 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *p, 
RtreeCell        1536 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pInsert, 
RtreeCell        1537 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell, 
RtreeCell        1557 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pCell,            /* Cell to insert into rtree */
RtreeCell        1575 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell cell;
RtreeCell        1578 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell *aCell = 0;
RtreeCell        1583 third_party/sqlite/src/ext/rtree/rtree.c       aCell = sqlite3_malloc(sizeof(RtreeCell)*nCell);
RtreeCell        1651 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pCell                  /* This cell was just inserted */
RtreeCell        1656 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell cell;
RtreeCell        1694 third_party/sqlite/src/ext/rtree/rtree.c static int rtreeInsertCell(Rtree *, RtreeNode *, RtreeCell *, int);
RtreeCell        1701 third_party/sqlite/src/ext/rtree/rtree.c static RtreeCell *LinearPickNext(
RtreeCell        1703 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell, 
RtreeCell        1705 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pLeftBox, 
RtreeCell        1706 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pRightBox,
RtreeCell        1721 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell, 
RtreeCell        1781 third_party/sqlite/src/ext/rtree/rtree.c static RtreeCell *QuadraticPickNext(
RtreeCell        1783 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell, 
RtreeCell        1785 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pLeftBox, 
RtreeCell        1786 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pRightBox,
RtreeCell        1815 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell, 
RtreeCell        1934 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell, 
RtreeCell        1991 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell,
RtreeCell        1995 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pBboxLeft,
RtreeCell        1996 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pBboxRight
RtreeCell        2036 third_party/sqlite/src/ext/rtree/rtree.c       RtreeCell left;
RtreeCell        2037 third_party/sqlite/src/ext/rtree/rtree.c       RtreeCell right;
RtreeCell        2042 third_party/sqlite/src/ext/rtree/rtree.c       memcpy(&left, &aCell[aaSorted[ii][0]], sizeof(RtreeCell));
RtreeCell        2043 third_party/sqlite/src/ext/rtree/rtree.c       memcpy(&right, &aCell[aaSorted[ii][nCell-1]], sizeof(RtreeCell));
RtreeCell        2072 third_party/sqlite/src/ext/rtree/rtree.c   memcpy(pBboxLeft, &aCell[aaSorted[iBestDim][0]], sizeof(RtreeCell));
RtreeCell        2073 third_party/sqlite/src/ext/rtree/rtree.c   memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
RtreeCell        2076 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
RtreeCell        2077 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]];
RtreeCell        2093 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell,
RtreeCell        2097 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pBboxLeft,
RtreeCell        2098 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pBboxRight
RtreeCell        2113 third_party/sqlite/src/ext/rtree/rtree.c   memcpy(pBboxLeft, &aCell[iLeftSeed], sizeof(RtreeCell));
RtreeCell        2114 third_party/sqlite/src/ext/rtree/rtree.c   memcpy(pBboxRight, &aCell[iRightSeed], sizeof(RtreeCell));
RtreeCell        2121 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell *pNext;
RtreeCell        2165 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pCell,
RtreeCell        2173 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell;
RtreeCell        2179 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell leftbbox;
RtreeCell        2180 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell rightbbox;
RtreeCell        2185 third_party/sqlite/src/ext/rtree/rtree.c   aCell = sqlite3_malloc((sizeof(RtreeCell)+sizeof(int))*(nCell+1));
RtreeCell        2196 third_party/sqlite/src/ext/rtree/rtree.c   memcpy(&aCell[nCell], pCell, sizeof(RtreeCell));
RtreeCell        2395 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell box;                            /* Bounding box for pNode */
RtreeCell        2398 third_party/sqlite/src/ext/rtree/rtree.c       RtreeCell cell;
RtreeCell        2450 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pCell, 
RtreeCell        2455 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *aCell;
RtreeCell        2470 third_party/sqlite/src/ext/rtree/rtree.c   aCell = (RtreeCell *)sqlite3_malloc(nCell * (
RtreeCell        2471 third_party/sqlite/src/ext/rtree/rtree.c     sizeof(RtreeCell) +         /* aCell array */
RtreeCell        2485 third_party/sqlite/src/ext/rtree/rtree.c       memcpy(&aCell[ii], pCell, sizeof(RtreeCell));
RtreeCell        2512 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell *p = &aCell[aOrder[ii]];
RtreeCell        2530 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell *p = &aCell[aOrder[ii]];
RtreeCell        2553 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCell *pCell,
RtreeCell        2596 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell cell;
RtreeCell        2733 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell cell;
RtreeCell        3103 third_party/sqlite/src/ext/rtree/rtree.c     RtreeCell cell;