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.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.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.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.cpp102 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()
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.c60 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/
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_set169 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 …]
Dunordered_map203 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/
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();
/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

123