Searched refs:hashlist (Results 1 – 2 of 2) sorted by relevance
5479 hash_enter (hashlist, method) in hash_enter() argument5480 hash *hashlist; in hash_enter()5488 obj->next = hashlist[slot];5491 hashlist[slot] = obj; /* append to front */5495 hash_lookup (hashlist, sel_name) in hash_lookup() argument5496 hash *hashlist; in hash_lookup()5501 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE];
6755 hash_enter (hash *hashlist, tree method) in hash_enter() argument6762 obj->next = hashlist[slot]; in hash_enter()6765 hashlist[slot] = obj; /* append to front */ in hash_enter()6769 hash_lookup (hash *hashlist, tree sel_name) in hash_lookup() argument6773 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE]; in hash_lookup()