Searched refs:RTREE_MINCELLS (Results 1 – 1 of 1) sorted by relevance
218364 #define RTREE_MINCELLS(p) ((((p)->iNodeSize-4)/(p)->nBytesPerCell)/3) macro218365 #define RTREE_REINSERT(p) RTREE_MINCELLS(p)220594 nLeft=RTREE_MINCELLS(pRtree);220595 nLeft<=(nCell-RTREE_MINCELLS(pRtree));220617 if( (nLeft==RTREE_MINCELLS(pRtree))220945 if( NCELL(pNode)<RTREE_MINCELLS(pRtree) ){