Home
last modified time | relevance | path

Searched refs:get4byte (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/japanese/sj3-lib/sj3-2.0.1.20/kanakan/
H A Dsdepend.c60 get4byte(Uchar *p) in get4byte() function
472 stdycnt = get4byte(hd + StdyNormCnt); in openstdy()
473 stdypos = get4byte(hd + StdyNormPos); in openstdy()
474 stdylen = get4byte(hd + StdyNormLen); in openstdy()
475 stdymax = get4byte(hd + StdyNormNum); in openstdy()
476 clidxpos = get4byte(hd + StdyClIdxPos); in openstdy()
477 clidxlen = get4byte(hd + StdyClIdxLen); in openstdy()
478 clstdypos = get4byte(hd + StdyClSegPos); in openstdy()
479 clstdylen = get4byte(hd + StdyClSegLen); in openstdy()
480 clstdystep = get4byte(hd + StdyClIdxStep); in openstdy()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/repair/
H A Dcheckfreelist.c52 #define get4byte(x) ( \ macro
170 u32 iNext = get4byte(&aData[0]); in checkFreelist()
171 u32 nLeaf = get4byte(&aData[4]); in checkFreelist()
189 u32 iLeaf = get4byte(&aData[8 + 4*i]); in checkFreelist()
266 iRet = get4byte(&zBlob[iOff]); in readint_function()
H A Dcheckindex.c29 #define get4byte(x) ( \ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/repair/
H A Dcheckfreelist.c52 #define get4byte(x) ( \ macro
170 u32 iNext = get4byte(&aData[0]); in checkFreelist()
171 u32 nLeaf = get4byte(&aData[4]); in checkFreelist()
189 u32 iLeaf = get4byte(&aData[8 + 4*i]); in checkFreelist()
266 iRet = get4byte(&zBlob[iOff]); in readint_function()
H A Dcheckindex.c29 #define get4byte(x) ( \ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/repair/
H A Dcheckfreelist.c52 #define get4byte(x) ( \ macro
170 u32 iNext = get4byte(&aData[0]); in checkFreelist()
171 u32 nLeaf = get4byte(&aData[4]); in checkFreelist()
189 u32 iLeaf = get4byte(&aData[8 + 4*i]); in checkFreelist()
266 iRet = get4byte(&zBlob[iOff]); in readint_function()
H A Dcheckindex.c29 #define get4byte(x) ( \ macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.c3802 next = get4byte(pPage->aData); in getOverflowPage()
4904 n = get4byte(&pPage1->aData[36]); in allocateBtreePage()
5991 Pgno child = get4byte(z);
6189 pgno = get4byte(pRight); in balance_nonroot()
6201 pgno = get4byte(apDiv[i]); in balance_nonroot()
6206 pgno = get4byte(apDiv[i]); in balance_nonroot()
7196 int subtree = get4byte(c1); in swapChildren()
7197 put4byte( c1, get4byte(c2) ); in swapChildren()
8052 i = get4byte(pOvflData); in checkList()
8058 iPage = get4byte(pOvflData); in checkList()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbtree.c4749 next = get4byte(pPage->aData); in getOverflowPage()
5978 n = get4byte(&pPage1->aData[36]); in allocateBtreePage()
7448 Pgno child = get4byte(z);
7649 pgno = get4byte(pRight); in balance_nonroot()
7669 pgno = get4byte(apDiv[i]); in balance_nonroot()
7674 pgno = get4byte(apDiv[i]); in balance_nonroot()
9038 ovflIn = get4byte(aIn); in sqlite3BtreeTransferRow()
9948 i = get4byte(pOvflData); in checkList()
9953 iPage = get4byte(pOvflData); in checkList()
10113 pgno = get4byte(&data[hdr+8]); in checkTreePage()
[all …]
H A DbtreeInt.h714 #define get4byte sqlite3Get4byte macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbtree.c3454 if( get4byte(pCell)==iFrom ){ in modifyPagePointer()
4465 next = get4byte(pPage->aData); in getOverflowPage()
5678 n = get4byte(&pPage1->aData[36]); in allocateBtreePage()
6996 Pgno child = get4byte(z);
7199 pgno = get4byte(pRight); in balance_nonroot()
7211 pgno = get4byte(apDiv[i]); in balance_nonroot()
7216 pgno = get4byte(apDiv[i]); in balance_nonroot()
9137 i = get4byte(pOvflData); in checkList()
9142 iPage = get4byte(pOvflData); in checkList()
9295 pgno = get4byte(&data[hdr+8]); in checkTreePage()
[all …]
H A DbtreeInt.h687 #define get4byte sqlite3Get4byte macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbtree.c3618 if( get4byte(pCell)==iFrom ){ in modifyPagePointer()
4695 next = get4byte(pPage->aData); in getOverflowPage()
5919 n = get4byte(&pPage1->aData[36]); in allocateBtreePage()
7385 Pgno child = get4byte(z);
7586 pgno = get4byte(pRight); in balance_nonroot()
7604 pgno = get4byte(apDiv[i]); in balance_nonroot()
7609 pgno = get4byte(apDiv[i]); in balance_nonroot()
9755 i = get4byte(pOvflData); in checkList()
9760 iPage = get4byte(pOvflData); in checkList()
9920 pgno = get4byte(&data[hdr+8]); in checkTreePage()
[all …]
H A DbtreeInt.h697 #define get4byte sqlite3Get4byte macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbtree.c3642 if( get4byte(pCell)==iFrom ){ in modifyPagePointer()
4719 next = get4byte(pPage->aData); in getOverflowPage()
5948 n = get4byte(&pPage1->aData[36]); in allocateBtreePage()
7418 Pgno child = get4byte(z);
7619 pgno = get4byte(pRight); in balance_nonroot()
7637 pgno = get4byte(apDiv[i]); in balance_nonroot()
7642 pgno = get4byte(apDiv[i]); in balance_nonroot()
9792 i = get4byte(pOvflData); in checkList()
9797 iPage = get4byte(pOvflData); in checkList()
9957 pgno = get4byte(&data[hdr+8]); in checkTreePage()
[all …]
H A DbtreeInt.h713 #define get4byte sqlite3Get4byte macro
/dports/games/d2x/d2x-0.2.5/main/
H A Dbmread.c1099 void get4byte(byte *bytep) in get4byte() function
1197 get4byte(robptr->rapidfire_count); in bm_read_robot_ai()
1203 get4byte(robptr->evade_speed); in bm_read_robot_ai()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dbmread.cpp1239 static void get4byte(enumerated_array<int8_t, NDL, Difficulty_level_type> &bytep) in get4byte() function
1361 get4byte(robptr.rapidfire_count); in bm_read_robot_ai()
1374 get4byte(robptr.evade_speed); in bm_read_robot_ai()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c35850 #define get4byte sqlite3Get4byte
38520 if( get4byte(pCell)==iFrom ){
39510 next = get4byte(pPage->aData);
40483 n = get4byte(&pPage1->aData[36]);
40531 k = get4byte(&pTrunk->aData[4]);
41524 pgnoOld[i] = get4byte(apDiv[i]);
42428 pgnoChild = get4byte(pCell);
42983 *pMeta = get4byte(&pP1[36 + idx*4]);
43277 i = get4byte(pOvflData);
43282 iPage = get4byte(pOvflData);
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c37237 #define get4byte vtk_sqlite3Get4byte
40209 if( get4byte(pCell)==iFrom ){
41186 next = get4byte(pPage->aData);
42204 n = get4byte(&pPage1->aData[36]);
43134 Pgno child = get4byte(z);
43332 pgno = get4byte(pRight);
43344 pgno = get4byte(apDiv[i]);
43349 pgno = get4byte(apDiv[i]);
44945 i = get4byte(pOvflData);
44950 iPage = get4byte(pOvflData);
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c49089 #define get4byte sqlite3Get4byte
52133 if( get4byte(pCell)==iFrom ){
53135 next = get4byte(pPage->aData);
54209 n = get4byte(&pPage1->aData[36]);
55170 Pgno child = get4byte(z);
55368 pgno = get4byte(pRight);
55380 pgno = get4byte(apDiv[i]);
55385 pgno = get4byte(apDiv[i]);
57032 i = get4byte(pOvflData);
57037 iPage = get4byte(pOvflData);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c47272 #define get4byte sqlite3Get4byte
50300 if( get4byte(pCell)==iFrom ){
51303 next = get4byte(pPage->aData);
52320 n = get4byte(&pPage1->aData[36]);
53275 Pgno child = get4byte(z);
53473 pgno = get4byte(pRight);
53485 pgno = get4byte(apDiv[i]);
53490 pgno = get4byte(apDiv[i]);
55117 i = get4byte(pOvflData);
55122 iPage = get4byte(pOvflData);
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c47236 #define get4byte sqlite3Get4byte
50264 if( get4byte(pCell)==iFrom ){
51267 next = get4byte(pPage->aData);
52284 n = get4byte(&pPage1->aData[36]);
53239 Pgno child = get4byte(z);
53437 pgno = get4byte(pRight);
53449 pgno = get4byte(apDiv[i]);
53454 pgno = get4byte(apDiv[i]);
55081 i = get4byte(pOvflData);
55086 iPage = get4byte(pOvflData);
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c47981 #define get4byte sqlite3Get4byte
51013 if( get4byte(pCell)==iFrom ){
52017 next = get4byte(pPage->aData);
53037 n = get4byte(&pPage1->aData[36]);
53995 Pgno child = get4byte(z);
54193 pgno = get4byte(pRight);
54205 pgno = get4byte(apDiv[i]);
54210 pgno = get4byte(apDiv[i]);
55842 i = get4byte(pOvflData);
55847 iPage = get4byte(pOvflData);
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c50543 #define get4byte sqlite3Get4byte
53714 if( get4byte(pCell)==iFrom ){
54689 next = get4byte(pPage->aData);
55792 n = get4byte(&pPage1->aData[36]);
56775 Pgno child = get4byte(z);
56978 pgno = get4byte(pRight);
56990 pgno = get4byte(apDiv[i]);
56995 pgno = get4byte(apDiv[i]);
58685 i = get4byte(pOvflData);
58690 iPage = get4byte(pOvflData);
[all …]

1234567