Searched defs:n_buckets (Results 1 – 2 of 2) sorted by relevance
59 size_t n_buckets; member233 size_t n_buckets = hash_get_n_buckets (table); in hash_print_statistics() local405 hash_string (const char *string, size_t n_buckets) in hash_string()428 hash_string (const char *string, size_t n_buckets) in hash_string()
42 unsigned int n_buckets; member47 struct hash *hash_new(unsigned int n_buckets, in hash_new()