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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1445 static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){ function
1487 cellUnion(pRtree, &cell, pCell);
1544 cellUnion(pRtree, p, pInsert);
1665 cellUnion(pRtree, &cell, pCell);
2046 cellUnion(pRtree, &left, &aCell[aaSorted[ii][kk]]);
2048 cellUnion(pRtree, &right, &aCell[aaSorted[ii][kk]]);
2079 cellUnion(pRtree, pBbox, pCell);
2131 cellUnion(pRtree, pBboxRight, pNext);
2134 cellUnion(pRtree, pBboxLeft, pNext);
2400 cellUnion(pRtre
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c125713 static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c146412 static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c146444 static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){ function
[all...]

Completed in 1187 milliseconds