/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/ |
D | rehash.pass.cpp | 50 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()
|
D | eq.pass.cpp | 92 c2.rehash(30); in main() 169 c2.rehash(30); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/ |
D | rehash.pass.cpp | 50 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()
|
D | eq.pass.cpp | 83 c2.rehash(30); in main() 148 c2.rehash(30); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
D | rehash.pass.cpp | 51 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()
|
D | eq.pass.cpp | 84 c2.rehash(30); in main() 152 c2.rehash(30); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
D | rehash.pass.cpp | 79 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()
|
D | eq.pass.cpp | 93 c2.rehash(30); in main() 170 c2.rehash(30); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/ |
D | hash_set | 242 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 …]
|
D | hash_map | 526 _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 …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | unordered_set | 153 void rehash(size_type n); 302 void rehash(size_type n); 600 void rehash(size_type __n) {__table_.rehash(__n);} 627 __table_.rehash(__n); 638 __table_.rehash(__n); 662 __table_.rehash(__n); 676 __table_.rehash(__n); 699 __table_.rehash(__u.bucket_count()); 711 __table_.rehash(__u.bucket_count()); 773 __table_.rehash(__n); [all …]
|
D | unordered_map | 168 void rehash(size_type n); 326 void rehash(size_type n); 1021 void rehash(size_type __n) {__table_.rehash(__n);} 1061 __table_.rehash(__n); 1073 __table_.rehash(__n); 1108 __table_.rehash(__n); 1122 __table_.rehash(__n); 1134 __table_.rehash(__u.bucket_count()); 1146 __table_.rehash(__u.bucket_count()); 1210 __table_.rehash(__n); [all …]
|
D | __hash_table | 934 void rehash(size_type __n); 936 {rehash(static_cast<size_type>(ceil(__n / max_load_factor())));} 1622 rehash(_VSTD::max<size_type>(2 * __bc + !__is_power2(__bc), 1665 rehash(_VSTD::max<size_type>(2 * __bc + !__is_power2(__bc), 1735 rehash(_VSTD::max<size_type>(2 * __bc + !__is_power2(__bc), 1783 rehash(_VSTD::max<size_type>(2 * __bc + !__is_power2(__bc), 1939 __hash_table<_Tp, _Hash, _Equal, _Alloc>::rehash(size_type __n)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _unordered_set.h | 174 void rehash(size_type __hint) { _M_ht.rehash(__hint); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 324 void rehash(size_type __hint) { _M_ht.rehash(__hint); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _unordered_map.h | 188 void rehash(size_type __hint) { _M_ht.rehash(__hint); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 348 void rehash(size_type __hint) { _M_ht.rehash(__hint); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _hashtable.h | 579 void rehash(size_type __num_buckets_hint); 581 { rehash(__num_buckets_hint); }
|
D | _hashtable.c | 365 ::rehash(size_type __num_buckets_hint) { in rehash() function
|
/ndk/sources/host-tools/make-3.81/ |
D | dir.c | 587 int rehash = 0; in dir_contents_file_exists_p() local 647 rehash = 1; in dir_contents_file_exists_p() 653 rehash = 1; in dir_contents_file_exists_p() 657 if (!rehash) in dir_contents_file_exists_p() 702 if (! rehash || HASH_VACANT (*dirfile_slot)) in dir_contents_file_exists_p()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _hashtable.h | 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } in rehash() function
|
/ndk/sources/host-tools/nawk-20071023/ |
D | proto.h | 109 extern void rehash(Array *);
|
D | tran.c | 229 rehash(tp); in setsymtab() 247 void rehash(Array *tp) /* rehash items in small table into big one */ in rehash() function
|
D | FIXES | 621 changed rehash so that if it runs out, it just returns;
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | unordered_test.cpp | 309 int_uset.rehash(0); in hash_policy() 313 int_uset.rehash(bucketsHint); in hash_policy() 391 iumset.rehash(193); in equal_range()
|
/ndk/tests/device/test-stlport/unit/ |
D | unordered_test.cpp | 309 int_uset.rehash(0); in hash_policy() 313 int_uset.rehash(bucketsHint); in hash_policy() 391 iumset.rehash(193); in equal_range()
|