Searched defs:hash_num (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c417 size_t hash_num; local
435 hash_num = 0;
476 for (i = 0; i < hash_num; i++) {
482 if (i != hash_num) {
486 if (hash_num == hash_end) {
498 hash_key[hash_num] = hash;
499 hash_str[hash_num++] = pos;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.c254 Dwarf_Word hash_num = 0; local
306 hash_num = hashable_val %
309 entry_cur = entry_base + hash_num;
341 hash_num = new_hashable_val %
343 inner_hash_entry = entry_base + hash_num;

Completed in 46 milliseconds