NCELL            124786 third_party/sqlite/amalgamation/sqlite3.c     if( NCELL(pNode)>((pRtree->iNodeSize-4)/pRtree->nBytesPerCell) ){
NCELL            124830 third_party/sqlite/amalgamation/sqlite3.c   int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell;
NCELL            124832 third_party/sqlite/amalgamation/sqlite3.c   writeInt16(&pNode->zData[2], NCELL(pNode)-1);
NCELL            124852 third_party/sqlite/amalgamation/sqlite3.c   nCell = NCELL(pNode);
NCELL            124926 third_party/sqlite/amalgamation/sqlite3.c   assert( iCell<NCELL(pNode) );
NCELL            125283 third_party/sqlite/amalgamation/sqlite3.c   for(ii=0; isEof && ii<NCELL(pChild); ii++){
NCELL            125315 third_party/sqlite/amalgamation/sqlite3.c   int nCell = NCELL(pNode);
NCELL            125361 third_party/sqlite/amalgamation/sqlite3.c       int nCell = NCELL(pNode);
NCELL            125555 third_party/sqlite/amalgamation/sqlite3.c       int nCell = NCELL(pRoot);
NCELL            125569 third_party/sqlite/amalgamation/sqlite3.c       assert( rc!=SQLITE_OK || !pCsr->pNode || pCsr->iCell<NCELL(pCsr->pNode) );
NCELL            125831 third_party/sqlite/amalgamation/sqlite3.c     int nCell = NCELL(pNode);
NCELL            126384 third_party/sqlite/amalgamation/sqlite3.c     if( (RTREE_MINCELLS(pRtree)-NCELL(pRight)==i)
NCELL            126385 third_party/sqlite/amalgamation/sqlite3.c      || (diff>0.0 && (RTREE_MINCELLS(pRtree)-NCELL(pLeft)!=i))
NCELL            126429 third_party/sqlite/amalgamation/sqlite3.c   int nCell = NCELL(pNode);
NCELL            126516 third_party/sqlite/amalgamation/sqlite3.c   for(i=0; i<NCELL(pRight); i++){
NCELL            126527 third_party/sqlite/amalgamation/sqlite3.c     for(i=0; i<NCELL(pLeft); i++){
NCELL            126651 third_party/sqlite/amalgamation/sqlite3.c     int nCell = NCELL(pNode);
NCELL            126694 third_party/sqlite/amalgamation/sqlite3.c     if( NCELL(pNode)<RTREE_MINCELLS(pRtree) ){
NCELL            126722 third_party/sqlite/amalgamation/sqlite3.c   nCell = NCELL(pNode)+1;
NCELL            126849 third_party/sqlite/amalgamation/sqlite3.c   int nCell = NCELL(pNode);
NCELL            126950 third_party/sqlite/amalgamation/sqlite3.c     if( rc==SQLITE_OK && pRtree->iDepth>0 && NCELL(pRoot)==1 ){
NCELL            127357 third_party/sqlite/amalgamation/sqlite3.c   for(ii=0; ii<NCELL(&node); ii++){
NCELL             529 third_party/sqlite/src/ext/rtree/rtree.c     if( NCELL(pNode)>((pRtree->iNodeSize-4)/pRtree->nBytesPerCell) ){
NCELL             573 third_party/sqlite/src/ext/rtree/rtree.c   int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell;
NCELL             575 third_party/sqlite/src/ext/rtree/rtree.c   writeInt16(&pNode->zData[2], NCELL(pNode)-1);
NCELL             595 third_party/sqlite/src/ext/rtree/rtree.c   nCell = NCELL(pNode);
NCELL             669 third_party/sqlite/src/ext/rtree/rtree.c   assert( iCell<NCELL(pNode) );
NCELL            1026 third_party/sqlite/src/ext/rtree/rtree.c   for(ii=0; isEof && ii<NCELL(pChild); ii++){
NCELL            1058 third_party/sqlite/src/ext/rtree/rtree.c   int nCell = NCELL(pNode);
NCELL            1104 third_party/sqlite/src/ext/rtree/rtree.c       int nCell = NCELL(pNode);
NCELL            1298 third_party/sqlite/src/ext/rtree/rtree.c       int nCell = NCELL(pRoot);
NCELL            1312 third_party/sqlite/src/ext/rtree/rtree.c       assert( rc!=SQLITE_OK || !pCsr->pNode || pCsr->iCell<NCELL(pCsr->pNode) );
NCELL            1574 third_party/sqlite/src/ext/rtree/rtree.c     int nCell = NCELL(pNode);
NCELL            2127 third_party/sqlite/src/ext/rtree/rtree.c     if( (RTREE_MINCELLS(pRtree)-NCELL(pRight)==i)
NCELL            2128 third_party/sqlite/src/ext/rtree/rtree.c      || (diff>0.0 && (RTREE_MINCELLS(pRtree)-NCELL(pLeft)!=i))
NCELL            2172 third_party/sqlite/src/ext/rtree/rtree.c   int nCell = NCELL(pNode);
NCELL            2259 third_party/sqlite/src/ext/rtree/rtree.c   for(i=0; i<NCELL(pRight); i++){
NCELL            2270 third_party/sqlite/src/ext/rtree/rtree.c     for(i=0; i<NCELL(pLeft); i++){
NCELL            2394 third_party/sqlite/src/ext/rtree/rtree.c     int nCell = NCELL(pNode);
NCELL            2437 third_party/sqlite/src/ext/rtree/rtree.c     if( NCELL(pNode)<RTREE_MINCELLS(pRtree) ){
NCELL            2465 third_party/sqlite/src/ext/rtree/rtree.c   nCell = NCELL(pNode)+1;
NCELL            2592 third_party/sqlite/src/ext/rtree/rtree.c   int nCell = NCELL(pNode);
NCELL            2693 third_party/sqlite/src/ext/rtree/rtree.c     if( rc==SQLITE_OK && pRtree->iDepth>0 && NCELL(pRoot)==1 ){
NCELL            3100 third_party/sqlite/src/ext/rtree/rtree.c   for(ii=0; ii<NCELL(&node); ii++){