Searched defs:Bucket (Results 1 - 3 of 3) sorted by path

/frameworks/compile/mclinker/include/mcld/Support/
H A DHandleToArea.h40 struct Bucket { struct in class:mcld::HandleToArea
49 typedef std::vector<Bucket> HandleToAreaMap;
/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py29 class Bucket: class in inherits:
106 bucket = Bucket(letter)
/frameworks/native/include/utils/
H A DBasicHashtable.h30 struct Bucket { struct in class:android::BasicHashtableImpl
82 inline const Bucket& bucketAt(const void* __restrict__ buckets, size_t index) const {
83 return *reinterpret_cast<const Bucket*>(
87 inline Bucket& bucketAt(void* __restrict__ buckets, size_t index) const {
88 return *reinterpret_cast<Bucket*>(static_cast<uint8_t*>(buckets) + index * mBucketSize);
91 virtual bool compareBucketKey(const Bucket& bucket, const void* __restrict__ key) const = 0;
92 virtual void initializeBucketEntry(Bucket& bucket, const void* __restrict__ entry) const = 0;
93 virtual void destroyBucketEntry(Bucket& bucket) const = 0;
120 return (hash & Bucket::HASH_MASK) ^ (hash >> 30);
332 static inline const TEntry& entryFor(const Bucket
[all...]

Completed in 54 milliseconds