Searched defs:nCell (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dshowwal.c242 int nCell; local
255 nCell = a[3]*256 + a[4];
264 for(i=0; i<nCell; i++){
H A Dshowdb.c349 int nCell; local
372 nCell = a[3]*256 + a[4];
381 if( nCell>0 ){
389 memset(&zMap[hdrSize+iCellPtr], 'P', 2*nCell);
391 for(i=0; i<nCell; i++){
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c103 int nCell; /* Number of cells on page */ member in struct:StatPage
123 int nCell; /* Value of 'ncell' column */ member in struct:StatCursor
225 for(i=0; i<p->nCell; i++){
289 p->nCell = get2byte(&aHdr[3]);
295 nUnused = get2byte(&aHdr[5]) - nHdr - 2*p->nCell;
305 if( p->nCell ){
309 p->aCell = sqlite3_malloc((p->nCell+1) * sizeof(StatCell));
310 memset(p->aCell, 0, (p->nCell+1) * sizeof(StatCell));
312 for(i=0; i<p->nCell; i++){
400 while( p->iCell<p->nCell ){
[all...]
H A DbtreeInt.h284 u16 nCell; /* Number of cells on this page, local and ovfl */ member in struct:MemPage
H A Dbtree.c1063 int nCell; /* Number of cells on the page */ local
1079 nCell = pPage->nCell;
1080 assert( nCell==get2byte(&data[hdr+3]) );
1085 iCellFirst = cellOffset + 2*nCell;
1087 for(i=0; i<nCell; i++){
1165 gap = pPage->cellOffset + 2*pPage->nCell;
1402 pPage->nCell = get2byte(&data[hdr+3]);
1403 if( pPage->nCell>MX_CELL(pBt) ){
1407 testcase( pPage->nCell
2668 int nCell; /* Number of cells in page pPage */ local
2728 int nCell; local
4500 int nCell = pCell[0]; local
5528 assemblePage( MemPage *pPage, int nCell, u8 **apCell, u16 *aSize ) argument
5833 int nCell = 0; /* Number of cells in apCell[] */ local
6848 int nCell; local
7583 int nCell; local
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c591 int nCell; /* Current number of cells in pNode */ local
595 nCell = NCELL(pNode);
597 assert( nCell<=nMaxCell );
598 if( nCell<nMaxCell ){
599 nodeOverwriteCell(pRtree, pNode, pCell, nCell);
600 writeInt16(&pNode->zData[2], nCell+1);
604 return (nCell==nMaxCell);
1058 int nCell = NCELL(pNode); local
1059 for(ii=0; ii<nCell; ii++){
1104 int nCell local
1298 int nCell = NCELL(pRoot); local
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
1574 int nCell = NCELL(pNode); local
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
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
2172 int nCell = NCELL(pNode); local
2394 int nCell = NCELL(pNode); local
2457 int nCell; local
2592 int nCell = NCELL(pNode); local
3102 int nCell = 0; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46486 u16 nCell; /* Number of cells on this page, local and ovfl */ member in struct:MemPage
48182 int nCell; /* Number of cells on the page */ local
49787 int nCell; /* Number of cells in page pPage */ local
49847 int nCell; local
51619 int nCell = pCell[0]; local
52647 assemblePage( MemPage *pPage, int nCell, u8 **apCell, u16 *aSize ) argument
52952 int nCell = 0; /* Number of cells in apCell[] */ local
53967 int nCell; local
54702 int nCell; local
124859 int nCell; /* Current number of cells in pNode */ local
125326 int nCell = NCELL(pNode); local
125372 int nCell = NCELL(pNode); local
125566 int nCell = NCELL(pRoot); local
125760 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
125842 int nCell = NCELL(pNode); 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
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
126440 int nCell = NCELL(pNode); local
126662 int nCell = NCELL(pNode); local
126725 int nCell; local
126860 int nCell = NCELL(pNode); local
127370 int nCell = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c50881 u16 nCell; /* Number of cells on this page, local and ovfl */ member in struct:MemPage
52654 int nCell; /* Number of cells on the page */ local
54366 int nCell; /* Number of cells in page pPage */ local
54426 int nCell; local
56221 int nCell; local
57347 assemblePage( MemPage *pPage, int nCell, u8 **apCell, u16 *aSize ) argument
57657 int nCell = 0; /* Number of cells in apCell[] */ local
58712 int nCell; local
59492 int nCell; local
145279 int nCell; /* Current number of cells in pNode */ local
145720 int nCell = NCELL(pNode); local
145968 int nCell; local
146508 int nCell = NCELL(pNode); local
146741 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
146868 int nCell = NCELL(pNode); local
147091 int nCell = NCELL(pNode); local
147154 int nCell; local
147287 int nCell = NCELL(pNode); local
147919 int nCell = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c50901 u16 nCell; /* Number of cells on this page, local and ovfl */ member in struct:MemPage
52674 int nCell; /* Number of cells on the page */ local
54386 int nCell; /* Number of cells in page pPage */ local
54446 int nCell; local
56241 int nCell; local
57367 assemblePage( MemPage *pPage, int nCell, u8 **apCell, u16 *aSize ) argument
57677 int nCell = 0; /* Number of cells in apCell[] */ local
58732 int nCell; local
59512 int nCell; local
145311 int nCell; /* Current number of cells in pNode */ local
145752 int nCell = NCELL(pNode); local
146000 int nCell; local
146540 int nCell = NCELL(pNode); local
146773 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
146900 int nCell = NCELL(pNode); local
147123 int nCell = NCELL(pNode); local
147186 int nCell; local
147319 int nCell = NCELL(pNode); local
147951 int nCell = 0; local
[all...]

Completed in 992 milliseconds