Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:Cell

46   struct Cell {
54 Cell cells[1]; // variable len
62 Cell cells[kBucketSize];
83 Cell *cell_;
175 Cell *c = &b->cells[i];
188 Cell *c = &add->cells[i];
204 Cell *c = &b->cells[i];
220 Cell *c = &add->cells[i];
242 // See if we have a free embed cell.
244 Cell *c = &b->cells[i];
277 Cell *c = &add->cells[i];
288 Cell *c = h->cell_;
298 // Denote that the cell is empty now.
304 // Removed from embed array, move an add element into the freed cell.
307 Cell *c1 = &add->cells[last];
316 Cell *c1 = &add->cells[last];