Home
last modified time | relevance | path

Searched refs:rehash (Results 1 – 25 of 41) sorted by relevance

12

/external/libcxx/test/std/containers/unord/unord.set/
Drehash.pass.cpp50 c.rehash(3); in main()
54 c.rehash(3); in main()
57 c.rehash(31); in main()
78 c.rehash(3); in main()
82 c.rehash(3); in main()
85 c.rehash(31); in main()
Deq.pass.cpp83 c2.rehash(30); in main()
148 c2.rehash(30); in main()
/external/libcxx/test/std/containers/unord/unord.multiset/
Drehash.pass.cpp50 c.rehash(3); in main()
54 c.rehash(3); in main()
57 c.rehash(31); in main()
78 c.rehash(3); in main()
82 c.rehash(3); in main()
85 c.rehash(31); in main()
Deq.pass.cpp92 c2.rehash(30); in main()
169 c2.rehash(30); in main()
/external/libcxx/test/std/containers/unord/unord.map/
Drehash.pass.cpp51 c.rehash(3); in main()
55 c.rehash(3); in main()
58 c.rehash(31); in main()
79 c.rehash(3); in main()
83 c.rehash(3); in main()
86 c.rehash(31); in main()
Deq.pass.cpp84 c2.rehash(30); in main()
152 c2.rehash(30); in main()
/external/libcxx/test/std/containers/unord/unord.multimap/
Drehash.pass.cpp79 c.rehash(3); in main()
83 c.rehash(3); in main()
86 c.rehash(31); in main()
107 c.rehash(3); in main()
111 c.rehash(3); in main()
114 c.rehash(31); in main()
Deq.pass.cpp93 c2.rehash(30); in main()
170 c2.rehash(30); in main()
/external/libcxx/include/ext/
Dhash_set242 hash_set() {__table_.rehash(193);}
327 void resize(size_type __n) {__table_.rehash(__n);}
335 __table_.rehash(__n);
343 __table_.rehash(__n);
351 __table_.rehash(193);
362 __table_.rehash(__n);
373 __table_.rehash(__n);
382 __table_.rehash(__u.bucket_count());
463 hash_multiset() {__table_.rehash(193);}
547 void resize(size_type __n) {__table_.rehash(__n);}
[all …]
Dhash_map519 _LIBCPP_INLINE_VISIBILITY hash_map() {__table_.rehash(193);}
611 void resize(size_type __n) {__table_.rehash(__n);}
622 __table_.rehash(__n);
631 __table_.rehash(__n);
639 __table_.rehash(193);
650 __table_.rehash(__n);
661 __table_.rehash(__n);
670 __table_.rehash(__u.bucket_count());
791 hash_multimap() {__table_.rehash(193);}
880 void resize(size_type __n) {__table_.rehash(__n);}
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarCache.java48 rehash(); in put()
71 private void rehash() in rehash() method in CalendarCache
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarCache.java46 rehash(); in put()
69 private void rehash() in rehash() method in CalendarCache
/external/mesa3d/src/mesa/program/
Dprog_cache.c82 rehash(struct gl_program_cache *cache) in rehash() function
215 rehash(cache); in _mesa_program_cache_insert()
243 rehash(cache); in _mesa_shader_cache_insert()
/external/libcxx/include/
Dunordered_set152 void rehash(size_type n);
300 void rehash(size_type n);
600 void rehash(size_type __n) {__table_.rehash(__n);}
627 __table_.rehash(__n);
638 __table_.rehash(__n);
662 __table_.rehash(__n);
676 __table_.rehash(__n);
699 __table_.rehash(__u.bucket_count());
711 __table_.rehash(__u.bucket_count());
773 __table_.rehash(__n);
[all …]
Dunordered_map186 void rehash(size_type n);
345 void rehash(size_type n);
1193 void rehash(size_type __n) {__table_.rehash(__n);}
1233 __table_.rehash(__n);
1245 __table_.rehash(__n);
1280 __table_.rehash(__n);
1294 __table_.rehash(__n);
1306 __table_.rehash(__u.bucket_count());
1318 __table_.rehash(__u.bucket_count());
1382 __table_.rehash(__n);
[all …]
/external/emma/core/java12/com/vladium/util/
DIntSet.java159 if (m_size >= m_sizeThreshold) rehash (); in add()
214 private void rehash () in rehash() method in IntSet
DIntObjectMap.java187 if (m_size >= m_sizeThreshold) rehash (); in put()
242 private void rehash () in rehash() method in IntObjectMap
DIntIntMap.java198 if (m_size >= m_sizeThreshold) rehash (); in put()
284 private void rehash () in rehash() method in IntIntMap
DObjectIntMap.java191 if (m_size >= m_sizeThreshold) rehash (); in put()
280 private void rehash () in rehash() method in ObjectIntMap
DSoftValueMap.java278 if (m_size >= m_sizeThreshold) rehash (); in put()
470 private void rehash () in rehash() method in SoftValueMap
/external/ltrace/
Ddict.c271 rehash(struct dict *dict, size_t nn) in rehash() function
369 rehash: in dict_insert()
370 if (rehash(dict, larger_size(n(dict))) < 0) in dict_insert()
386 goto rehash; in dict_insert()
438 rehash(dict, smaller); in dict_erase()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java212 rehash(); in getExpandedTypeID()
245 private void rehash() in rehash() method in ExpandedNameTable
/external/apache-http/src/org/apache/commons/logging/impl/
DWeakHashtable.java315 protected void rehash() {
318 super.rehash();
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhash_map.hpp144 rehash(hash_size(size_ + 1)); in insert()
230 void rehash(std::size_t num_buckets) in rehash() function in asio::detail::hash_map
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_cache.c107 rehash(struct brw_cache *cache) in rehash() function
305 rehash(cache); in brw_upload_cache()

12