Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_tsearchhash.c126 unsigned long tablesize_; member
222 base->tablesize_ = prime_to_use; in dwarf_initialize_search_hash()
225 if( base->allowed_fill_< (base->tablesize_/2)) { in dwarf_initialize_search_hash()
235 base->hashtab_ = calloc(sizeof(struct ts_entry),base->tablesize_); in dwarf_initialize_search_hash()
275 unsigned long tsize = h->tablesize_; in dumptree_inner()
285 (Dwarf_Unsigned)h->tablesize_, in dumptree_inner()
369 newhead.tablesize_ = prime_to_use; in resize_table()
372 if( newhead.allowed_fill_< (newhead.tablesize_/2)) { in resize_table()
377 newhead.hashtab_ = calloc(sizeof(struct ts_entry),newhead.tablesize_); in resize_table()
389 unsigned long tsize = head->tablesize_; in resize_table()
[all …]