Home | History | Annotate | Download | only in sanitizer_common

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];
224 Cell *c = &b->cells[i];
237 Cell *c = &add->cells[i];
253 Cell *c = &b->cells[i];
269 Cell *c = &add->cells[i];
291 // See if we have a free embed cell.
293 Cell *c = &b->cells[i];
326 Cell *c = &add->cells[i];
337 Cell *c = h->cell_;
347 // Denote that the cell is empty now.
353 // Removed from embed array, move an add element into the freed cell.
356 Cell *c1 = &add->cells[last];
365 Cell *c1 = &add->cells[last];