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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.c179 /* We allow an arbitrary number of HT_MULTIPLE entries
185 #define HT_MULTIPLE 8 macro
269 hash_table_base->tb_table_entry_count = HT_MULTIPLE;
279 ( hash_table_base->tb_table_entry_count * HT_MULTIPLE) ) {
281 /* Effectively multiplies by >= HT_MULTIPLE */

Completed in 57 milliseconds