Home
last modified time | relevance | path

Searched refs:aPool (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/editors/libreoffice/libreoffice-7.2.6.2/o3tl/qa/
H A Dtest-vector_pool.cxx34 vector_pool<int> aPool; in testPoolBasics() local
36 std::ptrdiff_t nIdx1 = aPool.alloc(); in testPoolBasics()
43 aPool.free(nIdx2); in testPoolBasics()
44 aPool.free(nIdx3); in testPoolBasics()
46 nIdx2 = aPool.alloc(); in testPoolBasics()
47 nIdx3 = aPool.alloc(); in testPoolBasics()
55 vector_pool<int> aPool; in testPoolValueSemantics() local
66 aPool.free(nIdx2); in testPoolValueSemantics()
67 aPool.free(nIdx3); in testPoolValueSemantics()
69 nIdx2 = aPool.store(1); in testPoolValueSemantics()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/o3tl/qa/
H A Dtest-vector_pool.cxx34 vector_pool<int> aPool; in testPoolBasics() local
36 std::ptrdiff_t nIdx1 = aPool.alloc(); in testPoolBasics()
43 aPool.free(nIdx2); in testPoolBasics()
44 aPool.free(nIdx3); in testPoolBasics()
46 nIdx2 = aPool.alloc(); in testPoolBasics()
47 nIdx3 = aPool.alloc(); in testPoolBasics()
55 vector_pool<int> aPool; in testPoolValueSemantics() local
66 aPool.free(nIdx2); in testPoolValueSemantics()
67 aPool.free(nIdx3); in testPoolValueSemantics()
69 nIdx2 = aPool.store(1); in testPoolValueSemantics()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmem3.c106 Mem3Block *aPool; member
159 mem3.aPool[i].u.list.next = 0; in memsys3UnlinkFromList()
160 mem3.aPool[i].u.list.prev = 0; in memsys3UnlinkFromList()
189 mem3.aPool[i].u.list.next = *pRoot; in memsys3LinkIntoList()
190 mem3.aPool[i].u.list.prev = 0; in memsys3LinkIntoList()
258 x = mem3.aPool[i-1].u.hdr.size4x; in memsys3Checkout()
262 return &mem3.aPool[i]; in memsys3Checkout()
295 return (void*)&mem3.aPool[newi]; in memsys3FromKeyBlk()
441 assert( p>mem3.aPool && p<&mem3.aPool[mem3.nPool] ); in memsys3FreeUnsafe()
442 i = p - mem3.aPool; in memsys3FreeUnsafe()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmem3.c106 Mem3Block *aPool; member
159 mem3.aPool[i].u.list.next = 0; in memsys3UnlinkFromList()
160 mem3.aPool[i].u.list.prev = 0; in memsys3UnlinkFromList()
189 mem3.aPool[i].u.list.next = *pRoot; in memsys3LinkIntoList()
190 mem3.aPool[i].u.list.prev = 0; in memsys3LinkIntoList()
258 x = mem3.aPool[i-1].u.hdr.size4x; in memsys3Checkout()
262 return &mem3.aPool[i]; in memsys3Checkout()
295 return (void*)&mem3.aPool[newi]; in memsys3FromMaster()
441 assert( p>mem3.aPool && p<&mem3.aPool[mem3.nPool] ); in memsys3FreeUnsafe()
442 i = p - mem3.aPool; in memsys3FreeUnsafe()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmem3.c106 Mem3Block *aPool; member
159 mem3.aPool[i].u.list.next = 0; in memsys3UnlinkFromList()
160 mem3.aPool[i].u.list.prev = 0; in memsys3UnlinkFromList()
189 mem3.aPool[i].u.list.next = *pRoot; in memsys3LinkIntoList()
190 mem3.aPool[i].u.list.prev = 0; in memsys3LinkIntoList()
258 x = mem3.aPool[i-1].u.hdr.size4x; in memsys3Checkout()
262 return &mem3.aPool[i]; in memsys3Checkout()
295 return (void*)&mem3.aPool[newi]; in memsys3FromMaster()
441 assert( p>mem3.aPool && p<&mem3.aPool[mem3.nPool] ); in memsys3FreeUnsafe()
442 i = p - mem3.aPool; in memsys3FreeUnsafe()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmem3.c106 Mem3Block *aPool; member
159 mem3.aPool[i].u.list.next = 0; in memsys3UnlinkFromList()
160 mem3.aPool[i].u.list.prev = 0; in memsys3UnlinkFromList()
189 mem3.aPool[i].u.list.next = *pRoot; in memsys3LinkIntoList()
190 mem3.aPool[i].u.list.prev = 0; in memsys3LinkIntoList()
258 x = mem3.aPool[i-1].u.hdr.size4x; in memsys3Checkout()
262 return &mem3.aPool[i]; in memsys3Checkout()
295 return (void*)&mem3.aPool[newi]; in memsys3FromKeyBlk()
441 assert( p>mem3.aPool && p<&mem3.aPool[mem3.nPool] ); in memsys3FreeUnsafe()
442 i = p - mem3.aPool; in memsys3FreeUnsafe()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmem3.c106 Mem3Block *aPool; member
159 mem3.aPool[i].u.list.next = 0; in memsys3UnlinkFromList()
160 mem3.aPool[i].u.list.prev = 0; in memsys3UnlinkFromList()
189 mem3.aPool[i].u.list.next = *pRoot; in memsys3LinkIntoList()
190 mem3.aPool[i].u.list.prev = 0; in memsys3LinkIntoList()
258 x = mem3.aPool[i-1].u.hdr.size4x; in memsys3Checkout()
262 return &mem3.aPool[i]; in memsys3Checkout()
295 return (void*)&mem3.aPool[newi]; in memsys3FromMaster()
441 assert( p>mem3.aPool && p<&mem3.aPool[mem3.nPool] ); in memsys3FreeUnsafe()
442 i = p - mem3.aPool; in memsys3FreeUnsafe()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dexcform8.cxx152 aPool.Store( "-/-" ); in Convert()
153 aPool >> aStack; in Convert()
915 aPool << ocBad; in Convert()
916 aPool >> aStack; in Convert()
922 aPool << ocBad; in Convert()
923 aPool >> aStack; in Convert()
1300 aPool >> aStack; in ConvertExternName()
1415 aPool << ocBad; in ConvertExternName()
1416 aPool >> aStack; in ConvertExternName()
1421 aPool << ocBad; in ConvertExternName()
[all …]
H A Dexcform.cxx199 aPool >> aStack; in GetDummy()
225 aPool >> aStack; in Convert()
861 aPool << ocBad; in Convert()
868 aPool << ocBad; in Convert()
1565 aPool << eId; in DoMulArgs()
1567 aPool << ocOpen; in DoMulArgs()
1607 aPool << ocClose; in DoMulArgs()
1609 aPool >> aStack; in DoMulArgs()
1666 aPool.Reset(); in GetBoolErr()
1689 aPool << eOc; in GetBoolErr()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dexcform8.cxx155 aPool.Store( "-/-" ); in Convert()
156 aPool >> aStack; in Convert()
918 aPool << ocBad; in Convert()
919 aPool >> aStack; in Convert()
925 aPool << ocBad; in Convert()
926 aPool >> aStack; in Convert()
1303 aPool >> aStack; in ConvertExternName()
1418 aPool << ocBad; in ConvertExternName()
1419 aPool >> aStack; in ConvertExternName()
1424 aPool << ocBad; in ConvertExternName()
[all …]
H A Dexcform.cxx194 aPool >> aStack; in GetDummy()
220 aPool >> aStack; in Convert()
856 aPool << ocBad; in Convert()
863 aPool << ocBad; in Convert()
1560 aPool << eId; in DoMulArgs()
1562 aPool << ocOpen; in DoMulArgs()
1602 aPool << ocClose; in DoMulArgs()
1604 aPool >> aStack; in DoMulArgs()
1661 aPool.Reset(); in GetBoolErr()
1684 aPool << eOc; in GetBoolErr()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/qa/rtl/random/
H A Drtl_random.cxx45 rtlRandomPool aPool = rtl_random_createPool(); in createPool_001() local
50 rtl_random_destroyPool(aPool); in createPool_001()
74 rtlRandomPool aPool = rtl_random_createPool(); in destroyPool_001() local
79 rtl_random_destroyPool(aPool); in destroyPool_001()
113 rtl_random_destroyPool(aPool); in addBytes_000()
129 rtl_random_destroyPool(aPool); in addBytes_001()
232 rtl_random_destroyPool(aPool); in getBytes_000()
248 rtl_random_destroyPool(aPool); in getBytes_001()
268 rtl_random_destroyPool(aPool); in getBytes_002()
299 rtl_random_destroyPool(aPool); in getBytes_003()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/qa/rtl/random/
H A Drtl_random.cxx45 rtlRandomPool aPool = rtl_random_createPool(); in createPool_001() local
50 rtl_random_destroyPool(aPool); in createPool_001()
74 rtlRandomPool aPool = rtl_random_createPool(); in destroyPool_001() local
79 rtl_random_destroyPool(aPool); in destroyPool_001()
113 rtl_random_destroyPool(aPool); in addBytes_000()
129 rtl_random_destroyPool(aPool); in addBytes_001()
236 rtl_random_destroyPool(aPool); in getBytes_000()
252 rtl_random_destroyPool(aPool); in getBytes_001()
278 rtl_random_destroyPool(aPool); in getBytes_002()
309 rtl_random_destroyPool(aPool); in getBytes_003()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp61 BPool aPool; in tryPool1() local
80 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
90 aPool.print(ndbout); in tryPool1()
100 aPool.release(anArray[r]); in tryPool1()
147 BPool aPool; in tryPool2() local
149 if(!aPool.setSize(size)){ in tryPool2()
167 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
177 aPool.print(ndbout); in tryPool2()
183 aPool.getPtr(size + r); in tryPool2()
192 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp61 BPool aPool; in tryPool1() local
80 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
90 aPool.print(ndbout); in tryPool1()
100 aPool.release(anArray[r]); in tryPool1()
147 BPool aPool; in tryPool2() local
149 if(!aPool.setSize(size)){ in tryPool2()
167 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
177 aPool.print(ndbout); in tryPool2()
183 aPool.getPtr(size + r); in tryPool2()
192 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp61 BPool aPool; in tryPool1() local
80 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
90 aPool.print(ndbout); in tryPool1()
100 aPool.release(anArray[r]); in tryPool1()
147 BPool aPool; in tryPool2() local
149 if(!aPool.setSize(size)){ in tryPool2()
167 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
177 aPool.print(ndbout); in tryPool2()
183 aPool.getPtr(size + r); in tryPool2()
192 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp63 BPool aPool; in tryPool1() local
82 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
92 aPool.print(ndbout); in tryPool1()
102 aPool.release(anArray[r]); in tryPool1()
149 BPool aPool; in tryPool2() local
151 if(!aPool.setSize(size)){ in tryPool2()
169 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
179 aPool.print(ndbout); in tryPool2()
185 aPool.getPtr(size + r); in tryPool2()
194 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp63 BPool aPool; in tryPool1() local
82 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
92 aPool.print(ndbout); in tryPool1()
102 aPool.release(anArray[r]); in tryPool1()
149 BPool aPool; in tryPool2() local
151 if(!aPool.setSize(size)){ in tryPool2()
169 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
179 aPool.print(ndbout); in tryPool2()
185 aPool.getPtr(size + r); in tryPool2()
194 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp63 BPool aPool; in tryPool1() local
82 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
92 aPool.print(ndbout); in tryPool1()
102 aPool.release(anArray[r]); in tryPool1()
149 BPool aPool; in tryPool2() local
151 if(!aPool.setSize(size)){ in tryPool2()
169 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
179 aPool.print(ndbout); in tryPool2()
185 aPool.getPtr(size + r); in tryPool2()
194 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp63 BPool aPool; in tryPool1() local
82 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
92 aPool.print(ndbout); in tryPool1()
102 aPool.release(anArray[r]); in tryPool1()
149 BPool aPool; in tryPool2() local
151 if(!aPool.setSize(size)){ in tryPool2()
169 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
179 aPool.print(ndbout); in tryPool2()
185 aPool.getPtr(size + r); in tryPool2()
194 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp63 BPool aPool; in tryPool1() local
82 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
92 aPool.print(ndbout); in tryPool1()
102 aPool.release(anArray[r]); in tryPool1()
149 BPool aPool; in tryPool2() local
151 if(!aPool.setSize(size)){ in tryPool2()
169 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
179 aPool.print(ndbout); in tryPool2()
185 aPool.getPtr(size + r); in tryPool2()
194 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp61 BPool aPool; in tryPool1() local
80 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
90 aPool.print(ndbout); in tryPool1()
100 aPool.release(anArray[r]); in tryPool1()
147 BPool aPool; in tryPool2() local
149 if(!aPool.setSize(size)){ in tryPool2()
167 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
177 aPool.print(ndbout); in tryPool2()
183 aPool.getPtr(size + r); in tryPool2()
192 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp61 BPool aPool; in tryPool1() local
80 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
90 aPool.print(ndbout); in tryPool1()
100 aPool.release(anArray[r]); in tryPool1()
147 BPool aPool; in tryPool2() local
149 if(!aPool.setSize(size)){ in tryPool2()
167 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
177 aPool.print(ndbout); in tryPool2()
183 aPool.getPtr(size + r); in tryPool2()
192 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/vm/al_test/
H A DarrayPoolTest.cpp52 BPool aPool; in tryPool1() local
71 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool1()
81 aPool.print(ndbout); in tryPool1()
91 aPool.release(anArray[r]); in tryPool1()
138 BPool aPool; in tryPool2() local
140 if(!aPool.setSize(size)){ in tryPool2()
158 (aPool.noOfFree() == aPool.noOfFree2()) && in tryPool2()
168 aPool.print(ndbout); in tryPool2()
174 aPool.getPtr(size + r); in tryPool2()
183 aPool.release(anArray[r]); in tryPool2()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/lotus/
H A Dlotform.cxx76 aPool << nBuf0; in DoFunc()
109 aPool << ocOpen; in DoFunc()
185 aPool << eOc; in DoFunc()
187 aPool << ocOpen; in DoFunc()
239 aPool << nBuf1; in DoFunc()
242 aPool << ocClose; in DoFunc()
244 aPool >> aStack; in DoFunc()
342 rParam = aPool.Store(); in IncToken()
348 rParam = aPool.Store(); in DecToken()
354 rParam = aPool.Store(); in NegToken()
[all …]

12345678910>>...12