Home
last modified time | relevance | path

Searched refs:HASH_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Dmalloc_check.c84 #define HASH_TABLE_SIZE 10501 macro
85 static struct mc_data_s *mc_data_hash[HASH_TABLE_SIZE];
141 return a % HASH_TABLE_SIZE; in hash_address()
296 for (; i < HASH_TABLE_SIZE; ++i) { in dwarf_malloc_check_complete()
331 (long) HASH_TABLE_SIZE, hash_slots_used, max_chain_length); in dwarf_malloc_check_complete()
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.h44 #define HASH_TABLE_SIZE 64 macro
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c92 #define HASH_TABLE_SIZE (64) macro
1226 sizeof (frutree_hashelm_t *) * HASH_TABLE_SIZE); in hash_init()
1233 node_hash_table.hash_size = HASH_TABLE_SIZE; in hash_init()