Home
last modified time | relevance | path

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

/freebsd/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 (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() local
101 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 …]
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/contrib/unbound/doc/
H A DChangelog12006 - datatype used for hashvalue of converted rrsig structure.