Home | History | Annotate | Download | only in sanitizer_common

Lines Matching defs:cells

54     Cell cells[1];  // variable len
62 Cell cells[kBucketSize];
173 // Check the embed cells.
175 Cell *c = &b->cells[i];
183 // Check the add cells with read lock.
188 Cell *c = &add->cells[i];
201 // Embed cells.
204 Cell *c = &b->cells[i];
216 // Add cells.
220 Cell *c = &add->cells[i];
244 Cell *c = &b->cells[i];
252 // Store in the add cells.
258 add->cap = (kInitSize - sizeof(*add)) / sizeof(add->cells[0]) + 1;
264 uptr oldsize = sizeof(*add) + (add->cap - 1) * sizeof(add->cells[0]);
268 add1->cap = (newsize - sizeof(*add)) / sizeof(add->cells[0]) + 1;
270 internal_memcpy(add1->cells, add->cells, add->size * sizeof(add->cells[0]));
277 Cell *c = &add->cells[i];
307 Cell *c1 = &add->cells[last];
316 Cell *c1 = &add->cells[last];