Searched refs:DEFAULT_HASH_SIZE (Results 1 – 4 of 4) sorted by relevance
50 struct hash_table *rv = new_hash_table(DEFAULT_HASH_SIZE, "new_hash"); in new_hash()54 DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)); in new_hash()
99 (DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)) + in new_hash_table()
116 #define DEFAULT_HASH_SIZE 97 macro127 struct hash_bucket *buckets [DEFAULT_HASH_SIZE];
687 universe_hash.hash_count = DEFAULT_HASH_SIZE; in initialize_universes()