Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c420 size_t hash_num; in compress() local
438 hash_num = 0; in compress()
479 for (i = 0; i < hash_num; i++) { in compress()
485 if (i != hash_num) { in compress()
489 if (hash_num == hash_end) { in compress()
501 hash_key[hash_num] = hash; in compress()
502 hash_str[hash_num++] = pos; in compress()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c657 Dwarf_Unsigned hash_num = 0; in _dwarf_get_abbrev_for_code() local
708 hash_num = hashable_val % in _dwarf_get_abbrev_for_code()
711 entry_cur = entry_base + hash_num; in _dwarf_get_abbrev_for_code()
800 hash_num = new_hashable_val % in _dwarf_get_abbrev_for_code()
802 inner_hash_entry = entry_base + hash_num; in _dwarf_get_abbrev_for_code()