Home
last modified time | relevance | path

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

123

/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_map526 _LIBCPP_INLINE_VISIBILITY hash_map() {__table_.rehash(193);}
618 void resize(size_type __n) {__table_.rehash(__n);}
629 __table_.rehash(__n);
638 __table_.rehash(__n);
646 __table_.rehash(193);
657 __table_.rehash(__n);
668 __table_.rehash(__n);
677 __table_.rehash(__u.bucket_count());
804 hash_multimap() {__table_.rehash(193);}
893 void resize(size_type __n) {__table_.rehash(__n);}
[all …]
/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_set153 void rehash(size_type n);
302 void rehash(size_type n);
602 void rehash(size_type __n) {__table_.rehash(__n);}
629 __table_.rehash(__n);
640 __table_.rehash(__n);
664 __table_.rehash(__n);
678 __table_.rehash(__n);
701 __table_.rehash(__u.bucket_count());
713 __table_.rehash(__u.bucket_count());
775 __table_.rehash(__n);
[all …]
Dunordered_map168 void rehash(size_type n);
326 void rehash(size_type n);
1023 void rehash(size_type __n) {__table_.rehash(__n);}
1063 __table_.rehash(__n);
1075 __table_.rehash(__n);
1110 __table_.rehash(__n);
1124 __table_.rehash(__n);
1136 __table_.rehash(__u.bucket_count());
1148 __table_.rehash(__u.bucket_count());
1212 __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/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()
/external/dnsmasq/src/
Dcache.c70 static void rehash(int size);
96 rehash(daemon->cachesize); in cache_init()
103 static void rehash(int size) in rehash() function
817 rehash(name_count); in read_hostsfile()
861 rehash(name_count); in read_hostsfile()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... tmp public void removeAll () int i public void rehash () int[] tmpKeys Object[] tmpValues ...

123