Home
last modified time | relevance | path

Searched refs:hash_buckets (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/unordered/detail/
H A Dbuckets.hpp27 inline BOOST_DEDUCED_TYPENAME hash_buckets<A, G>::bucket_ptr
28 hash_buckets<A, G>::get_bucket(std::size_t num) const in get_bucket()
54 inline BOOST_DEDUCED_TYPENAME hash_buckets<A, G>::node_ptr
64 inline void hash_buckets<A, G>::delete_node(node_ptr b) in delete_node()
87 inline void hash_buckets<A, G>::delete_buckets() in delete_buckets()
107 inline std::size_t hash_buckets<A, G>::delete_nodes( in delete_nodes()
124 inline hash_buckets<A, G>::hash_buckets( in hash_buckets() function in boost::unordered_detail::hash_buckets
133 inline hash_buckets<A, G>::~hash_buckets() in ~hash_buckets()
139 inline void hash_buckets<A, G>::create_buckets() in create_buckets()
164 inline void hash_buckets<A, G>::move(hash_buckets& other) in move()
[all …]
H A Dfwd.hpp336 class hash_buckets class
338 hash_buckets(hash_buckets const&);
339 hash_buckets& operator=(hash_buckets const&);
378 hash_buckets(node_allocator const& a, std::size_t n);
380 ~hash_buckets();
383 void swap(hash_buckets& other);
384 void move(hash_buckets& other);
703 typedef hash_buckets<A, G> buckets;
752 typedef hash_buckets<A, G> buckets;
808 typedef hash_buckets<A, G> buckets;
[all …]
/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Dhash.c50 dns_hash_ent_t *hash_buckets[HASH_NUM_BUCKETS]; variable
96 hash_buckets[i]=NULL;
114 hep = &hash_buckets[idx]; in dns_lookup()
178 hep = &hash_buckets[idx]; in del_dns_hash()
199 he=hash_buckets[i]; in free_dns_hash_bucket()
200 hash_buckets[i]=NULL; in free_dns_hash_bucket()
218 hep= &hash_buckets[i]; in free_dns_hash_selected()
255 he=hash_buckets[i]; in free_dns_hash()
256 hash_buckets[i]=NULL; in free_dns_hash()
279 dns_hash_ent_t *he=hash_buckets[i]; in fetch_first()
[all …]
/dports/devel/bsdelf/elftoolchain-0.7.1/ld/
H A Dld_hash.c43 static unsigned hash_buckets[] = { variable
83 (size_t) i < sizeof(hash_buckets) / sizeof(hash_buckets[0]); in ld_hash_create_svr4_hash_section()
85 if (nchains < hash_buckets[i]) { in ld_hash_create_svr4_hash_section()
86 nbuckets = hash_buckets[i - 1]; in ld_hash_create_svr4_hash_section()
91 nbuckets = hash_buckets[i - 1]; in ld_hash_create_svr4_hash_section()
/dports/devel/elftoolchain/elftoolchain-0.7.1/ld/
H A Dld_hash.c43 static unsigned hash_buckets[] = { variable
83 (size_t) i < sizeof(hash_buckets) / sizeof(hash_buckets[0]); in ld_hash_create_svr4_hash_section()
85 if (nchains < hash_buckets[i]) { in ld_hash_create_svr4_hash_section()
86 nbuckets = hash_buckets[i - 1]; in ld_hash_create_svr4_hash_section()
91 nbuckets = hash_buckets[i - 1]; in ld_hash_create_svr4_hash_section()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/threads/
H A Dprcmon.c64 static MonitorCacheEntry **hash_buckets; variable
182 old_hash_buckets = hash_buckets; in ExpandMonitorCache()
203 hash_buckets = new_hash_buckets; in ExpandMonitorCache()
225 pp = hash_buckets + hash; in LookupMonitorCacheEntry()
249 pp = hash_buckets + hash; in CreateMonitor()
295 p->next = hash_buckets[hash]; in CreateMonitor()
296 hash_buckets[hash] = p; in CreateMonitor()
334 PR_DELETE(hash_buckets); in _PR_CleanupCMon()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/threads/
H A Dprcmon.c64 static MonitorCacheEntry **hash_buckets; variable
182 old_hash_buckets = hash_buckets; in ExpandMonitorCache()
203 hash_buckets = new_hash_buckets; in ExpandMonitorCache()
225 pp = hash_buckets + hash; in LookupMonitorCacheEntry()
249 pp = hash_buckets + hash; in CreateMonitor()
295 p->next = hash_buckets[hash]; in CreateMonitor()
296 hash_buckets[hash] = p; in CreateMonitor()
334 PR_DELETE(hash_buckets); in _PR_CleanupCMon()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/threads/
H A Dprcmon.c64 static MonitorCacheEntry **hash_buckets; variable
177 old_hash_buckets = hash_buckets; in ExpandMonitorCache()
198 hash_buckets = new_hash_buckets; in ExpandMonitorCache()
220 pp = hash_buckets + hash; in LookupMonitorCacheEntry()
243 pp = hash_buckets + hash; in CreateMonitor()
284 p->next = hash_buckets[hash]; in CreateMonitor()
285 hash_buckets[hash] = p; in CreateMonitor()
323 PR_DELETE(hash_buckets); in _PR_CleanupCMon()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/threads/
H A Dprcmon.c64 static MonitorCacheEntry **hash_buckets; variable
177 old_hash_buckets = hash_buckets; in ExpandMonitorCache()
198 hash_buckets = new_hash_buckets; in ExpandMonitorCache()
220 pp = hash_buckets + hash; in LookupMonitorCacheEntry()
243 pp = hash_buckets + hash; in CreateMonitor()
284 p->next = hash_buckets[hash]; in CreateMonitor()
285 hash_buckets[hash] = p; in CreateMonitor()
323 PR_DELETE(hash_buckets); in _PR_CleanupCMon()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/threads/
H A Dprcmon.c64 static MonitorCacheEntry **hash_buckets; variable
182 old_hash_buckets = hash_buckets; in ExpandMonitorCache()
203 hash_buckets = new_hash_buckets; in ExpandMonitorCache()
225 pp = hash_buckets + hash; in LookupMonitorCacheEntry()
249 pp = hash_buckets + hash; in CreateMonitor()
295 p->next = hash_buckets[hash]; in CreateMonitor()
296 hash_buckets[hash] = p; in CreateMonitor()
334 PR_DELETE(hash_buckets); in _PR_CleanupCMon()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/threads/
H A Dprcmon.c64 static MonitorCacheEntry **hash_buckets; variable
182 old_hash_buckets = hash_buckets; in ExpandMonitorCache()
203 hash_buckets = new_hash_buckets; in ExpandMonitorCache()
225 pp = hash_buckets + hash; in LookupMonitorCacheEntry()
249 pp = hash_buckets + hash; in CreateMonitor()
295 p->next = hash_buckets[hash]; in CreateMonitor()
296 hash_buckets[hash] = p; in CreateMonitor()
334 PR_DELETE(hash_buckets); in _PR_CleanupCMon()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/threads/
H A Dprcmon.c64 static MonitorCacheEntry **hash_buckets; variable
182 old_hash_buckets = hash_buckets; in ExpandMonitorCache()
203 hash_buckets = new_hash_buckets; in ExpandMonitorCache()
225 pp = hash_buckets + hash; in LookupMonitorCacheEntry()
249 pp = hash_buckets + hash; in CreateMonitor()
295 p->next = hash_buckets[hash]; in CreateMonitor()
296 hash_buckets[hash] = p; in CreateMonitor()
334 PR_DELETE(hash_buckets); in _PR_CleanupCMon()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DHashStats.java95 private int hash_buckets; field in HashStats
100 return hash_buckets; in getBuckets()
205 + "\n hash_buckets=" + hash_buckets in toString()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DHashStats.java117 private int hash_buckets; field in HashStats
123 return hash_buckets; in getBuckets()
241 + "\n hash_buckets=" + hash_buckets in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_table.c226 i = ltable->hash_buckets[bucket]; in hash_out()
235 ltable->hash_buckets[bucket] = element->next; in hash_out()
396 ltable->hash_buckets[bucket] = index; in hash_in()
424 old_buckets = ltable->hash_buckets; in resize_hash_buckets()
430 ltable->hash_buckets = new_buckets; in resize_hash_buckets()
555 index = ltable->hash_buckets[bucket]; in find_entry()
569 ltable->hash_buckets[bucket] = index; in find_entry()
696 ltable->hash_buckets = (TableIndex*)HPROF_MALLOC(nbytes); in table_initialize()
697 (void)memset(ltable->hash_buckets, 0, nbytes); in table_initialize()
792 if ( ltable->hash_buckets != NULL ) { in table_cleanup()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_table.c226 i = ltable->hash_buckets[bucket]; in hash_out()
235 ltable->hash_buckets[bucket] = element->next; in hash_out()
396 ltable->hash_buckets[bucket] = index; in hash_in()
424 old_buckets = ltable->hash_buckets; in resize_hash_buckets()
430 ltable->hash_buckets = new_buckets; in resize_hash_buckets()
555 index = ltable->hash_buckets[bucket]; in find_entry()
569 ltable->hash_buckets[bucket] = index; in find_entry()
696 ltable->hash_buckets = (TableIndex*)HPROF_MALLOC(nbytes); in table_initialize()
697 (void)memset(ltable->hash_buckets, 0, nbytes); in table_initialize()
792 if ( ltable->hash_buckets != NULL ) { in table_cleanup()
[all …]
/dports/devel/libqb/libqb-2.0.3/lib/
H A Dhashtable.c48 struct hash_bucket hash_buckets[0]; member
98 qb_list_for_each(list, &t->hash_buckets[hash_entry].list_head) { in hashtable_lookup()
162 &hash_table->hash_buckets[hash_entry].list_head) { in hashtable_rm_with_hash()
196 qb_list_for_each(list, &hash_table->hash_buckets[hash_entry].list_head) { in hashtable_put()
218 &hash_table->hash_buckets[hash_entry]. in hashtable_put()
413 ln = &hash_table->hash_buckets[b].list_head; in hashtable_iter_next()
417 &hash_table->hash_buckets[b].list_head, list) { in hashtable_iter_next()
475 &hash_table->hash_buckets[hash_entry].list_head) { in hashtable_node_deref_under_bucket()
520 qb_list_init(&ht->hash_buckets[i].list_head); in qb_hashtable_create()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/adlmidi/
H A Dadlmidi_bankmap.tcc33 m_buckets.reset(new Slot *[hash_buckets]()); in BasicBankMap()
42 return key & (hash_buckets - 1); in hash()
69 while(it.index < hash_buckets && !(it.slot = m_buckets[it.index])) in begin()
78 iterator it(m_buckets.get(), NULL, hash_buckets); in end()
121 while(index < hash_buckets && !(slot = buckets[index])) in operator ++()
198 for(size_t i = 0; i < hash_buckets; ++i) { in clear()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/
H A Dopnmidi_bankmap.tcc33 m_buckets.reset(new Slot *[hash_buckets]()); in BasicBankMap()
42 return key & (hash_buckets - 1); in hash()
69 while(it.index < hash_buckets && !(it.slot = m_buckets[it.index])) in begin()
78 iterator it(m_buckets.get(), NULL, hash_buckets); in end()
121 while(index < hash_buckets && !(slot = buckets[index])) in operator ++()
198 for(size_t i = 0; i < hash_buckets; ++i) { in clear()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/
H A Dadlmidi_bankmap.tcc33 m_buckets.reset(new Slot *[hash_buckets]()); in BasicBankMap()
42 return key & (hash_buckets - 1); in hash()
69 while(it.index < hash_buckets && !(it.slot = m_buckets[it.index])) in begin()
78 iterator it(m_buckets.get(), NULL, hash_buckets); in end()
121 while(index < hash_buckets && !(slot = buckets[index])) in operator ++()
198 for(size_t i = 0; i < hash_buckets; ++i) { in clear()
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/gdb/boost/lib/
H A Dunordered.py55 hash_buckets = hash_table.type.fields()[0]
56 assert hash_buckets.is_base_class
57 node_type = gdb.lookup_type("%s::node" % hash_buckets.type)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/gdb/boost/lib/
H A Dunordered.py55 hash_buckets = hash_table.type.fields()[0]
56 assert hash_buckets.is_base_class
57 node_type = gdb.lookup_type("%s::node" % hash_buckets.type)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/services/
H A DmemTracker.cpp268 int hash_bucket = e->hash() % MallocSiteTable::hash_buckets(); in do_malloc_site()
294 if (_used_buckets < MallocSiteTable::hash_buckets()) { in report_statistics()
295 out->print_cr("empty bucket: %d", (MallocSiteTable::hash_buckets() - _used_buckets)); in report_statistics()
341 out->print_cr("Malloc allocation site table size: %d", MallocSiteTable::hash_buckets()); in tuning_statistics()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/services/
H A DmemTracker.cpp263 int hash_bucket = ((unsigned)e->hash()) % MallocSiteTable::hash_buckets(); in do_malloc_site()
289 if (_used_buckets < MallocSiteTable::hash_buckets()) { in report_statistics()
290 out->print_cr("empty bucket: %d", (MallocSiteTable::hash_buckets() - _used_buckets)); in report_statistics()
336 out->print_cr("Malloc allocation site table size: %d", MallocSiteTable::hash_buckets()); in tuning_statistics()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/services/
H A DmemTracker.cpp252 int hash_bucket = e->hash() % MallocSiteTable::hash_buckets(); in do_malloc_site()
278 if (_used_buckets < MallocSiteTable::hash_buckets()) { in report_statistics()
279 out->print_cr("empty bucket: %d", (MallocSiteTable::hash_buckets() - _used_buckets)); in report_statistics()
325 out->print_cr("Malloc allocation site table size: %d", MallocSiteTable::hash_buckets()); in tuning_statistics()

12345678910>>...12