Searched defs:buckets (Results 1 – 4 of 4) sorted by relevance
250 void* buckets = sb->data(); in allocateBuckets() local258 void BasicHashtableImpl::releaseBuckets(void* __restrict__ buckets, size_t count) const { in releaseBuckets()266 void BasicHashtableImpl::destroyBuckets(void* __restrict__ buckets, size_t count) const { in destroyBuckets()
83 inline const Bucket& bucketAt(const void* __restrict__ buckets, size_t index) const { in bucketAt()88 inline Bucket& bucketAt(void* __restrict__ buckets, size_t index) const { in bucketAt()
35 Entry** buckets; member
45 TEST(logcat, buckets) { in TEST() argument