Home
last modified time | relevance | path

Searched refs:hashlist (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/objc/
Dobjc-act.c5479 hash_enter (hashlist, method) in hash_enter() argument
5480 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() argument
5496 hash *hashlist; in hash_lookup()
5501 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE];
/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.c6755 hash_enter (hash *hashlist, tree method) in hash_enter() argument
6762 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() argument
6773 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE]; in hash_lookup()