bucket 62 diffcore-delta.c int bucket; bucket 65 diffcore-delta.c bucket = o->hashval & (sz - 1); bucket 67 diffcore-delta.c struct spanhash *h = &(new->data[bucket++]); bucket 74 diffcore-delta.c if (sz <= bucket) bucket 75 diffcore-delta.c bucket = 0; bucket 85 diffcore-delta.c int bucket, lim; bucket 89 diffcore-delta.c bucket = hashval & (lim - 1); bucket 91 diffcore-delta.c h = &(top->data[bucket++]); bucket 104 diffcore-delta.c if (lim <= bucket) bucket 105 diffcore-delta.c bucket = 0; bucket 100 hashmap.c unsigned int b = bucket(map, e); bucket 112 hashmap.c struct hashmap_entry **e = &map->table[bucket(map, key)]; bucket 169 hashmap.c unsigned int b = bucket(map, entry); bucket 34 patch-ids.c struct patch_id bucket[BUCKET_SIZE]; bucket 62 patch-ids.c struct patch_id_bucket *bucket; bucket 77 patch-ids.c bucket = ids->patches; bucket 78 patch-ids.c if (!bucket || (BUCKET_SIZE <= bucket->nr)) { bucket 79 patch-ids.c bucket = xcalloc(1, sizeof(*bucket)); bucket 80 patch-ids.c bucket->next = ids->patches; bucket 81 patch-ids.c ids->patches = bucket; bucket 83 patch-ids.c ent = &bucket->bucket[bucket->nr++];