Searched refs:bucketAt (Results 1 - 2 of 2) sorted by relevance

/system/core/libutils/
H A DBasicHashtable.cpp88 Bucket& bucket = bucketAt(mBuckets, i);
104 const Bucket& bucket = bucketAt(mBuckets, index);
123 const Bucket& bucket = bucketAt(mBuckets, size_t(index));
139 const Bucket& bucket = bucketAt(mBuckets, size_t(index));
162 Bucket* bucket = &bucketAt(mBuckets, size_t(index));
168 bucket = &bucketAt(mBuckets, size_t(index));
191 Bucket& bucket = bucketAt(mBuckets, index);
215 const Bucket& fromBucket = bucketAt(mBuckets, i);
219 Bucket* toBucket = &bucketAt(newBuckets, size_t(index));
225 toBucket = &bucketAt(newBucket
[all...]
/system/core/include/utils/
H A DBasicHashtable.h83 inline const Bucket& bucketAt(const void* __restrict__ buckets, size_t index) const { function in class:android::BasicHashtableImpl
88 inline Bucket& bucketAt(void* __restrict__ buckets, size_t index) const { function in class:android::BasicHashtableImpl
233 return entryFor(bucketAt(mBuckets, index));
243 return entryFor(bucketAt(mBuckets, index));
357 return bucketAt(mBuckets, index).cookie;

Completed in 68 milliseconds