Lines Matching defs:hash
30 unsigned long hash;
32 hash = init_name_hash(0);
34 hash = partial_name_hash(tolower(*name++), hash);
36 return end_name_hash(hash);
44 str.hash = make_hash(str.name, str.len);
129 bid_entry, hash_node, node, str->hash) { \
150 bid_entry, hash_node, node, str->hash) { \
166 bid_entry->str.hash); \
180 bid_entry, hash_node, node, str->hash) { \