Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/containers/unord/unord.multiset/
Drehash.pass.cpp57 c.rehash(3); in main()
62 c.rehash(3); in main()
66 c.rehash(31); in main()
88 c.rehash(3); in main()
93 c.rehash(3); in main()
97 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.set/
Drehash.pass.cpp57 c.rehash(3); in main()
62 c.rehash(3); in main()
66 c.rehash(31); in main()
88 c.rehash(3); in main()
93 c.rehash(3); in main()
97 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.map/
Drehash.pass.cpp58 c.rehash(3); in main()
63 c.rehash(3); in main()
67 c.rehash(31); in main()
89 c.rehash(3); in main()
94 c.rehash(3); in main()
98 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.cpp88 c.rehash(3); in main()
93 c.rehash(3); in main()
97 c.rehash(31); in main()
119 c.rehash(3); in main()
124 c.rehash(3); in main()
128 c.rehash(31); in main()
Deq.pass.cpp93 c2.rehash(30); in main()
170 c2.rehash(30); in main()
/external/mesa3d/src/util/
Dset.c52 uint32_t max_entries, size, rehash; member
119 ht->rehash = hash_sizes[ht->size_index].rehash; in _mesa_set_create()
182 double_hash = 1 + hash % ht->rehash; in set_search()
228 ht->rehash = hash_sizes[ht->size_index].rehash; in set_rehash()
292 double_hash = 1 + hash % ht->rehash; in set_add()
Dhash_table.c59 uint32_t max_entries, size, rehash; member
126 ht->rehash = hash_sizes[ht->size_index].rehash; in _mesa_hash_table_create()
227 double_hash = 1 + hash % ht->rehash; in hash_table_search()
279 ht->rehash = hash_sizes[ht->size_index].rehash; in _mesa_hash_table_rehash()
340 double_hash = 1 + hash % ht->rehash; in hash_table_insert()
Dset.h49 uint32_t rehash; member
/external/libcxx/include/ext/
Dhash_set242 hash_set() {__table_.rehash(193);}
328 void resize(size_type __n) {__table_.rehash(__n);}
336 __table_.rehash(__n);
344 __table_.rehash(__n);
352 __table_.rehash(193);
363 __table_.rehash(__n);
374 __table_.rehash(__n);
383 __table_.rehash(__u.bucket_count());
464 hash_multiset() {__table_.rehash(193);}
549 void resize(size_type __n) {__table_.rehash(__n);}
[all …]
Dhash_map507 _LIBCPP_INLINE_VISIBILITY hash_map() {__table_.rehash(193);}
600 void resize(size_type __n) {__table_.rehash(__n);}
611 __table_.rehash(__n);
620 __table_.rehash(__n);
628 __table_.rehash(193);
639 __table_.rehash(__n);
650 __table_.rehash(__n);
659 __table_.rehash(__u.bucket_count());
780 hash_multimap() {__table_.rehash(193);}
870 void resize(size_type __n) {__table_.rehash(__n);}
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarCache.java50 rehash(); in put()
73 private void rehash() in rehash() method in CalendarCache
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarCache.java48 rehash(); in put()
71 private void rehash() in rehash() method in CalendarCache
/external/mesa3d/src/mesa/program/
Dprog_cache.c83 rehash(struct gl_program_cache *cache) in rehash() function
221 rehash(cache); in _mesa_program_cache_insert()
250 rehash(cache); in _mesa_shader_cache_insert()
/external/libcxx/include/
Dunordered_set152 void rehash(size_type n);
300 void rehash(size_type n);
605 void rehash(size_type __n) {__table_.rehash(__n);}
632 __table_.rehash(__n);
643 __table_.rehash(__n);
667 __table_.rehash(__n);
681 __table_.rehash(__n);
704 __table_.rehash(__u.bucket_count());
716 __table_.rehash(__u.bucket_count());
778 __table_.rehash(__n);
[all …]
Dunordered_map186 void rehash(size_type n);
345 void rehash(size_type n);
1159 void rehash(size_type __n) {__table_.rehash(__n);}
1191 __table_.rehash(__n);
1203 __table_.rehash(__n);
1238 __table_.rehash(__n);
1252 __table_.rehash(__n);
1264 __table_.rehash(__u.bucket_count());
1276 __table_.rehash(__u.bucket_count());
1340 __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
/external/libcxx/benchmarks/
DContainerBenchmarks.hpp42 c.rehash(16); in BM_InsertValueRehash()
98 c.rehash(8); in BM_FindRehash()
/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();

12