Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c61 int hashvalue; in NCURSES_EXPORT() local
65 hashvalue = data->hash_of(string); in NCURSES_EXPORT()
67 if (hashvalue >= 0 in NCURSES_EXPORT()
69 && data->table_data[hashvalue] >= 0) { in NCURSES_EXPORT()
100 int hashvalue = data->hash_of(string); in _nc_find_type_entry() local
102 if (hashvalue >= 0 in _nc_find_type_entry()
104 && data->table_data[hashvalue] >= 0) { in _nc_find_type_entry()
126 int hashvalue; in _nc_find_user_entry() local
130 hashvalue = data->hash_of(string); in _nc_find_user_entry()
132 if (hashvalue >= 0 in _nc_find_user_entry()
[all …]
H A Dmake_hash.c119 int hashvalue; in _nc_make_hash_table() local
126 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()
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog10359 - datatype used for hashvalue of converted rrsig structure.