Home
last modified time | relevance | path

Searched refs:numBuckets (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dhashtable.c43 int numBuckets; in ht_create() local
56 numBuckets = 1 << ht->bucketBits; in ht_create()
57 ht->buckets = xallocarray(numBuckets, sizeof(*ht->buckets)); in ht_create()
61 for (c = 0; c < numBuckets; ++c) { in ht_create()
76 int numBuckets = 1 << ht->bucketBits; in ht_destroy() local
77 for (c = 0; c < numBuckets; ++c) { in ht_destroy()
93 int numBuckets = 1 << ht->bucketBits; in double_size() local
104 for (c = 0; c < numBuckets; ++c) { in double_size()
208 int numBuckets = 1 << ht->bucketBits; in ht_dump_distribution() local
209 for (c = 0; c < numBuckets; ++c) { in ht_dump_distribution()
[all …]