OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frombucket
(Results
1 - 1
of
1
) sorted by null
/system/core/libutils/
BasicHashtable.cpp
215
const Bucket&
fromBucket
= bucketAt(mBuckets, i);
216
if (
fromBucket
.cookie & Bucket::PRESENT) {
217
hash_t hash =
fromBucket
.cookie & Bucket::HASH_MASK;
229
initializeBucketEntry(*toBucket,
fromBucket
.entry);
280
const Bucket&
fromBucket
= bucketAt(fromBuckets, i);
282
toBucket.cookie =
fromBucket
.cookie;
283
if (
fromBucket
.cookie & Bucket::PRESENT) {
284
initializeBucketEntry(toBucket,
fromBucket
.entry);
Completed in 101 milliseconds