Home
last modified time | relevance | path

Searched refs:SIZEHASHTABLE (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h149 #define SIZEHASHTABLE 257 macro
H A Dobjc-act.c5469 nst_method_hash_list = (hash *) ggc_calloc (SIZEHASHTABLE, sizeof (hash)); in hash_init()
5470 cls_method_hash_list = (hash *) ggc_calloc (SIZEHASHTABLE, sizeof (hash)); in hash_init()
5484 int slot = hash_func (METHOD_SEL_NAME (method)) % SIZEHASHTABLE;
5501 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE];
8348 for (slot = 0; slot < SIZEHASHTABLE; slot++) in finish_objc()
8364 for (slot = 0; slot < SIZEHASHTABLE; slot++) in finish_objc()
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.h163 #define SIZEHASHTABLE 257 macro
H A Dobjc-act.c6736 = (hash *) ggc_alloc_cleared (SIZEHASHTABLE * sizeof (hash)); in hash_init()
6738 = (hash *) ggc_alloc_cleared (SIZEHASHTABLE * sizeof (hash)); in hash_init()
6758 int slot = hash_func (METHOD_SEL_NAME (method)) % SIZEHASHTABLE; in hash_enter()
6773 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE]; in hash_lookup()
9234 for (slot = 0; slot < SIZEHASHTABLE; slot++) in finish_objc()