Home
last modified time | relevance | path

Searched refs:high_index (Results 1 – 25 of 137) sorted by relevance

123456

/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomBinPage.c352 omAssume(low_index <= high_index && in omBinPageIndexFault()
360 om_MaxBinPageIndex = high_index; in omBinPageIndexFault()
385 om_MaxBinPageIndex = high_index; in omBinPageIndexFault()
398 omBinPageIndexFault(low_index, high_index); in omRegisterBinPages()
401 if (low_index < high_index) in omRegisterBinPages()
427 high_index = omGetPageShiftOfAddr(high_addr); in omRegisterBinPages()
428 while (high_index > shift) in omRegisterBinPages()
431 high_index--; in omRegisterBinPages()
445 if (low_index < high_index) in omUnregisterBinPages()
472 while (high_index > shift) in omUnregisterBinPages()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp138 high_index= 1; in init()
153 if (page_idx < high_index) in alloc_record()
203 Uint32 hi = high_index; in alloc_record()
246 high_index = hi + 1; in alloc_record()
279 page_idx= high_index++; in alloc_record()
319 if (page_idx + 1 == high_index) { in free_record()
365 high_index = 1; in rebuild_index()
387 high_index -= empty; in rebuild_index()
401 assert(high_index > 0); in reorg()
402 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
H A Dtest_varpage.cpp83 assert(page.high_index + page.insert_pos <= page.DATA_WORDS); in do_test()
126 ndbout << "Alloc hi: " << page.high_index << " (" << in do_test()
139 for(Uint32 i = page.high_index - 1; i > 0; i--) in do_test()
158 rec.idx = page.high_index; in do_test()
172 rec.idx = page.high_index + (rand() % (page.free_space - rec.size)); in do_test()
180 rec.idx = page.high_index + (page.free_space - rec.size) + 1; in do_test()
203 …ndbout << "Free hi: " << page.high_index << " no: " << no << " idx: " << rec.idx << " pos: " << po… in do_test()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp138 high_index= 1; in init()
153 if (page_idx < high_index) in alloc_record()
203 Uint32 hi = high_index; in alloc_record()
246 high_index = hi + 1; in alloc_record()
279 page_idx= high_index++; in alloc_record()
319 if (page_idx + 1 == high_index) { in free_record()
365 high_index = 1; in rebuild_index()
387 high_index -= empty; in rebuild_index()
401 assert(high_index > 0); in reorg()
402 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
H A Dtest_varpage.cpp83 assert(page.high_index + page.insert_pos <= page.DATA_WORDS); in do_test()
126 ndbout << "Alloc hi: " << page.high_index << " (" << in do_test()
139 for(Uint32 i = page.high_index - 1; i > 0; i--) in do_test()
158 rec.idx = page.high_index; in do_test()
172 rec.idx = page.high_index + (rand() % (page.free_space - rec.size)); in do_test()
180 rec.idx = page.high_index + (page.free_space - rec.size) + 1; in do_test()
203 …ndbout << "Free hi: " << page.high_index << " no: " << no << " idx: " << rec.idx << " pos: " << po… in do_test()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp138 high_index= 1; in init()
153 if (page_idx < high_index) in alloc_record()
203 Uint32 hi = high_index; in alloc_record()
246 high_index = hi + 1; in alloc_record()
279 page_idx= high_index++; in alloc_record()
319 if (page_idx + 1 == high_index) { in free_record()
365 high_index = 1; in rebuild_index()
387 high_index -= empty; in rebuild_index()
401 assert(high_index > 0); in reorg()
402 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
H A Dtest_varpage.cpp83 assert(page.high_index + page.insert_pos <= page.DATA_WORDS); in do_test()
126 ndbout << "Alloc hi: " << page.high_index << " (" << in do_test()
139 for(Uint32 i = page.high_index - 1; i > 0; i--) in do_test()
158 rec.idx = page.high_index; in do_test()
172 rec.idx = page.high_index + (rand() % (page.free_space - rec.size)); in do_test()
180 rec.idx = page.high_index + (page.free_space - rec.size) + 1; in do_test()
203 …ndbout << "Free hi: " << page.high_index << " no: " << no << " idx: " << rec.idx << " pos: " << po… in do_test()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp143 high_index= 1; in init()
158 if (page_idx < high_index) in alloc_record()
208 Uint32 hi = high_index; in alloc_record()
251 high_index = hi + 1; in alloc_record()
284 page_idx= high_index++; in alloc_record()
324 if (page_idx + 1 == high_index) { in free_record()
370 high_index = 1; in rebuild_index()
392 high_index -= empty; in rebuild_index()
406 assert(high_index > 0); in reorg()
407 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
H A Dtest_varpage.cpp85 assert(page.high_index + page.insert_pos <= page.DATA_WORDS); in do_test()
128 ndbout << "Alloc hi: " << page.high_index << " (" << in do_test()
141 for(Uint32 i = page.high_index - 1; i > 0; i--) in do_test()
160 rec.idx = page.high_index; in do_test()
174 rec.idx = page.high_index + (rand() % (page.free_space - rec.size)); in do_test()
182 rec.idx = page.high_index + (page.free_space - rec.size) + 1; in do_test()
205 …ndbout << "Free hi: " << page.high_index << " no: " << no << " idx: " << rec.idx << " pos: " << po… in do_test()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp160 high_index= 1; in init()
175 if (page_idx < high_index) in alloc_record()
225 Uint32 hi = high_index; in alloc_record()
268 high_index = hi + 1; in alloc_record()
301 page_idx= high_index++; in alloc_record()
342 if (page_idx + 1 == high_index) { in free_record()
388 high_index = 1; in rebuild_index()
410 high_index -= empty; in rebuild_index()
424 assert(high_index > 0); in reorg()
425 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
H A Dtest_varpage.cpp85 assert(page.high_index + page.insert_pos <= page.DATA_WORDS); in do_test()
128 ndbout << "Alloc hi: " << page.high_index << " (" << in do_test()
141 for(Uint32 i = page.high_index - 1; i > 0; i--) in do_test()
160 rec.idx = page.high_index; in do_test()
174 rec.idx = page.high_index + (rand() % (page.free_space - rec.size)); in do_test()
182 rec.idx = page.high_index + (page.free_space - rec.size) + 1; in do_test()
205 …ndbout << "Free hi: " << page.high_index << " no: " << no << " idx: " << rec.idx << " pos: " << po… in do_test()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp143 high_index= 1; in init()
158 if (page_idx < high_index) in alloc_record()
208 Uint32 hi = high_index; in alloc_record()
251 high_index = hi + 1; in alloc_record()
284 page_idx= high_index++; in alloc_record()
324 if (page_idx + 1 == high_index) { in free_record()
370 high_index = 1; in rebuild_index()
392 high_index -= empty; in rebuild_index()
406 assert(high_index > 0); in reorg()
407 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
H A Dtest_varpage.cpp85 assert(page.high_index + page.insert_pos <= page.DATA_WORDS); in do_test()
128 ndbout << "Alloc hi: " << page.high_index << " (" << in do_test()
141 for(Uint32 i = page.high_index - 1; i > 0; i--) in do_test()
160 rec.idx = page.high_index; in do_test()
174 rec.idx = page.high_index + (rand() % (page.free_space - rec.size)); in do_test()
182 rec.idx = page.high_index + (page.free_space - rec.size) + 1; in do_test()
205 …ndbout << "Free hi: " << page.high_index << " no: " << no << " idx: " << rec.idx << " pos: " << po… in do_test()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp143 high_index= 1; in init()
158 if (page_idx < high_index) in alloc_record()
208 Uint32 hi = high_index; in alloc_record()
251 high_index = hi + 1; in alloc_record()
284 page_idx= high_index++; in alloc_record()
324 if (page_idx + 1 == high_index) { in free_record()
370 high_index = 1; in rebuild_index()
392 high_index -= empty; in rebuild_index()
406 assert(high_index > 0); in reorg()
407 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
H A Dtest_varpage.cpp85 assert(page.high_index + page.insert_pos <= page.DATA_WORDS); in do_test()
128 ndbout << "Alloc hi: " << page.high_index << " (" << in do_test()
141 for(Uint32 i = page.high_index - 1; i > 0; i--) in do_test()
160 rec.idx = page.high_index; in do_test()
174 rec.idx = page.high_index + (rand() % (page.free_space - rec.size)); in do_test()
182 rec.idx = page.high_index + (page.free_space - rec.size) + 1; in do_test()
205 …ndbout << "Free hi: " << page.high_index << " no: " << no << " idx: " << rec.idx << " pos: " << po… in do_test()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp143 high_index= 1; in init()
158 if (page_idx < high_index) in alloc_record()
208 Uint32 hi = high_index; in alloc_record()
251 high_index = hi + 1; in alloc_record()
284 page_idx= high_index++; in alloc_record()
324 if (page_idx + 1 == high_index) { in free_record()
370 high_index = 1; in rebuild_index()
392 high_index -= empty; in rebuild_index()
406 assert(high_index > 0); in reorg()
407 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
H A Dtest_varpage.cpp85 assert(page.high_index + page.insert_pos <= page.DATA_WORDS); in do_test()
128 ndbout << "Alloc hi: " << page.high_index << " (" << in do_test()
141 for(Uint32 i = page.high_index - 1; i > 0; i--) in do_test()
160 rec.idx = page.high_index; in do_test()
174 rec.idx = page.high_index + (rand() % (page.free_space - rec.size)); in do_test()
182 rec.idx = page.high_index + (page.free_space - rec.size) + 1; in do_test()
205 …ndbout << "Free hi: " << page.high_index << " no: " << no << " idx: " << rec.idx << " pos: " << po… in do_test()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp143 high_index= 1; in init()
158 if (page_idx < high_index) in alloc_record()
208 Uint32 hi = high_index; in alloc_record()
251 high_index = hi + 1; in alloc_record()
284 page_idx= high_index++; in alloc_record()
324 if (page_idx + 1 == high_index) { in free_record()
370 high_index = 1; in rebuild_index()
392 high_index -= empty; in rebuild_index()
406 assert(high_index > 0); in reorg()
407 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp138 high_index= 1; in init()
153 if (page_idx < high_index) in alloc_record()
203 Uint32 hi = high_index; in alloc_record()
246 high_index = hi + 1; in alloc_record()
279 page_idx= high_index++; in alloc_record()
319 if (page_idx + 1 == high_index) { in free_record()
365 high_index = 1; in rebuild_index()
387 high_index -= empty; in rebuild_index()
401 assert(high_index > 0); in reorg()
402 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp138 high_index= 1; in init()
153 if (page_idx < high_index) in alloc_record()
203 Uint32 hi = high_index; in alloc_record()
246 high_index = hi + 1; in alloc_record()
279 page_idx= high_index++; in alloc_record()
319 if (page_idx + 1 == high_index) { in free_record()
365 high_index = 1; in rebuild_index()
387 high_index -= empty; in rebuild_index()
401 assert(high_index > 0); in reorg()
402 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp131 high_index= 1; in init()
146 if (page_idx < high_index) in alloc_record()
196 Uint32 hi = high_index; in alloc_record()
239 high_index = hi + 1; in alloc_record()
272 page_idx= high_index++; in alloc_record()
312 if (page_idx + 1 == high_index) { in free_record()
358 high_index = 1; in rebuild_index()
380 high_index -= empty; in rebuild_index()
394 assert(high_index > 0); in reorg()
395 Uint32* index_ptr= get_index_ptr(high_index-1); in reorg()
[all …]
/dports/devel/robodoc/robodoc-4.99.44/Source/
H A Dlinks.c313 int low_index, high_index, cur_index, state, pass; in Find_Link() local
368 for ( cur_index = 0, low_index = 0, high_index = in Find_Link()
369 link_index_size - 1; high_index >= low_index; ) in Find_Link()
371 cur_index = ( high_index - low_index ) / 2 + low_index; in Find_Link()
375 high_index = cur_index - 1; in Find_Link()
400 for ( cur_index = 0, low_index = 0, high_index = in Find_Link()
401 link_index_size - 1; high_index >= low_index; ) in Find_Link()
403 cur_index = ( high_index - low_index ) / 2 + low_index; in Find_Link()
407 high_index = cur_index - 1; in Find_Link()
/dports/news/pan/pan-0.145/pan/usenet-utils/
H A Dnumbers.cc71 ranges_t::size_type high_index (std::lower_bound (_marked.begin(), _marked.end(), rr.high) in mark_range() local
76 for (i=low_index; i<=high_index && i<_marked.size(); ++i) in mark_range()
84 --high_index; in mark_range()
112 ++high_index; in mark_range()
115 for (i=low_index; i<=high_index && i<_marked.size(); ) in mark_range()
118 --high_index; in mark_range()
133 ranges_t::size_type high_index (std::lower_bound (_marked.begin(), _marked.end(), ur.high) in unmark_range() local
136 for (i=low_index; i<=high_index && i<_marked.size(); ) in unmark_range()
143 --high_index; in unmark_range()
151 ++high_index; in unmark_range()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_reader/
H A Dseqdbtax.cpp226 Int4 high_index = t.GetTaxidCount() - 1; in GetTaxNames() local
231 TTaxId high_taxid = Index[high_index].GetTaxId(); in GetTaxNames()
236 Int4 new_index = (low_index+high_index)/2; in GetTaxNames()
243 high_index = new_index; in GetTaxNames()
250 new_index = (low_index+high_index)/2; in GetTaxNames()
266 if (new_index == high_index) { in GetTaxNames()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_reader/
H A Dseqdbtax.cpp226 Int4 high_index = t.GetTaxidCount() - 1; in GetTaxNames() local
231 TTaxId high_taxid = Index[high_index].GetTaxId(); in GetTaxNames()
236 Int4 new_index = (low_index+high_index)/2; in GetTaxNames()
243 high_index = new_index; in GetTaxNames()
250 new_index = (low_index+high_index)/2; in GetTaxNames()
266 if (new_index == high_index) { in GetTaxNames()

123456