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

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c1177 uint32_t *d_hash; local
1210 d_hash = (uint32_t *)(uintptr_t)chunk;
1223 d_hash[i] = SWAP(p, p->hash_table[i]);
1230 idx = get_hash_index(d_hash, hash_value, hash_size);
1231 d_hash[idx] = num_of_str + i + 1;
1235 p->hash_table = d_hash;

Completed in 34 milliseconds