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

/illumos-gate/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;
296 for (; i < HASH_TABLE_SIZE; ++i) {
331 (long) HASH_TABLE_SIZE, hash_slots_used, max_chain_length);
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.h44 #define HASH_TABLE_SIZE 64 macro
/illumos-gate/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);
1233 node_hash_table.hash_size = HASH_TABLE_SIZE;

Completed in 370 milliseconds