HomeSort by relevance Sort by last modified time
    Searched full:rehash (Results 1 - 25 of 368) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/containers/unord/unord.map/
rehash.pass.cpp 16 // void rehash(size_type n);
58 c.rehash(3);
63 c.rehash(3);
67 c.rehash(31);
89 c.rehash(3);
94 c.rehash(3);
98 c.rehash(31);
  /external/libcxx/test/std/containers/unord/unord.multiset/
rehash.pass.cpp 16 // void rehash(size_type n);
57 c.rehash(3);
62 c.rehash(3);
66 c.rehash(31);
88 c.rehash(3);
93 c.rehash(3);
97 c.rehash(31);
  /external/libcxx/test/std/containers/unord/unord.set/
rehash.pass.cpp 16 // void rehash(size_type n);
57 c.rehash(3);
62 c.rehash(3);
66 c.rehash(31);
88 c.rehash(3);
93 c.rehash(3);
97 c.rehash(31);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/
rehash.pass.cpp 16 // void rehash(size_type n);
58 c.rehash(3);
63 c.rehash(3);
67 c.rehash(31);
89 c.rehash(3);
94 c.rehash(3);
98 c.rehash(31);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/
rehash.pass.cpp 16 // void rehash(size_type n);
57 c.rehash(3);
62 c.rehash(3);
66 c.rehash(31);
88 c.rehash(3);
93 c.rehash(3);
97 c.rehash(31);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/
rehash.pass.cpp 16 // void rehash(size_type n);
57 c.rehash(3);
62 c.rehash(3);
66 c.rehash(31);
88 c.rehash(3);
93 c.rehash(3);
97 c.rehash(31);
  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 90 /// rehash - if the load factor is larger than 75%, or the empty buckets is
91 // less than 12.5%, the rehash the hash table
92 void rehash();
94 /// rehash - immediately re-new the hash table to the size pCount, and
95 // rehash all elements.
96 void rehash(size_type pCount);
  /external/python/cpython3/Lib/venv/scripts/posix/
activate.csh 6 alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; test "\!:*" != "nondestructive" && unalias deactivate'
37 rehash
  /external/libcxx/test/std/containers/unord/unord.multimap/
rehash.pass.cpp 16 // void rehash(size_type n);
88 c.rehash(3);
93 c.rehash(3);
97 c.rehash(31);
119 c.rehash(3);
124 c.rehash(3);
128 c.rehash(31);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/
rehash.pass.cpp 16 // void rehash(size_type n);
88 c.rehash(3);
93 c.rehash(3);
97 c.rehash(31);
119 c.rehash(3);
124 c.rehash(3);
128 c.rehash(31);
  /external/e2fsprogs/e2fsck/
Android.bp 32 "rehash.c",
  /external/v8/src/
identity-map.cc 126 // Miss; rehash if there was a GC, then lookup again.
127 const_cast<IdentityMapBase*>(this)->Rehash();
137 // Miss; rehash if there was a GC, then insert.
138 if (gc_counter_ != heap_->gc_count()) Rehash();
182 // Don't allow find by key while iterable (might rehash).
185 // Remove constness since lookup might have to rehash.
223 void IdentityMapBase::Rehash() {
224 CHECK(!is_iterable()); // Can't rehash while iterating.
  /external/mesa3d/src/util/
set.c 43 * From Knuth -- a good choice for hash/rehash values is p, p-2 where
52 uint32_t max_entries, size, rehash; member in struct:__anon30663
119 ht->rehash = hash_sizes[ht->size_index].rehash;
182 double_hash = 1 + hash % ht->rehash;
228 ht->rehash = hash_sizes[ht->size_index].rehash;
247 * Note that insertion may rearrange the table on a resize or rehash,
292 double_hash = 1 + hash % ht->rehash;
set.h 49 uint32_t rehash; member in struct:set
88 * insertion (which may rehash the set, making entry a dangling
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarCache.java 50 rehash(); method
73 private void rehash() method in class:CalendarCache
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarCache.java 48 rehash(); method
71 private void rehash() method in class:CalendarCache
  /external/libcxx/include/ext/
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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ext/
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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/ext/
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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ext/
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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/ext/
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...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/ext/
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...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/ext/
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...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/ext/
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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ext/
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...]

Completed in 1024 milliseconds

1 2 3 4 5 6 7 8 91011>>