Searched refs:attr_hash_table (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgenattrtab.c308 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE]; variable in typeref:struct:attr_hash
324 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE];
325 attr_hash_table[hashcode % RTL_HASH_SIZE] = h;
338 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE];
339 attr_hash_table[hashcode % RTL_HASH_SIZE] = h;
377 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
431 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
452 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
590 for (h = attr_hash_table[hashcod
[all...]

Completed in 99 milliseconds