Searched defs:PickSeeds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c83 #define PickSeeds QuadraticPickSeeds macro
88 #define PickSeeds LinearPickSeeds macro
1716 ** Implementation of the linear variant of the PickSeeds() function from
1810 ** Implementation of the quadratic variant of the PickSeeds() function from
2111 PickSeeds(pRtree, aCell, nCell, &iLeftSeed, &iRightSeed);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124355 #define PickSeeds macro
124360 #define PickSeeds macro
[all...]

Completed in 242 milliseconds