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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c148 int nBytesPerCell; /* Bytes consumed per cell */ member in struct:Rtree
194 #define RTREE_MINCELLS(p) ((((p)->iNodeSize-4)/(p)->nBytesPerCell)/3)
529 if( NCELL(pNode)>((pRtree->iNodeSize-4)/pRtree->nBytesPerCell) ){
559 u8 *p = &pNode->zData[4 + pRtree->nBytesPerCell*iCell];
571 u8 *pDst = &pNode->zData[4 + pRtree->nBytesPerCell*iCell];
572 u8 *pSrc = &pDst[pRtree->nBytesPerCell];
573 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell;
594 nMaxCell = (pRtree->iNodeSize-4)/pRtree->nBytesPerCell;
670 return readInt64(&pNode->zData[4 + pRtree->nBytesPerCell*iCell]);
683 readCoord(&pNode->zData[12 + pRtree->nBytesPerCell*iCel
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124405 int nBytesPerCell; /* Bytes consumed per cell */ member in struct:Rtree
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c144765 u8 nBytesPerCell; /* Bytes consumed per cell */ member in struct:Rtree
[all...]
/external/sqlite/dist/
H A Dsqlite3.c144797 u8 nBytesPerCell; /* Bytes consumed per cell */ member in struct:Rtree
[all...]

Completed in 932 milliseconds