Home | History | Annotate | Download | only in libcutils

Lines Matching full:buckets

35     Entry** buckets;
61 map->buckets = calloc(map->bucketCount, sizeof(Entry*));
62 if (map->buckets == NULL) {
118 Entry* entry = map->buckets[i];
129 free(map->buckets);
130 map->buckets = newBuckets;
146 Entry* entry = map->buckets[i];
153 free(map->buckets);
200 Entry** p = &(map->buckets[index]);
232 Entry* entry = map->buckets[index];
247 Entry* entry = map->buckets[index];
263 Entry** p = &(map->buckets[index]);
296 Entry** p = &(map->buckets[index]);
318 Entry* entry = map->buckets[i];
338 Entry* entry = map->buckets[i];