Searched defs:bucket (Results 1 – 3 of 3) sorted by relevance
/system/core/libutils/ |
D | BasicHashtable.cpp | 88 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/ |
D | BasicHashtable.h | 341 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/ |
D | hash_map.c | 32 hash_map_bucket_t *bucket; member
|