Searched refs:d_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c1101 uint32_t *d_hash; local
1134 d_hash = (uint32_t *)(uintptr_t)chunk;
1147 d_hash[i] = SWAP(p, p->hash_table[i]);
1154 idx = get_hash_index(d_hash, hash_value, hash_size);
1155 d_hash[idx] = num_of_str + i + 1;
1159 p->hash_table = d_hash;

Completed in 46 milliseconds