Home
last modified time | relevance | path

Searched refs:fMinGrowth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c220363 RtreeDValue fMinGrowth = RTREE_ZERO; local
220398 || growth<fMinGrowth
220399 || (growth==fMinGrowth && area<fMinArea)
220401 fMinGrowth = growth;