Home
last modified time | relevance | path

Searched defs:buckets (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/
DBasicHashtable.cpp250 void* buckets = sb->data(); in allocateBuckets() local
258 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()
/system/core/include/utils/
DBasicHashtable.h83 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()
/system/core/libcutils/
Dhashmap.c35 Entry** buckets; member
/system/core/logcat/tests/
Dlogcat_test.cpp45 TEST(logcat, buckets) { in TEST() argument