/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.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.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 | 88 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()
|
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 | 59 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()
|
D | set.h | 49 uint32_t rehash; member
|
/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 | 152 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 …]
|
D | unordered_map | 186 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/ |
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();
|