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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c265 #define NCELL(pNode) readInt16(&(pNode)->zData[2]) macro
529 if( NCELL(pNode)>((pRtree->iNodeSize-4)/pRtree->nBytesPerCell) ){
573 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell;
575 writeInt16(&pNode->zData[2], NCELL(pNode)-1);
595 nCell = NCELL(pNode);
669 assert( iCell<NCELL(pNode) );
1026 for(ii=0; isEof && ii<NCELL(pChild); ii++){
1058 int nCell = NCELL(pNode);
1104 int nCell = NCELL(pNode);
1298 int nCell = NCELL(pRoo
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124533 #define NCELL macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c144949 #define NCELL macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c144981 #define NCELL macro
[all...]

Completed in 1405 milliseconds