RTREE_MINCELLS   124451 third_party/sqlite/amalgamation/sqlite3.c #define RTREE_MINCELLS(p) ((((p)->iNodeSize-4)/(p)->nBytesPerCell)/3)
RTREE_MINCELLS    194 third_party/sqlite/src/ext/rtree/rtree.c #define RTREE_MINCELLS(p) ((((p)->iNodeSize-4)/(p)->nBytesPerCell)/3)