Lines Matching defs:lengths
109 N_("Display histogram of bucket list lengths"), 0 },
3236 uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr)
3241 ++counts[lengths[cnt]];
3340 uint32_t *lengths = xcalloc (nbucket, sizeof (uint32_t));
3356 free (lengths);
3359 if (maxlength < ++lengths[cnt])
3367 lengths, NULL);
3369 free (lengths);
3406 uint32_t *lengths = xcalloc (nbucket, sizeof (uint32_t));
3422 free (lengths);
3425 if (maxlength < ++lengths[cnt])
3433 lengths, NULL);
3435 free (lengths);
3443 uint32_t *lengths = NULL;
3455 free (lengths);
3484 lengths = xcalloc (nbucket, sizeof (uint32_t));
3491 /* Compute distribution of chain lengths. */
3501 if (maxlength < ++lengths[cnt])
3533 lengths, str);
3536 free (lengths);