/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
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.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__hash_table | 649 void rehash(size_type __n); 651 {rehash(static_cast<size_type>(ceil(__n / max_load_factor())));} [all...] |
/external/bison/lib/ |
hash.c | 940 exact number of buckets desired. Return true iff the rehash succeeded. */ [all...] |
/external/chromium_org/tools/deep_memory_profiler/tests/output/ |
buckets | 6 6: malloc tno_typeinfo nno_typeinfo WTF::fastMalloc(@?) WTF::fastZeroedMalloc(@?) WTF::HashTable::allocateTable(@?) WTF::HashTable::rehash(@?) WTF::HashTable::add(@?) WTF::HashTable::add(@?) WTF::HashMap::inlineAdd(@?) WTF::HashMap::set(@?) WebCore::eventTargetDataMap(@?) WebCore::EventTarget::addEventListener(@?) WebCore::tryAddEventListener(@?) WebCore::Node::addEventListener(@?) WebCore::NodeV8Internal::removeEventListenerMethod(@?) WebCore::NodeV8Internal::addEventListenerMethodCallback(@?) 0x000012e93499fa0f(@?) 0x000012e93499f038(@?) 0x000012e93499ee28(@?) 0x000012e934925d44(@?) 0x000012e934907177(@?) v8::internal::Invoke(@?) v8::internal::Execution::Call(@?) v8::Function::Call(@?) WebCore::ScriptController::callFunctionWithInstrumentation(@?) WebCore::ScriptController::callFunction(@?) WebCore::resourceInfo(@?) WebCore::V8AbstractEventListener::invokeEventHandler(@?) WebCore::V8AbstractEventListener::handleEvent(@?) WebCore::EventTarget::fireEventListeners(@?) WebCore::EventTarget::clearAttributeEventListener(@?) WebCore::Node::handleLocalEvents(@?) WebCore::EventContext::handleLocalEvents(@?) WebCore::MouseOrFocusEventContext::handleLocalEvents(@?)
|
/external/chromium_org/v8/src/ |
hashmap.h | 299 // Rehash all current entries.
|
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 471 /* rehash.c */
|
/external/llvm/lib/Support/ |
SmallPtrSet.cpp | 58 // tombstones), rehash.
|
/external/v8/src/ |
hashmap.h | 282 // Rehash all current entries.
|
/ndk/sources/host-tools/make-3.81/ |
hash.c | 284 fprintf (out_FILE, _("Rehash=%d, "), ht->ht_rehashes);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
hashtable | 459 void rehash(size_type __n); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 459 void rehash(size_type __n); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 459 void rehash(size_type __n); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 459 void rehash(size_type __n); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
hashtable | 455 void rehash(size_type __n); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uhash.h | 180 int32_t highWaterMark; /* If count > highWaterMark, rehash */ 181 int32_t lowWaterMark; /* If count < lowWaterMark, rehash */
|
/external/icu4c/common/ |
uhash.h | 160 int32_t highWaterMark; /* If count > highWaterMark, rehash */ 161 int32_t lowWaterMark; /* If count < lowWaterMark, rehash */
|
/libcore/luni/src/main/java/java/util/ |
WeakHashMap.java | 607 rehash(); 621 private void rehash() {
|
HashMap.java | 547 // We're growing by at least 4x, rehash in the obvious way 596 * Rehash the bucket using the minimum number of field writes. [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
HashtableTest.java | 781 protected void rehash() { method in class:HashtableTest.Mock_Hashtable 783 super.rehash();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
hashtable_policy.h | 355 /// Default value for rehash policy. Bucket size is (usually) the 782 * rehash policy is _Prime_rehash_policy. 819 __this->rehash(__builtin_ceil(__n / max_load_factor())); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.util_1.0.200.v20100503.jar | |
/external/srec/portable/src/ |
phashtable.c | 360 to rehash. */
|