Home | History | Annotate | Download | only in cvt

Lines Matching defs:h_nbuckets

49 	int h_nbuckets;
104 hash->h_nbuckets = nbuckets;
114 int bucket = hash->h_hashfn(hash->h_nbuckets, key);
142 int bucket = hash->h_hashfn(hash->h_nbuckets, key);
152 int bucket = hash->h_hashfn(hash->h_nbuckets, key);
177 int bucket = hash->h_hashfn(hash->h_nbuckets, key);
226 for (i = 0; i < hash->h_nbuckets; i++) {
243 for (num = 0, i = 0; i < hash->h_nbuckets; i++)
257 for (i = 0; i < hash->h_nbuckets; i++)
276 for (i = 1; i < hash->h_nbuckets; i++) {
292 printf(" Buckets: %d\n", hash->h_nbuckets);
295 printf(" Average: %5.2f\n", (float)tot / (float)hash->h_nbuckets);