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

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

Completed in 343 milliseconds