Searched refs:aCell (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1495 RtreeCell *aCell,
1515 x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj]));
1516 x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1]));
1537 RtreeCell *aCell,
1543 before = cellOverlap(pRtree, p, aCell, nCell, iExclude);
1545 after = cellOverlap(pRtree, p, aCell, nCell, iExclude);
1578 RtreeCell *aCell = 0; local
1583 aCell = sqlite3_malloc(sizeof(RtreeCell)*nCell);
1584 if( !aCell ){
1591 nodeGetCell(pRtree, pNode, jj, &aCell[j
1492 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell, int iExclude ) argument
1533 cellOverlapEnlargement( Rtree *pRtree, RtreeCell *p, RtreeCell *pInsert, RtreeCell *aCell, int nCell, int iExclude ) argument
1701 LinearPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
1719 LinearPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
1781 QuadraticPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
1813 QuadraticPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
1929 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
1989 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
2091 splitNodeGuttman( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
2173 RtreeCell *aCell; local
2455 RtreeCell *aCell; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c105 StatCell *aCell; /* Array of parsed cells */ member in struct:StatPage
226 sqlite3_free(p->aCell[i].aOvfl);
229 sqlite3_free(p->aCell);
309 p->aCell = sqlite3_malloc((p->nCell+1) * sizeof(StatCell));
310 memset(p->aCell, 0, (p->nCell+1) * sizeof(StatCell));
313 StatCell *pCell = &p->aCell[i];
401 StatCell *pCell = &p->aCell[p->iCell];
438 p[1].iPgno = p->aCell[p->iCell].iChildPg;
477 nPayload += p->aCell[i].nLocal;
/external/chromium_org/chrome/browser/resources/omnibox/
H A Domnibox.js257 var aCell = document.createElement('a');
258 aCell.textContent = text;
259 aCell.href = text;
260 cell.appendChild(aCell);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c125760 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell, int iExclude ) argument
125801 cellOverlapEnlargement( Rtree *pRtree, RtreeCell *p, RtreeCell *pInsert, RtreeCell *aCell, int nCell, int iExclude ) argument
125846 RtreeCell *aCell = 0; local
125969 LinearPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
125987 LinearPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
126049 QuadraticPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
126081 QuadraticPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
126197 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
126257 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
126359 splitNodeGuttman( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
126441 RtreeCell *aCell; local
126723 RtreeCell *aCell; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c146458 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell ) argument
146512 RtreeCell *aCell = 0; local
146682 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
146741 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
146869 RtreeCell *aCell; local
147152 RtreeCell *aCell; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c146490 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell ) argument
146544 RtreeCell *aCell = 0; local
146714 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
146773 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
146901 RtreeCell *aCell; local
147184 RtreeCell *aCell; local
[all...]

Completed in 935 milliseconds