Searched refs:get_hash_index (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/msgfmt/ |
H A D | gnu_msgfmt.h | 131 extern unsigned int get_hash_index(unsigned int *,
|
H A D | gnu_hash.c | 143 get_hash_index(unsigned int *hash_tbl, unsigned int hash_value, in get_hash_index() function
|
H A D | gnu_handle.c | 481 thash_idx = get_hash_index(cur_catalog->thash, in handle_message() 499 thash_idx = get_hash_index(cur_catalog->thash, in handle_message()
|
H A D | gnu_msgs.c | 144 idx = get_hash_index(hash_tbl, m[i].hash, hash_size); in output_all_gnu_mo_files()
|
H A D | gnu_msgs_rev.c | 149 idx = get_hash_index(hash_tbl, m[i].hash, hash_size); in output_all_gnu_mo_files()
|
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 67 static uint32_t get_hash_index(uint32_t *, uint32_t, uint32_t); 1154 idx = get_hash_index(d_hash, hash_value, hash_size); in build_rev1_info() 1286 get_hash_index(uint32_t *hash_tbl, uint32_t hash_value, uint32_t hash_size) in get_hash_index() function
|