Lines Matching defs:hash
33 unsigned long hash;
35 hash = init_name_hash(0);
37 hash = partial_name_hash(tolower(*name++), hash);
39 return end_name_hash(hash);
47 str.hash = make_hash(str.name, str.len);
132 bid_entry, hash_node, node, str->hash) { \
153 bid_entry, hash_node, node, str->hash) { \
169 bid_entry->str.hash); \
183 bid_entry, hash_node, node, str->hash) { \