HomeSort by relevance Sort by last modified time
    Searched refs:bucketAt (Results 1 - 2 of 2) sorted by null

  /system/core/libutils/
BasicHashtable.cpp 88 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(newBuckets, size_t(index))
    [all...]
  /system/core/include/utils/
BasicHashtable.h 83 inline const Bucket& bucketAt(const void* __restrict__ buckets, size_t index) const {
88 inline Bucket& bucketAt(void* __restrict__ buckets, size_t index) const {
233 return entryFor(bucketAt(mBuckets, index));
243 return entryFor(bucketAt(mBuckets, index));
357 return bucketAt(mBuckets, index).cookie;

Completed in 52 milliseconds