Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_tsearchhash.c173 calculate_allowed_fill(unsigned long fill_percent, unsigned long ct) in calculate_allowed_fill() argument
177 unsigned long v2 = (ct *fill_percent)/100; in calculate_allowed_fill()
180 v = (ct /100)*fill_percent; in calculate_allowed_fill()