HomeSort by relevance Sort by last modified time
    Searched full:rehash (Results 101 - 125 of 247) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_container_size.h 125 // Estimate the cost of resize/rehash.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
hashtable.h 623 // Insert node with hash code __code, in bucket bkt if no rehash (assumes
694 void rehash(size_type __n);
700 // Helper rehash method used when keys are unique.
703 // Helper rehash method used when keys can be non-unique.
1654 rehash(size_type __n) function in class:_Hashtable
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 254 procedure Rehash(NewCapPow2: Integer);
551 procedure TDictionary<TKey,TValue>.Rehash(NewCapPow2: Integer);
579 Rehash(0)
585 Rehash(newCap);
596 Rehash(newCap);
  /libcore/luni/src/main/java/java/util/
Hashtable.java 379 rehash(); // Does nothing!! method
447 rehash(); // Does nothing!! method
454 // We're growing by at least 4x, rehash in the obvious way
475 protected void rehash() { method in class:Hashtable
514 * Rehash the bucket using the minimum number of field writes.
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 310 protected void rehash() {
313 super.rehash();
  /external/openfst/src/include/fst/
bi-table.h 126 void rehash(size_t n) { } function in struct:fst::HashSet
200 keys_.rehash(0);
  /external/stlport/stlport/stl/
_hashtable.c 365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
_hashtable.h 579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
_hashtable.h 579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
_hashtable.h 579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
_hashtable.h 579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
_hashtable.h 579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
_hashtable.h 579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.c 365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
_hashtable.h 579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 339 void shrink() { rehash(m_tableSize / 2); }
341 void rehash(int newTableSize);
897 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::rehash(int newTableSize) function in class:WTF::HashTable
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
select5.test 87 # Get the Agg function to rehash in vdbe.c
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
IntMap.java 141 // Rehash.
  /ndk/sources/host-tools/nawk-20071023/
proto.h 109 extern void rehash(Array *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable.h 458 void rehash(size_type __n);
926 // Allocate the new node before doing the rehash so that we don't
927 // do a rehash if the allocation throws.
1188 rehash(size_type __n) function in class:_Hashtable
    [all...]

Completed in 2027 milliseconds

1 2 3 45 6 7 8 910