Home
last modified time | relevance | path

Searched refs:szAtom (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmem5.c204 i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
280 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
284 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
301 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
313 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
315 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
473 mem5.szAtom = (1<<nMinLog); in memsys5Init()
474 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
475 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
478 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmem5.c204 i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
280 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
284 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
301 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
313 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
315 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
473 mem5.szAtom = (1<<nMinLog); in memsys5Init()
474 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
475 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
478 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmem5.c204 i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
280 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
284 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
301 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
313 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
315 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
473 mem5.szAtom = (1<<nMinLog); in memsys5Init()
474 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
475 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
478 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmem5.c204 i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
280 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
284 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
301 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
313 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
315 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
473 mem5.szAtom = (1<<nMinLog); in memsys5Init()
474 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
475 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
478 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/metadata/
H A Dcr3_parser.cpp253 szAtom = get4(); in parseCR3()
271 if (szAtom == 0ULL) in parseCR3()
278 szAtom = szAtomList - oAtom; in parseCR3()
280 szAtomContent = szAtom - 8ULL; in parseCR3()
282 else if (szAtom == 1LL) in parseCR3()
292 szAtomContent = szAtom - 16ULL; in parseCR3()
297 szAtomContent = szAtom - 8ULL; in parseCR3()
305 if (!memcmp(UIID, UUID_XMP, 16) && szAtom > 24LL && szAtom < 1024000LL) in parseCR3()
309 xmpdata[szAtom - 24] = 0; in parseCR3()
311 else if (!memcmp(UIID, UIID_CanonPreview, 16) && szAtom > 48LL && szAtom < 100LL * 1024000LL) in parseCR3()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/metadata/
H A Dcr3_parser.cpp253 szAtom = get4(); in parseCR3()
271 if (szAtom == 0ULL) in parseCR3()
278 szAtom = szAtomList - oAtom; in parseCR3()
280 szAtomContent = szAtom - 8ULL; in parseCR3()
282 else if (szAtom == 1LL) in parseCR3()
292 szAtomContent = szAtom - 16ULL; in parseCR3()
297 szAtomContent = szAtom - 8ULL; in parseCR3()
305 if (!memcmp(UIID, UUID_XMP, 16) && szAtom > 24LL && szAtom < 1024000LL) in parseCR3()
309 xmpdata[szAtom - 24] = 0; in parseCR3()
311 else if (!memcmp(UIID, UIID_CanonPreview, 16) && szAtom > 48LL && szAtom < 100LL * 1024000LL) in parseCR3()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmem5.c205 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom; in memsys5Size()
297 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
310 iBlock = ((u8 *)pOld-mem5.zPool)/mem5.szAtom; in memsys5FreeUnsafe()
314 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
324 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
326 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
478 mem5.szAtom = (1<<nMinLog); in memsys5Init()
479 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
480 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
483 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/graphics/libraw/LibRaw-0.20.2/src/metadata/
H A Dcr3_parser.cpp212 unsigned long long oAtom, szAtom; // Atom offset and Atom size in parseCR3() local
238 szAtom = get4(); in parseCR3()
256 if (szAtom == 0ULL) in parseCR3()
263 szAtom = szAtomList - oAtom; in parseCR3()
265 szAtomContent = szAtom - 8ULL; in parseCR3()
267 else if (szAtom == 1ULL) in parseCR3()
275 szAtom = (((unsigned long long)get4()) << 32) | get4(); in parseCR3()
277 szAtomContent = szAtom - 16ULL; in parseCR3()
282 szAtomContent = szAtom - 8ULL; in parseCR3()
450 ((oAtom + szAtom) >= (oAtomList + szAtomList)) && in parseCR3()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcanon_cr3_decoder.cc300 unsigned long long szAtom; // Atom offset and Atom size in parseCR3() local
346 szAtom = get4(); in parseCR3()
365 if (szAtom == 0) { in parseCR3()
371 szAtom = szAtomList - oAtom; in parseCR3()
373 szAtomContent = szAtom - 8; in parseCR3()
374 } else if (szAtom == 1) { in parseCR3()
381 szAtom = (static_cast<unsigned long long>(get4()) << 32) | get4(); in parseCR3()
383 szAtomContent = szAtom - 16; in parseCR3()
386 szAtomContent = szAtom - 8; in parseCR3()
536 && oAtom + szAtom >= oAtomList + szAtomList in parseCR3()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcanon_cr3_decoder.cc306 unsigned long long szAtom; // Atom offset and Atom size in parseCR3() local
352 szAtom = get4(); in parseCR3()
371 if (szAtom == 0) { in parseCR3()
377 szAtom = szAtomList - oAtom; in parseCR3()
379 szAtomContent = szAtom - 8; in parseCR3()
380 } else if (szAtom == 1) { in parseCR3()
387 szAtom = (static_cast<unsigned long long>(get4()) << 32) | get4(); in parseCR3()
389 szAtomContent = szAtom - 16; in parseCR3()
392 szAtomContent = szAtom - 8; in parseCR3()
542 && oAtom + szAtom >= oAtomList + szAtomList in parseCR3()
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dcanon_cr3_decoder.cc267 unsigned long long oAtom, szAtom; // Atom offset and Atom size in parseCR3() local
295 szAtom = get4(); in parseCR3()
313 if (szAtom == 0ULL) in parseCR3()
320 szAtom = szAtomList - oAtom; in parseCR3()
322 szAtomContent = szAtom - 8ULL; in parseCR3()
324 else if (szAtom == 1ULL) in parseCR3()
332 szAtom = (((unsigned long long)get4()) << 32) | get4(); in parseCR3()
334 szAtomContent = szAtom - 16ULL; in parseCR3()
339 szAtomContent = szAtom - 8ULL; in parseCR3()
506 ((oAtom + szAtom) >= (oAtomList + szAtomList)) && in parseCR3()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c14004 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom; in memsys5Size()
14092 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
14105 iBlock = ((u8 *)pOld-mem5.zPool)/mem5.szAtom; in memsys5FreeUnsafe()
14109 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
14119 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
14121 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
14272 mem5.szAtom = (1<<nMinLog); in memsys5Init()
14273 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
14274 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
14277 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c15752 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom; in memsys5Size()
15844 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
15857 iBlock = ((u8 *)pOld-mem5.zPool)/mem5.szAtom; in memsys5FreeUnsafe()
15861 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
15871 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
15873 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
16025 mem5.szAtom = (1<<nMinLog); in memsys5Init()
16026 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
16027 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
16030 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c9513 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom; in memsys5Size()
9605 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
9618 iBlock = ((u8 *)pOld-mem5.zPool)/mem5.szAtom; in memsys5FreeUnsafe()
9622 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
9632 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
9634 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
9786 mem5.szAtom = (1<<nMinLog); in memsys5Init()
9787 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
9788 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
9791 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c17808 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
17884 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
17888 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
17905 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
17915 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
17917 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
18076 mem5.szAtom = (1<<nMinLog); in memsys5Init()
18077 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
18078 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
18081 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/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.c17942 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
18018 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
18022 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
18039 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
18049 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
18051 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
18210 mem5.szAtom = (1<<nMinLog); in memsys5Init()
18211 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
18212 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
18215 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c17996 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
18072 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
18076 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
18093 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
18103 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
18105 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
18264 mem5.szAtom = (1<<nMinLog); in memsys5Init()
18265 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
18266 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
18269 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c17942 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
18018 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
18022 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
18039 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
18049 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
18051 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
18210 mem5.szAtom = (1<<nMinLog); in memsys5Init()
18211 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
18212 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
18215 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c17942 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
18018 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
18022 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
18039 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
18049 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
18051 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
18210 mem5.szAtom = (1<<nMinLog); in memsys5Init()
18211 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
18212 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
18215 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c16881 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom; in memsys5Size()
16973 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
16986 iBlock = ((u8 *)pOld-mem5.zPool)/mem5.szAtom; in memsys5FreeUnsafe()
16990 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
17000 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
17002 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
17154 mem5.szAtom = (1<<nMinLog); in memsys5Init()
17155 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
17156 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
17159 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c16316 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom; in memsys5Size()
16408 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
16421 iBlock = ((u8 *)pOld-mem5.zPool)/mem5.szAtom; in memsys5FreeUnsafe()
16425 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
16435 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
16437 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
16589 mem5.szAtom = (1<<nMinLog); in memsys5Init()
16590 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
16591 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
16594 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c16302 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom; in memsys5Size()
16394 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
16407 iBlock = ((u8 *)pOld-mem5.zPool)/mem5.szAtom; in memsys5FreeUnsafe()
16411 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
16421 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
16423 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
16575 mem5.szAtom = (1<<nMinLog); in memsys5Init()
16576 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
16577 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
16580 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c16390 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom; in memsys5Size()
16482 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
16495 iBlock = ((u8 *)pOld-mem5.zPool)/mem5.szAtom; in memsys5FreeUnsafe()
16499 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
16509 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
16511 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
16663 mem5.szAtom = (1<<nMinLog); in memsys5Init()
16664 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
16665 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
16668 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c18848 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
18924 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
18928 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
18945 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
18955 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
18957 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
19116 mem5.szAtom = (1<<nMinLog); in memsys5Init()
19117 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
19118 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
19121 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c18848 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
18924 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
18928 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
18945 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
18955 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
18957 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
19116 mem5.szAtom = (1<<nMinLog); in memsys5Init()
19117 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
19118 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
19121 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]

1234567