Lines Matching defs:Cell
50 struct Cell {
58 Cell cells[1]; // variable len
66 Cell cells[kBucketSize];
89 Cell *cell_;
120 Cell *c = &bucket->cells[i];
130 Cell *c = &add->cells[i];
225 Cell *c = &b->cells[i];
238 Cell *c = &add->cells[i];
254 Cell *c = &b->cells[i];
270 Cell *c = &add->cells[i];
292 // See if we have a free embed cell.
294 Cell *c = &b->cells[i];
327 Cell *c = &add->cells[i];
339 Cell *c = h->cell_;
349 // Denote that the cell is empty now.
355 // Removed from embed array, move an add element into the freed cell.
358 Cell *c1 = &add->cells[last];
367 Cell *c1 = &add->cells[last];