Lines Matching refs:lengths
6324 -I --histogram Display histogram of bucket list lengths\n"));
14832 uint64_t *lengths;
14848 lengths = calloc (filedata->nbuckets, sizeof (*lengths));
14849 if (lengths == NULL)
14863 if (maxlength < ++lengths[hn])
14878 free (lengths);
14884 ++counts[lengths[hn]];
14901 free (lengths);
14912 uint64_t *lengths;
14927 lengths = calloc (filedata->ngnubuckets, sizeof (*lengths));
14928 if (lengths == NULL)
14947 lengths[hn] = length;
14956 free (lengths);
14962 ++counts[lengths[hn]];
14979 free (lengths);