Home
last modified time | relevance | path

Searched refs:fromBucket (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DBasicHashtable.cpp215 const Bucket& fromBucket = bucketAt(mBuckets, i); in rehash() local
216 if (fromBucket.cookie & Bucket::PRESENT) { in rehash()
217 hash_t hash = fromBucket.cookie & Bucket::HASH_MASK; in rehash()
229 initializeBucketEntry(*toBucket, fromBucket.entry); in rehash()
280 const Bucket& fromBucket = bucketAt(fromBuckets, i); in copyBuckets() local
282 toBucket.cookie = fromBucket.cookie; in copyBuckets()
283 if (fromBucket.cookie & Bucket::PRESENT) { in copyBuckets()
284 initializeBucketEntry(toBucket, fromBucket.entry); in copyBuckets()