Home | History | Annotate | Download | only in libcutils

Lines Matching defs:buckets

35     Entry** buckets;
61 map->buckets = calloc(map->bucketCount, sizeof(Entry*));
62 if (map->buckets == NULL) {
115 Entry* entry = map->buckets[i];
126 free(map->buckets);
127 map->buckets = newBuckets;
143 Entry* entry = map->buckets[i];
150 free(map->buckets);
193 Entry** p = &(map->buckets[index]);
225 Entry* entry = map->buckets[index];
240 Entry* entry = map->buckets[index];
256 Entry** p = &(map->buckets[index]);
289 Entry** p = &(map->buckets[index]);
311 Entry* entry = map->buckets[i];
331 Entry* entry = map->buckets[i];