Home
last modified time | relevance | path

Searched refs:iBestSplit (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/rtree/
H A Drtree.c2003 int iBestSplit; in splitNodeStartree() local
2068 iBestSplit = iBestLeft; in splitNodeStartree()
2073 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell)); in splitNodeStartree()
2075 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight; in splitNodeStartree()
2076 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight; in splitNodeStartree()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rtree/
H A Drtree.c2281 int iBestSplit = 0; in splitNodeStartree() local
2346 iBestSplit = iBestLeft; in splitNodeStartree()
2351 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell)); in splitNodeStartree()
2353 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight; in splitNodeStartree()
2354 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight; in splitNodeStartree()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A Drtree.c2427 int iBestSplit = 0; in splitNodeStartree() local
2492 iBestSplit = iBestLeft; in splitNodeStartree()
2497 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell)); in splitNodeStartree()
2499 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight; in splitNodeStartree()
2500 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight; in splitNodeStartree()
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A Drtree.c2445 int iBestSplit = 0; in splitNodeStartree() local
2510 iBestSplit = iBestLeft; in splitNodeStartree()
2515 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell)); in splitNodeStartree()
2517 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight; in splitNodeStartree()
2518 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight; in splitNodeStartree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A Drtree.c2445 int iBestSplit = 0; in splitNodeStartree() local
2510 iBestSplit = iBestLeft; in splitNodeStartree()
2515 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell)); in splitNodeStartree()
2517 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight; in splitNodeStartree()
2518 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight; in splitNodeStartree()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c109028 int iBestSplit;
109093 iBestSplit = iBestLeft;
109098 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
109100 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
109101 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c102953 int iBestSplit;
103018 iBestSplit = iBestLeft;
103023 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
103025 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
103026 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c115203 int iBestSplit;
115268 iBestSplit = iBestLeft;
115273 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
115275 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
115276 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c108601 int iBestSplit;
108666 iBestSplit = iBestLeft;
108671 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
108673 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
108674 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c132121 int iBestSplit = 0;
132186 iBestSplit = iBestLeft;
132191 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
132193 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
132194 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c126417 int iBestSplit = 0;
126482 iBestSplit = iBestLeft;
126487 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
126489 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
126490 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c126381 int iBestSplit = 0;
126446 iBestSplit = iBestLeft;
126451 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
126453 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
126454 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c129029 int iBestSplit = 0;
129094 iBestSplit = iBestLeft;
129099 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
129101 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
129102 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c144251 int iBestSplit = 0;
144316 iBestSplit = iBestLeft;
144321 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
144323 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
144324 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c145655 int iBestSplit = 0;
145720 iBestSplit = iBestLeft;
145725 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
145727 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
145728 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c138358 int iBestSplit = 0;
138423 iBestSplit = iBestLeft;
138428 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
138430 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
138431 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c146755 int iBestSplit = 0;
146820 iBestSplit = iBestLeft;
146825 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
146827 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
146828 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c139239 int iBestSplit = 0;
139304 iBestSplit = iBestLeft;
139309 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
139311 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
139312 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c145655 int iBestSplit = 0;
145720 iBestSplit = iBestLeft;
145725 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
145727 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
145728 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c145655 int iBestSplit = 0;
145720 iBestSplit = iBestLeft;
145725 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
145727 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
145728 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c143159 int iBestSplit = 0;
143224 iBestSplit = iBestLeft;
143229 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
143231 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
143232 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c154715 int iBestSplit = 0;
154780 iBestSplit = iBestLeft;
154785 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
154787 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
154788 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c154715 int iBestSplit = 0;
154780 iBestSplit = iBestLeft;
154785 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
154787 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
154788 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c152504 int iBestSplit = 0;
152569 iBestSplit = iBestLeft;
152574 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
152576 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
152577 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c149511 int iBestSplit = 0;
149576 iBestSplit = iBestLeft;
149581 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
149583 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
149584 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;

1234567