Home
last modified time | relevance | path

Searched refs:hashvalue (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c60 int hashvalue; in NCURSES_EXPORT() local
64 hashvalue = data->hash_of(string); in NCURSES_EXPORT()
66 if (data->table_data[hashvalue] >= 0) { in NCURSES_EXPORT()
69 ptr = real_table + data->table_data[hashvalue]; in NCURSES_EXPORT()
97 int hashvalue = data->hash_of(string); in _nc_find_type_entry() local
99 if (data->table_data[hashvalue] >= 0) { in _nc_find_type_entry()
102 ptr = table + data->table_data[hashvalue]; in _nc_find_type_entry()
H A Dmake_hash.c108 int hashvalue; in _nc_make_hash_table() local
115 hashvalue = hash_function(table[i].nte_name); in _nc_make_hash_table()
117 if (hash_table[hashvalue] >= 0) in _nc_make_hash_table()
120 if (hash_table[hashvalue] != 0) in _nc_make_hash_table()
121 table[i].nte_link = hash_table[hashvalue]; in _nc_make_hash_table()
122 hash_table[hashvalue] = i; in _nc_make_hash_table()
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog8942 - datatype used for hashvalue of converted rrsig structure.