/external/libcxx/test/std/containers/unord/unord.set/ |
D | rehash.pass.cpp | 57 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()
|
D | eq.pass.cpp | 83 c2.rehash(30); in main() 148 c2.rehash(30); in main()
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | rehash.pass.cpp | 57 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()
|
D | eq.pass.cpp | 92 c2.rehash(30); in main() 169 c2.rehash(30); in main()
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | rehash.pass.cpp | 58 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()
|
D | eq.pass.cpp | 84 c2.rehash(30); in main() 152 c2.rehash(30); in main()
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
D | rehash.pass.cpp | 102 c.rehash(3); in main() 107 c.rehash(3); in main() 111 c.rehash(31); in main() 133 c.rehash(3); in main() 138 c.rehash(3); in main() 142 c.rehash(31); in main()
|
D | eq.pass.cpp | 93 c2.rehash(30); in main() 170 c2.rehash(30); in main()
|
/external/mesa3d/src/util/ |
D | set.c | 52 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()
|
D | hash_table.c | 60 uint32_t max_entries, size, rehash; member 127 ht->rehash = hash_sizes[ht->size_index].rehash; in _mesa_hash_table_create() 228 double_hash = 1 + hash % ht->rehash; in hash_table_search() 280 ht->rehash = hash_sizes[ht->size_index].rehash; in _mesa_hash_table_rehash() 341 double_hash = 1 + hash % ht->rehash; in hash_table_insert()
|
/external/libcxx/include/ext/ |
D | hash_set | 242 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 …]
|
D | hash_map | 507 _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/ |
D | CalendarCache.java | 50 rehash(); in put() 73 private void rehash() in rehash() method in CalendarCache
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarCache.java | 48 rehash(); in put() 71 private void rehash() in rehash() method in CalendarCache
|
/external/mesa3d/src/mesa/program/ |
D | prog_cache.c | 83 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/ |
D | unordered_set | 169 void rehash(size_type n); 333 void rehash(size_type n); 715 void rehash(size_type __n) {__table_.rehash(__n);} 742 __table_.rehash(__n); 753 __table_.rehash(__n); 777 __table_.rehash(__n); 791 __table_.rehash(__n); 814 __table_.rehash(__u.bucket_count()); 826 __table_.rehash(__u.bucket_count()); 884 __table_.rehash(__n); [all …]
|
D | unordered_map | 203 void rehash(size_type n); 378 void rehash(size_type n); 1325 void rehash(size_type __n) {__table_.rehash(__n);} 1357 __table_.rehash(__n); 1369 __table_.rehash(__n); 1404 __table_.rehash(__n); 1418 __table_.rehash(__n); 1430 __table_.rehash(__u.bucket_count()); 1442 __table_.rehash(__u.bucket_count()); 1502 __table_.rehash(__n); [all …]
|
/external/emma/core/java12/com/vladium/util/ |
D | IntSet.java | 159 if (m_size >= m_sizeThreshold) rehash (); in add() 214 private void rehash () in rehash() method in IntSet
|
D | IntObjectMap.java | 187 if (m_size >= m_sizeThreshold) rehash (); in put() 242 private void rehash () in rehash() method in IntObjectMap
|
D | IntIntMap.java | 198 if (m_size >= m_sizeThreshold) rehash (); in put() 284 private void rehash () in rehash() method in IntIntMap
|
D | ObjectIntMap.java | 191 if (m_size >= m_sizeThreshold) rehash (); in put() 280 private void rehash () in rehash() method in ObjectIntMap
|
/external/libcxx/benchmarks/ |
D | ContainerBenchmarks.hpp | 42 c.rehash(16); in BM_InsertValueRehash() 98 c.rehash(8); in BM_FindRehash()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | ExpandedNameTable.java | 212 rehash(); in getExpandedTypeID() 245 private void rehash() in rehash() method in ExpandedNameTable
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | WeakHashtable.java | 315 protected void rehash() { 318 super.rehash();
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | hash_map.hpp | 144 rehash(hash_size(size_ + 1)); in insert() 230 void rehash(std::size_t num_buckets) in rehash() function in asio::detail::hash_map
|