Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:ht_fill

57   ht->ht_fill = 0;
83 ht_fill on insertion. */
142 ht->ht_fill++;
171 ht->ht_fill--;
190 ht->ht_fill = 0;
201 ht->ht_fill = 0;
215 ht->ht_fill = 0;
258 if (ht->ht_fill >= ht->ht_capacity)
274 ht->ht_empty_slots = ht->ht_size - ht->ht_fill;
282 fprintf (out_FILE, _("Load=%ld/%ld=%.0f%%, "), ht->ht_fill, ht->ht_size,
283 100.0 * (double) ht->ht_fill / (double) ht->ht_size);
302 vector_0 = MALLOC (void *, ht->ht_fill + 1);
311 qsort (vector_0, ht->ht_fill, sizeof (void *), compare);