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

1 2 3 4 56 7 8 910

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]
hashtable_policy.h 379 // Default value for rehash policy. Bucket size is (usually) the
450 // which we need to rehash, so we don't have to do a floating-point
536 // functions iff the rehash policy is _Prime_rehash_policy.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]
hashtable_policy.h 379 // Default value for rehash policy. Bucket size is (usually) the
450 // which we need to rehash, so we don't have to do a floating-point
536 // functions iff the rehash policy is _Prime_rehash_policy.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]
hashtable_policy.h 379 // Default value for rehash policy. Bucket size is (usually) the
450 // which we need to rehash, so we don't have to do a floating-point
536 // functions iff the rehash policy is _Prime_rehash_policy.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable_policy.h 255 // Default value for rehash policy. Bucket size is (usually) the
355 // which we need to rehash, so we don't have to do a floating-point
500 // functions and reserve iff the rehash policy is _Prime_rehash_policy.
525 __this->rehash(__builtin_ceil(__n / max_load_factor()));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable_policy.h 255 // Default value for rehash policy. Bucket size is (usually) the
355 // which we need to rehash, so we don't have to do a floating-point
500 // functions and reserve iff the rehash policy is _Prime_rehash_policy.
525 __this->rehash(__builtin_ceil(__n / max_load_factor()));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashMapTest.java 596 * Compatibility test to ensure we rehash the same way as the RI.
600 // This map should rehash on adding the ninth element.
619 // The next put causes a rehash
  /external/stlport/test/unit/
unordered_test.cpp 309 int_uset.rehash(0);
313 int_uset.rehash(bucketsHint);
391 iumset.rehash(193);
  /libcore/luni/src/main/java/java/util/
IdentityHashMap.java 59 * rehash.
475 rehash();
506 private void rehash() {
  /ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp 309 int_uset.rehash(0);
313 int_uset.rehash(bucketsHint);
391 iumset.rehash(193);
  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 309 int_uset.rehash(0);
313 int_uset.rehash(bucketsHint);
391 iumset.rehash(193);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h 413 // Default value for rehash policy. Bucket size is (usually) the
484 // which we need to rehash, so we don't have to do a floating-point
618 // functions iff the rehash policy is _Prime_rehash_policy.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 413 // Default value for rehash policy. Bucket size is (usually) the
484 // which we need to rehash, so we don't have to do a floating-point
618 // functions iff the rehash policy is _Prime_rehash_policy.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 413 // Default value for rehash policy. Bucket size is (usually) the
484 // which we need to rehash, so we don't have to do a floating-point
618 // functions iff the rehash policy is _Prime_rehash_policy.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 413 // Default value for rehash policy. Bucket size is (usually) the
484 // which we need to rehash, so we don't have to do a floating-point
618 // functions iff the rehash policy is _Prime_rehash_policy.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
hashtable_policy.h 413 // Default value for rehash policy. Bucket size is (usually) the
484 // which we need to rehash, so we don't have to do a floating-point
618 // functions iff the rehash policy is _Prime_rehash_policy.

Completed in 4588 milliseconds

1 2 3 4 56 7 8 910