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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c182 #define HASH_TABLE_SIZE (1 << 9) macro
186 static const int hash_mask = (HASH_TABLE_SIZE - 1);
291 typedef hash_table_entry hash_table[HASH_TABLE_SIZE];
894 for (primary = hash_tab_p; primary < &hash_tab_p[HASH_TABLE_SIZE]; primary++)

Completed in 74 milliseconds