cellArea         125743 third_party/sqlite/amalgamation/sqlite3.c   area = cellArea(pRtree, &cell);
cellArea         125745 third_party/sqlite/amalgamation/sqlite3.c   return (cellArea(pRtree, &cell)-area);
cellArea         125864 third_party/sqlite/amalgamation/sqlite3.c       area = cellArea(pRtree, &cell);
cellArea         126086 third_party/sqlite/amalgamation/sqlite3.c       float right = cellArea(pRtree, &aCell[jj]);
cellArea         126311 third_party/sqlite/amalgamation/sqlite3.c       area = cellArea(pRtree, &left) + cellArea(pRtree, &right);
cellArea         1486 third_party/sqlite/src/ext/rtree/rtree.c   area = cellArea(pRtree, &cell);
cellArea         1488 third_party/sqlite/src/ext/rtree/rtree.c   return (cellArea(pRtree, &cell)-area);
cellArea         1607 third_party/sqlite/src/ext/rtree/rtree.c       area = cellArea(pRtree, &cell);
cellArea         1829 third_party/sqlite/src/ext/rtree/rtree.c       float right = cellArea(pRtree, &aCell[jj]);
cellArea         2054 third_party/sqlite/src/ext/rtree/rtree.c       area = cellArea(pRtree, &left) + cellArea(pRtree, &right);