Searched refs:hashvalue (Results 1 – 3 of 3) sorted by relevance
60 int hashvalue; in NCURSES_EXPORT() local64 hashvalue = data->hash_of(string); in NCURSES_EXPORT()66 if (hashvalue >= 0 in NCURSES_EXPORT()67 && (unsigned) hashvalue < data->table_size in NCURSES_EXPORT()68 && data->table_data[hashvalue] >= 0) { in NCURSES_EXPORT()71 ptr = real_table + data->table_data[hashvalue]; in NCURSES_EXPORT()99 int hashvalue = data->hash_of(string); in _nc_find_type_entry() local101 if (hashvalue >= 0 in _nc_find_type_entry()102 && (unsigned) hashvalue < data->table_size in _nc_find_type_entry()103 && data->table_data[hashvalue] >= 0) { in _nc_find_type_entry()[all …]
119 int hashvalue; in _nc_make_hash_table() local126 hashvalue = hash_function(table[i].ute_name); in _nc_make_hash_table()128 if (hash_table[hashvalue] >= 0) in _nc_make_hash_table()131 if (hash_table[hashvalue] != UNUSED) { in _nc_make_hash_table()132 table[i].ute_link = hash_table[hashvalue]; in _nc_make_hash_table()134 hash_table[hashvalue] = (HashValue) i; in _nc_make_hash_table()
12006 - datatype used for hashvalue of converted rrsig structure.