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

1 2 34 5 6 7 8 910

  /external/stlport/test/unit/
hash_test.cpp 153 //We fill the map to implicitely start a rehash.
177 // According to _hashtable.c we will have a rehash from size 193 to size 389 in that situation.
178 // After that rehash, equal_range only returns 2 elements with key = 3 whereas there are 65 in it.
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 153 //We fill the map to implicitely start a rehash.
177 // According to _hashtable.c we will have a rehash from size 193 to size 389 in that situation.
178 // After that rehash, equal_range only returns 2 elements with key = 3 whereas there are 65 in it.
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 153 //We fill the map to implicitely start a rehash.
177 // According to _hashtable.c we will have a rehash from size 193 to size 389 in that situation.
178 // After that rehash, equal_range only returns 2 elements with key = 3 whereas there are 65 in it.
  /ndk/sources/host-tools/make-3.81/
dir.c 591 int rehash = 0;
643 * filesystems force a rehash always as mtime does not change
651 rehash = 1;
657 rehash = 1;
661 if (!rehash)
706 if (! rehash || HASH_VACANT (*dirfile_slot))
587 int rehash = 0; local
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_cache.c 107 rehash(struct brw_cache *cache) function
305 rehash(cache);
  /external/chromium_org/third_party/sqlite/src/src/
hash.c 103 static int rehash(Hash *pH, unsigned int new_size){ function
266 if( rehash(pH, pH->count*2) ){
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_cache.c 107 rehash(struct brw_cache *cache) function
305 rehash(cache);
  /external/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 127 m_Table.rehash(pSize);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable_policy.h 386 // Default value for rehash policy. Bucket size is (usually) the
457 // which we need to rehash, so we don't have to do a floating-point
610 // functions and reserve iff the rehash policy is _Prime_rehash_policy.
635 __this->rehash(__builtin_ceil(__n / max_load_factor()));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_container_size.h 132 // Estimate the cost of resize/rehash.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hashtable_policy.h 386 // Default value for rehash policy. Bucket size is (usually) the
457 // which we need to rehash, so we don't have to do a floating-point
610 // functions and reserve iff the rehash policy is _Prime_rehash_policy.
635 __this->rehash(__builtin_ceil(__n / max_load_factor()));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_container_size.h 132 // Estimate the cost of resize/rehash.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable_policy.h 386 // Default value for rehash policy. Bucket size is (usually) the
457 // which we need to rehash, so we don't have to do a floating-point
610 // functions and reserve iff the rehash policy is _Prime_rehash_policy.
635 __this->rehash(__builtin_ceil(__n / max_load_factor()));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_container_size.h 132 // Estimate the cost of resize/rehash.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_container_size.h 125 // Estimate the cost of resize/rehash.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable_policy.h 386 // Default value for rehash policy. Bucket size is (usually) the
457 // which we need to rehash, so we don't have to do a floating-point
610 // functions and reserve iff the rehash policy is _Prime_rehash_policy.
635 __this->rehash(__builtin_ceil(__n / max_load_factor()));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_container_size.h 132 // Estimate the cost of resize/rehash.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_container_size.h 125 // Estimate the cost of resize/rehash.

Completed in 2522 milliseconds

1 2 34 5 6 7 8 910