Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/
DBasicHashtable.cpp88 Bucket& bucket = bucketAt(mBuckets, i); in clear() local
104 const Bucket& bucket = bucketAt(mBuckets, index); in next() local
123 const Bucket& bucket = bucketAt(mBuckets, size_t(index)); in find() local
139 const Bucket& bucket = bucketAt(mBuckets, size_t(index)); in find() local
162 Bucket* bucket = &bucketAt(mBuckets, size_t(index)); in add() local
191 Bucket& bucket = bucketAt(mBuckets, index); in removeAt() local
252 Bucket& bucket = bucketAt(buckets, i); in allocateBuckets() local
269 Bucket& bucket = bucketAt(buckets, i); in destroyBuckets() local
/system/core/include/utils/
DBasicHashtable.h341 static inline const TEntry& entryFor(const Bucket& bucket) { in entryFor()
345 static inline TEntry& entryFor(Bucket& bucket) { in entryFor()
378 bool BasicHashtable<TKey, TEntry>::compareBucketKey(const Bucket& bucket, in compareBucketKey()
384 void BasicHashtable<TKey, TEntry>::initializeBucketEntry(Bucket& bucket, in initializeBucketEntry()
394 void BasicHashtable<TKey, TEntry>::destroyBucketEntry(Bucket& bucket) const { in destroyBucketEntry()
/system/bt/osi/src/
Dhash_map.c32 hash_map_bucket_t *bucket; member