Searched defs:getBucket (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DArrayRecycler.h86 unsigned getBucket() const { return Index; } function in class:llvm::ArrayRecycler::Capacity
126 if (T *Ptr = pop(Cap.getBucket()))
137 push(Cap.getBucket(), Ptr);
/external/clang/lib/Lex/
H A DHeaderMap.cpp135 /// getBucket - Return the specified hash table bucket from the header map,
138 HMapBucket HeaderMap::getBucket(unsigned BucketNo) const { function in class:HeaderMap
190 HMapBucket B = getBucket(i);
225 HMapBucket B = getBucket(Bucket & (NumBuckets-1));
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp82 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) { function in namespace:__anon21873
132 getBucket(*publicBucketList, i)->displayIndex_ = displayIndex++;
151 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i);
160 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start);
197 AlphabeticIndex::ImmutableIndex::getBucket(int32_t index) const { function in class:AlphabeticIndex::ImmutableIndex
199 return icu::getBucket(*buckets_->immutableVisibleList_, index);
516 Bucket *singleBucket = getBucket(*bucketList, i);
591 Bucket *nextBucket = getBucket(*bucketList, i);
593 bucket = getBucket(*bucketList, i);
614 bucket = getBucket(*bucketLis
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dalphaindex.cpp81 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) { function in namespace:__anon12084
131 getBucket(*publicBucketList, i)->displayIndex_ = displayIndex++;
150 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i);
159 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start);
196 AlphabeticIndex::ImmutableIndex::getBucket(int32_t index) const { function in class:AlphabeticIndex::ImmutableIndex
198 return icu::getBucket(*buckets_->immutableVisibleList_, index);
521 Bucket *singleBucket = getBucket(*bucketList, i);
595 Bucket *nextBucket = getBucket(*bucketList, i);
597 bucket = getBucket(*bucketList, i);
618 bucket = getBucket(*bucketLis
[all...]

Completed in 1943 milliseconds