Searched refs:IDENT_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
792 #define IDENT_HASH_SIZE (1<<IDENT_HASH_BITS) macro793 #define IDENT_HASH_MASK (IDENT_HASH_SIZE-1)799 static struct ident *hash_table[IDENT_HASH_SIZE];813 for (i = 0; i < IDENT_HASH_SIZE; i++) { in show_identifier_stats()