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