Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c42 static uint_t hash_idx; variable
56 uint_t hash_idx; member
647 hash_idx = 0; in tmod_walk_init()
686 else if (++hash_idx < tmh.mh_hashlen) in tmod_walk_step()
688 (uintptr_t)(tmh.mh_hash+hash_idx)) != sizeof (tnode_t *)) { in tmod_walk_step()
691 sizeof (tnode_t *), tmh.mh_hash+hash_idx); in tmod_walk_step()
838 state->hash_idx = 0; in tnh_walk_init()
849 int rv, i = state->hash_idx++; in tnh_walk_step()
874 if (state->hash_idx >= state->hash.th_arrlen) { in tnh_walk_step()
880 state->hash_idx = 0; in tnh_walk_step()
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c378 uint32_t hash_size, hash_val, hash_id, hash_inc, hash_idx; in gnu_msgsearch() local
435 hash_idx = hash_id % hash_size; in gnu_msgsearch()
439 hash_val = HASH_TBL(gmnp, hash_table[hash_idx]); in gnu_msgsearch()
464 hash_idx = (hash_idx + hash_inc) % hash_size; in gnu_msgsearch()