IDENT_HASH_SIZE
#define IDENT_HASH_MASK (IDENT_HASH_SIZE-1)
static struct ident *hash_table[IDENT_HASH_SIZE];
for (i = 0; i < IDENT_HASH_SIZE; i++) {