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

/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
436 hash_inc = 1 + (hash_id % (hash_size - 2));
464 hash_idx = (hash_idx + hash_inc) % hash_size;

Completed in 76 milliseconds