Home | History | Annotate | Download | only in make

Lines Matching defs:bucketsSize

144 	t->bucketsSize = n;
157 size_t i, n = t->bucketsSize;
206 for (b = 0; b < t->bucketsSize; b++) {
223 unsigned oldSize = t->bucketsSize;
245 t->bucketsSize = newSize;
249 (void *)t, t->bucketsSize, t->numEntries, HashTable_MaxChain(t));
269 if (t->numEntries >= rebuildLimit * t->bucketsSize)
316 unsigned bucketsSize = t->bucketsSize;
322 if (hi->nextBucket >= bucketsSize)
334 name, t->bucketsSize, t->numEntries, HashTable_MaxChain(t));